okok thanks :(handshake): very impress with the vendor of create this strategy :(inlove):
Printable View
okok thanks :(handshake): very impress with the vendor of create this strategy :(inlove):
Hi,
Please re-download the fixed EA from the previous post.
Regards,
Igor
hi igor & ND,
thanks for adding this futures . cheersss:(handshake):
will optimize it
New indicator for premium section:
Attachment 22058
Dynamic Breakout Boxes indicator
- sqDynamicBreakoutBox 600+ indicator is on this post (premium section link). This is improved indicator with SignalNotification parameter added and with SignalAlert and SignalMail options. This version works with Metatrader 4 build 600 and above.
Premium section:
Attachment 23443
Attachment 23444
DarvasBoxes_v3 600+ indicator is on this post. This version is for the build 600 and above
Support ressitance - Barry (extended) - indicator for MetaTrader 5
Attachment 25634
This version is displayed in a different manner. To have the channel clear, set the fill colors to none.
Attachment 25635
Support and Resistance - indicator for MetaTrader 5
Attachment 25638
Attachment 25639Quote:
The calculation of support levels is based on the "Fractals down", the calculation of the resistance levels is based on the "Fractals up" of the Fractals indicator by Bill Williams.
Hi Igor,
I'm trying to use the Shved Supply and Demand flag like SL and TP.
But in some moments the value of UP and DN P1 takes a lot to change and is very close to the opening price.
I'm trying to use it as below.
There are other values that are shown as objects in the chart but have no buffer for reading.Code:ner_hi_zone_P1= NormalizeDouble(iCustom(NULL,0,"shved_supply_and_d emand",BackLimit,"",zone_show_weak,zone_show_untes ted ,zone_show_turncoat, zone_fuzzfactor,"",fractals_show,fractal_fast_fact or ,fractal_slow_factor, SetGlobals,"",
zone_solid,zone_linewidth,zone_style,zone_show_inf o,zone_label_shift,zone_merge,zone_extend,"",zone_ show_alerts , zone_alert_popups, zone_alert_sounds ,zone_alert_waitseconds,"",
Text_size,Text_font ,Text_color, sup_name ,res_name ,test_name,color_support_weak ,color_support_untested, color_support_verified ,color_support_proven , color_support_turncoat,
color_resist_weak , color_resist_untested , color_resist_verified, color_resist_proven , color_resist_turncoat , 4,0),5);
ner_hi_zone_P2= NormalizeDouble(iCustom(NULL,0,"shved_supply_and_d emand",BackLimit,"",zone_show_weak,zone_show_untes ted ,zone_show_turncoat, zone_fuzzfactor,"",fractals_show,fractal_fast_fact or ,fractal_slow_factor, SetGlobals,"",
zone_solid,zone_linewidth,zone_style,zone_show_inf o,zone_label_shift,zone_merge,zone_extend,"",zone_ show_alerts , zone_alert_popups, zone_alert_sounds ,zone_alert_waitseconds,"",
Text_size,Text_font ,Text_color, sup_name ,res_name ,test_name,color_support_weak ,color_support_untested, color_support_verified ,color_support_proven , color_support_turncoat,
color_resist_weak , color_resist_untested , color_resist_verified, color_resist_proven , color_resist_turncoat , 5,0),5);
ner_lo_zone_P1= NormalizeDouble(iCustom(NULL,0,"shved_supply_and_d emand",BackLimit,"",zone_show_weak,zone_show_untes ted ,zone_show_turncoat, zone_fuzzfactor,"",fractals_show,fractal_fast_fact or ,fractal_slow_factor, SetGlobals,"",
zone_solid,zone_linewidth,zone_style,zone_show_inf o,zone_label_shift,zone_merge,zone_extend,"",zone_ show_alerts , zone_alert_popups, zone_alert_sounds ,zone_alert_waitseconds,"",
Text_size,Text_font ,Text_color, sup_name ,res_name ,test_name,color_support_weak ,color_support_untested, color_support_verified ,color_support_proven , color_support_turncoat,
color_resist_weak , color_resist_untested , color_resist_verified, color_resist_proven , color_resist_turncoat , 6,0),5);
ner_lo_zone_P2=NormalizeDouble(iCustom(NULL,0,"shv ed_supply_and_demand",BackLimit,"",zone_show_weak, zone_show_untested ,zone_show_turncoat, zone_fuzzfactor,"",fractals_show,fractal_fast_fact or ,fractal_slow_factor, SetGlobals,"",
zone_solid,zone_linewidth,zone_style,zone_show_inf o,zone_label_shift,zone_merge,zone_extend,"",zone_ show_alerts , zone_alert_popups, zone_alert_sounds ,zone_alert_waitseconds,"",
Text_size,Text_font ,Text_color, sup_name ,res_name ,test_name,color_support_weak ,color_support_untested, color_support_verified ,color_support_proven , color_support_turncoat,
color_resist_weak , color_resist_untested , color_resist_verified, color_resist_proven , color_resist_turncoat , 7,0),5);
RESISTANCE=ner_hi_zone_P1;
SUPPORT=ner_lo_zone_P1;
//New TP
F_OrdTP_Nov=RESISTANCE; // Buy
F_OrdTP_Nov=SUPPORT; // Sell
How can I read the value of the Verified res and Verified Sup object or create a buffer for these values?
Indicator link https://www.mql5.com/pt/code/14545
Thank you,
Rogério
Hi
The same indicator with some improvements
https://www.mql5.com/en/market/product/14740
Regards,
Rogério