
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Mladen
I believe the forex numbers are all ready on the chart, I think they are :
TCObj_Hprice, OBJ_TEXT, 0, TimeBegin - 3600, PriceHigh);
ObjectSet (TCObj_Hprice, OBJPROP_BACK, false);
ObjectSetText (TCObj_Hprice, Hprice, 9, "Verdana Italic", TC_price_clr);
ObjectMove (TCObj_Hprice, 0, TimeBegin - 3600, PriceHigh);
ObjectCreate (TCObj_Lprice, OBJ_TEXT, 0, TimeBegin - 3600, PriceLow);
ObjectSet (TCObj_Lprice, OBJPROP_BACK, false);
ObjectSetText (TCObj_Lprice, Lprice, 9, "Verdana Italic", TC_price_clr);
ObjectMove (TCObj_Lprice, 0, TimeBegin - 3600, PriceLow);
Thanks
Ray
Ray What should be in the buffers?
Mladen
I believe the forex numbers are all ready on the chart, I think they are :
TCObj_Hprice, OBJ_TEXT, 0, TimeBegin - 3600, PriceHigh);
ObjectSet (TCObj_Hprice, OBJPROP_BACK, false);
ObjectSetText (TCObj_Hprice, Hprice, 9, "Verdana Italic", TC_price_clr);
ObjectMove (TCObj_Hprice, 0, TimeBegin - 3600, PriceHigh);
ObjectCreate (TCObj_Lprice, OBJ_TEXT, 0, TimeBegin - 3600, PriceLow);
ObjectSet (TCObj_Lprice, OBJPROP_BACK, false);
ObjectSetText (TCObj_Lprice, Lprice, 9, "Verdana Italic", TC_price_clr);
ObjectMove (TCObj_Lprice, 0, TimeBegin - 3600, PriceLow);
Thanks
RayRay,
To clarify : the values if the high and the low of the channel (box) when there is one on the chart (excluding - setting to empty value - the areas where there is no box or channel)?
BollingerBands with Stop Targets
Good morning Mladen,
Attached is a screen print of a BB with Stop targets @ ½ ATR.
Could you possibly either make us such an indicator or explain to me how I can use an existing BB to get that setting, plse?
Thanks in advance.
Good morning Mladen,
Attached is a screen print of a BB with Stop targets @ ½ ATR.
Could you possibly either make us such an indicator or explain to me how I can use an existing BB to get that setting, plse?
Thanks in advance.ValeoFX
It has to be a new indicator. Existing BB does not use atr at all. Here is a version that can do that
ValeoFX It has to be a new indicator. Existing BB does not use atr at all. Here is a version that can do that
Thank you ever so much Mladen. Much appreciated.
Best regards,
Thank you ever so much Mladen. Much appreciated. Best regards,
Mladen, the indicator compiled but does not want to be attached to a chart? Any suggestions plse?
Thanks,
Mladen
Yes, the high and low of the box & the red and Blue extension of that high & low for 15 days.
Ray
Ray, To clarify : the values if the high and the low of the channel (box) when there is one on the chart (excluding - setting to empty value - the areas where there is no box or channel)?
Thank you ever so much Mladen. Much appreciated. Best regards,
ValeoFX
Only now saw this post
Have no idea - it should work in any conditions (as you can see it is a very simple indicator code wise and there is simply no code that could cause some error)
Mladen
Yes, the high and low of the box & the red and Blue extension of that high & low for 15 days.
RayRay
Here you go
4 buffers added : the H1 and L1 are filled with high and the low of the box. If there is no value it means that there is o box at that bar. H2 and L2 are filled with the same values but for the lines (same rule : if it is empty, there is no line there)
mladen
Thank you, I appreciate you help!
Ray