Stock Portfolio Organizer
The ultimate porfolio management solution.
WiseTrader Toolbox
#1 Selling Amibroker Plugin featuring:
TEMA for early signals for Amibroker (AFL)
Based on Triple Exponential Moving Average crossover , this gives crossover signal earlier than most of the moving average systems
Similar Indicators / Formulas
Indicator / Formula
_SECTION_BEGIN("KANNAN-TEMA"); Plot ( TEMA ( C, 21 ), "TEMA 21", colorGreen ); Plot ( TEMA ( C, 55 ), "TEMA 55", colorRed ); Buy = TEMA( Close , 21 ) > TEMA( Close , 55 ); Sell = 0; Short = TEMA( Close , 21 ) < TEMA( Close , 55 ); Cover = 0; _SECTION_END();
0 comments
Leave Comment
Please login here to leave a comment.
Back