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