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 ....
scan by zigzag for Amibroker (AFL)
Copy & Paste Friendly
Back
1 2 3 4 | P = ParamField ( "Price field" ); change = Param ( "% change" ,5,0.1,25,0.1); Plot ( Zig (P, change), _DEFAULT_NAME (), ParamColor ( "Color" , colorCycle ), ParamStyle ( "Style" ) ); Buy = Zig (p,Change)> Ref ( Zig (p,Change),-1) AND Ref ( Zig (p,Change),-1)< Ref ( Zig (p,Change),-2) AND Volume > Ref ( Volume ,-1) AND (( Volume - Ref ( Volume ,-1))/ Volume )< (( Close - Ref ( Close ,-1))/ Close ); |