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 tvs for Amibroker (AFL)
Copy & Paste Friendly
Back
_SECTION_BEGIN("TSV_1"); Time = 18; TSVd= ( C-Ref(C,-1)) / IIf(H > L, H - L, EMA(H,34)- EMA(L,34))*V; TSV=EMA(0.10526315789473684210526315789474*(EMA(TSVd,13)),1) * Time/10000000; dynamic_color = IIf( TSV> 0, ParamColor("Up Color", colorGreen ), ParamColor("Down Color", colorRed )); Plot(TSV,"TSV",dynamic_color, ParamStyle( "Style", styleHistogram | styleThick, maskHistogram ), 1); Plot(0,"",47,1); Title = "TSV"; _SECTION_END();