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 ....
Volume weighted moving average for Amibroker (AFL)
Copy & Paste Friendly
Back
P = ParamField("Price field",-1); Periods = Param("Periods", 15, 2, 1000, 1, 10 ); Vwma = Sum((Volume*P),periods)/Sum (Volume,periods); Plot(Vwma,_DEFAULT_NAME(), ParamColor( "Color", colorCycle ), ParamStyle("Style") );