Stock Portfolio Organizer
The ultimate porfolio management solution.
WiseTrader Toolbox
#1 Selling Amibroker Plugin featuring:
DMI Spread for Amibroker (AFL)
DMI Spread show the difference between plus (+) and minus (-) DX
Similar Indicators / Formulas
Indicator / Formula
pd = MDI(14); md = PDI(14); dmi=md-pd; Graph0=dmi; /* DMI Spread */ Graph0Style= 2; Graph0Color = 1; Graph1 =15; Graph2 =-15; Graph3 =0; Graph1Style = Graph2Style= 1; Graph1Color =5; Graph2Color =4;
0 comments
Leave Comment
Please login here to leave a comment.
Back