Hello,
I discovered the same problems a few days ago, there seem to be a
problem with the calculation of the first bars.
If you use a Period auf 14, the first available value should be at the
15th bar.
But amibroker shows the first result at the 16th bar.
So there's something wrong with the calculation of the first period of
+DI, -DI.
BR
faked
Am 08.10.2009 um 13:03 schrieb pinanksthakkar:
Hello,
I am new to this group, and also to amibroker software.
i want to use DI setting as 13 and adx as 8.
So i used.
Plot( ADX(8), _DEFAULT_NAME(), ParamColor( "ADX color", colorBlue ),
ParamStyle("ADX style", styleThick ) );
Plot( PDI(13), "+DI", ParamColor( "+DI color", colorGreen ),
ParamStyle("+DI style") );
Plot( MDI(13), "-DI", ParamColor( "-DI color", colorRed ), ParamStyle
("-DI style") );
But the result is different, then what i get in my current software.
i guess its some smoothing issue. can some help pls