Elite indicators :) - page 619

 

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

mladen:
Ray What should be in the buffers?
 
traderduke:
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,

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.

 
ValeoFX:
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

Files:
bb__atr.mq4  2 kb
bb__atr.gif  41 kb
 
mladen:
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,

 
ValeoFX:
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

mladen:
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)?
 
ValeoFX:
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)

 
traderduke:
Mladen

Yes, the high and low of the box & the red and Blue extension of that high & low for 15 days.

Ray

Ray

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)

Files:
 

mladen

Thank you, I appreciate you help!

Ray

Reason: