Average through range - page 2

 

ever age true range?...TRUE range can not be AVERAGE

 
TEAMTRADER:
Could they be changed to Green/Lime and Red/Gold as standard on my adaptation of your indicator?

Thanks

TEAMTRADER

Remove the OverSoldColor and OverBoughtColor from these lines :

SetIndexStyle(0,DRAW_HISTOGRAM,EMPTY,EMPTY,OverSoldColor);

SetIndexStyle(1,DRAW_HISTOGRAM,EMPTY,EMPTY,OverSoldColor);

SetIndexStyle(2,DRAW_HISTOGRAM,EMPTY,EMPTY,OverBoughtColor);

SetIndexStyle(3,DRAW_HISTOGRAM,EMPTY,EMPTY,OverBoughtColor);

and then you can handle the colors the usual way

 

All the colours have disappeared when I do that.

TEAMTRADER

mladen:
Remove the OverSoldColor and OverBoughtColor from these lines :

SetIndexStyle(0,DRAW_HISTOGRAM,EMPTY,EMPTY,OverSoldColor);

SetIndexStyle(1,DRAW_HISTOGRAM,EMPTY,EMPTY,OverSoldColor);

SetIndexStyle(2,DRAW_HISTOGRAM,EMPTY,EMPTY,OverBoughtColor);

SetIndexStyle(3,DRAW_HISTOGRAM,EMPTY,EMPTY,OverBoughtColor);

and then you can handle the colors the usual way
 
TEAMTRADER:
All the colours have disappeared when I do that. TEAMTRADER

Version where you have to change all the 5 colors in the colors tab : cci_of_velocity_amp_atr_teamtrader_version.mq4

 

Thanks, I adapted that to my own settings.

Appreciated.

TEAMTRADER

 
mladen:
And finally here is a version that combines atr (as a measure of volatility) with velocity, and here is the result : cci_of_velocity_amp_atr.mq4

________________

Upper is the "plain" cci of velocity, lower is combined with atr. Atr combination seems to be emphasizing and making the whole thing a bit faster. As a means of emphasizing results (instead of volume that some are using, but due to a lack of real volume in metatrader, that volume is meaningless) atr seems to be a good tool

Nice idea. Thanks

 

I posted it in the stochastics thread but should be here.

It is MLadens indicator with my settings - although I never was able to get the colours as standard.

TEAMTRADER

Files:
atr_cci_2.mq4  4 kb
 
TEAMTRADER:
I posted it in the stochastics thread but should be here.

It is MLadens indicator with my settings - although I never was able to get the colours as standard.

TEAMTRADER

Nice

Thanks

 
TEAMTRADER:
I posted it in the stochastics thread but should be here.

It is MLadens indicator with my settings - although I never was able to get the colours as standard.

TEAMTRADER

Could I ask a favour please?

Would someone add a red/blue vertical line to show when the indicator ATR CCI 2 posted above in post 18, turns down (Red vertical) and up (Blue vertical) as well as crossing zero (red/blue).

Not arrows, no box alerts, only vertical lines.

Thanks

TEAMTRADER

 

Question to coders who know what this means......

"Alerts on current" - 'true/false'.

Does this mean the indicator 'alerts' on the 'current' candle when it is set to true and it alerts on the following candle when set to false?

Thanks

TEAMTRADER

Reason: