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 ....
p sar for Amibroker (AFL)
Copy & Paste Friendly
Back
1 2 3 | acc = Param ( "Acceleration" , 0.02, 0, 1, 0.001 ); accm = Param ( "Max. acceleration" , 0.2, 0, 1, 0.001 ); Plot ( SAR ( acc, accm ), _DEFAULT_NAME (), ParamColor ( "Color" , colorCycle ), ParamStyle ( "Style" , styleDots | styleNoLine , maskDefault | styleDots | styleNoLine ) ); |