Stock Portfolio Organizer
The ultimate porfolio management solution.
WiseTrader Toolbox
#1 Selling Amibroker Plugin featuring:
Variable MA for Amibroker (AFL)
Variable MA which auto adjusts itslef during volatile markets .Like during fast moving mrktes ema becomes small while during treding markets ema remains large
Similar Indicators / Formulas
Indicator / Formula
Length=21; Smooth=5; Change = C - Ref( C, -1 ); SU = Sum( C - Ref( C, -1 ) > 0, Length ); SD = Sum( C - Ref( C, -1 ) < 0, Length ); CMO = 100 * ( SU - SD ) / ( SU + SD ); AbsCMO=( abs(CMO) )/100; SC=2/(Smooth+1); VIDYA=AMA( C, SC*AbsCMO ); Plot( Close, "Price", 4, 64 ); Plot( VIDYA, "Vidya", 5 );
0 comments
Leave Comment
Please login here to leave a comment.
Back