Stock Portfolio Organizer
The ultimate porfolio management solution.
Shares, Margin, CFD's, Futures and Forex
EOD and Realtime
Dividends and Trust Distributions
And Much More ....
WiseTrader Toolbox
#1 Selling Amibroker Plugin featuring:
Advanced Adaptive Indicators
Advanced Pattern Exploration
Neural Networks
And Much More ....
3 days 13 days ema crossover scanner.afl for Amibroker (AFL)
Rating:
3 / 5 (Votes 3)
Tags:
trading system, amibroker, exploration
3 days 13 days ema crossover for short term trading
Similar Indicators / Formulas
OPTIMIZED ICHIMOKU
Submitted
by ritesh.bafna88 about 12 years ago
Reaction Trend System
Submitted
by ajayjain90 over 14 years ago
Behgozin Strength Finder
Submitted
by hotaro3 about 12 years ago
KPL with RSI
Submitted
by pdkg_gal over 14 years ago
Intraday Trend Break System
Submitted
by nishantndk over 14 years ago
ema crossovers
Submitted
by rushee.g1100 over 14 years ago
Indicator / Formula
Copy & Paste Friendly
_SECTION_BEGIN("EMA CrossOver"); Buy = BarsSince( Cross( EMA( Close, 3), EMA( Close, 13 ) ) ) <= 3; PlotShapes(IIf(Buy,shapeUpArrow,shapeNone),colorBrightGreen); Filter = BarsSince( Cross( EMA( Close, 3 ), EMA( Close, 13 ) ) ) <= 3; AddColumn( Close, "Close " ); AddColumn( Open, "Open " ); AddColumn( High, "High " ); AddColumn( Low, "Low " ); AddColumn( Volume, "Volume " ); AddColumn(Filter,"Buy",1); _SECTION_END();
0 comments
Leave Comment
Please login here to leave a comment.
Back