Stock Portfolio Organizer
The ultimate porfolio management solution.
WiseTrader Toolbox
#1 Selling Amibroker Plugin featuring:
PVT & EMA for Amibroker (AFL)
Price volume Trend & Moving average it helps to stay with trend
Indicator / Formula
_SECTION_BEGIN("PVT");
function PVT()
{
return Cum( Volume * ROC( C, 1 ) * 0.01 );
}
Plot( PVT(), _DEFAULT_NAME(), ParamColor( "Color", ColorCycle ) );
_SECTION_END();
PVTMA = Wilders( PVT(), 20 );
colOpn = IIf( PVTMA > Ref( PVTMA, -1 ), colorGreen, colorRed );
Plot( Wilders( PVT(), 20 ),"",colOpn,styleLine );
PVTMA = Wilders( PVT(), 10 );
colOpn1= IIf( PVTMA > Ref( PVTMA, -1 ), colorBlue, colorRed );
Plot( Wilders( PVT(), 10 ),"",colOpn1,styleLine );3 comments
Leave Comment
Please login here to leave a comment.
Back
how to use it effectively please guide
how to contact sknarayana007?
please help to contact author of this code
my mob 9898345124