General Trading Chat

PUCHU_2500

Well-Known Member
KINDLY HELP ME IN THIS

LookBack = Param("Lookback", 13, 2, 100 );
Smooth1 = Param("Smooth 1", 25, 1, 100 );
Smooth2 = Param("Smooth 2", 2, 1, 100 );

HH = HHV( H, LookBack );
LL = LLV( L, LookBack );

StoMom = 100 * EMA( EMA( C - 0.5 * ( HH + LL ), Smooth1 ), Smooth2 ) /
( 0.5 * EMA( EMA( HH - LL, Smooth1 ), Smooth2 ) );

Plot(StoMom, _DEFAULT_NAME(), ParamColor("Color", ColorCycle ) );

HOW TO INCERT THE STOCHOSTIC MOMENTUM INDICATOR IN CANDLESTICK CHART
AFL,
your query is shifted here......
http://www.traderji.com/amibroker/90119-simple-coding-help-no-promise-451.html#post1178649
 
When the tsunami Fed decidion hits exactly our market ? Tue or wed?
 
Market closing well...so Monday should be good...it dipped below the gap zone that is a bit of a dampner..

ST
 

Similar threads