Stock Portfolio Organizer
The ultimate porfolio management solution.
WiseTrader Toolbox
#1 Selling Amibroker Plugin featuring:
Detector For Price for Amibroker (AFL)
This is an oscillating indicator that measures the accumulation and distribution of price.
Screenshots
Similar Indicators / Formulas
Indicator / Formula
BDIn=IIf(C>O, V,0); BDOut=IIf(C< O,V,0); BDAccW=Sum(BDIn, 5); BDAccM=Sum(BDIn, 21); BDDistW=Sum( BDout,5); BDDistM=Sum( BDout,21) ; BDWeek=(BDAccW- BDDistW); ColorBW=IIf( BDWeek>O, colorBrightGreen ,colorRed) ; Plot(BDWeek, "BDWk",colorBW, styleHistogram| styleThick) ;
1 comments
Leave Comment
Please login here to leave a comment.
Back
ASir,
Of all the ones, I preferred this: simple and clear.
thanks a lot,
Dr.Nagaraj