Stock Portfolio Organizer
The ultimate porfolio management solution.
WiseTrader Toolbox
#1 Selling Amibroker Plugin featuring:
Auto Analysis Hook Reversal for Amibroker (AFL)
Find Hook Reversals using automatic analysis.
By Larry Lovrencic
Similar Indicators / Formulas
Indicator / Formula
1 2 3 | /*Hook Reversals Automatic Analysis by Larry Lovrencic*/ buy = O <( L +0.2*( H - L )) AND C >( H -0.2*( H - L )) AND H < ref ( H ,-1) AND L > ref ( L ,-1); sell = O >( L +0.8*( H - L )) AND C <( H -0.8*( H - L )) AND H < ref ( H ,-1) AND L > ref ( L ,-1); |
0 comments
Leave Comment
Please login here to leave a comment.
Back