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 ....
Efficiency Ratio for Amibroker (AFL)
Rating:
3 / 5 (Votes 2)
Tags:
oscillator, trading system, amibroker
Efficiency Ratio buy when er > .5 sell when er <.5
Screenshots
Similar Indicators / Formulas
Rahul Mohindar Oscillator (RMO)
Submitted
by kaiji over 15 years ago
Heikin-Ashi Candles Oscillator for Long term
Submitted
by NTA over 12 years ago
Price Oscillator
Submitted
by ariful_islam over 14 years ago
ZeroLag RSI with Buy/Sell
Submitted
by erecruiters almost 14 years ago
Trending Wave 2 System
Submitted
by Dryden over 13 years ago
Indicator / Formula
Copy & Paste Friendly
1 2 3 4 5 6 7 | Periods = Param ( "Time periods" ,10,1,350,1); er = ( abs ( C - Ref ( C ,-Periods))) /( Sum ( abs ( C - Ref ( C ,-1)),Periods)); Plot ( er, _DEFAULT_NAME (), ParamColor ( "Color" , colorCycle ), ParamStyle ( "Style" ) ); Buy = Cross (er,.5); Sell = Cross (.5,er) ; |
0 comments
Leave Comment
Please login here to leave a comment.
Back