Stock Portfolio Organizer
The ultimate porfolio management solution.
WiseTrader Toolbox
#1 Selling Amibroker Plugin featuring:
Search for Closing Price Reversal for Amibroker (AFL)
Based on a work of Larry Lovrencic – lvl@firstpacific.net
This is to find Closing Price Reversals using automatic analysis
Similar Indicators / Formulas
Indicator / Formula
1 2 3 4 5 6 7 | /*Closing Price 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) AND C > ref ( C ,-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) AND C < ref ( C ,-1); |
1 comments
Leave Comment
Please login here to leave a comment.
Back
i can’t used it. The result is blank