Code Amibroker Indicators
Vertical Horizontal Filter For Removing False Signals From Trading System
The VHF indicator measure wether the price is going horizontal (non-directional) or vertical (uni-directional), no indicator in technical analysis has this capacity. SetBarsRequired(sbrAll,sbrAll); VHFP = Param( \”VHFPERIOD\”, 20, 2, 100, 1 ); HCP = HHV( C, VHFP ); LCP = LLV( C,…