View Single Post
  #3 (permalink)  
Old 07-20-2006, 02:31 AM
RJames5541 RJames5541 is offline
Junior Member
 
Join Date: Jul 2006
Posts: 15
RJames5541 is on a distinguished road
I have tried altering that already

I have already experimented with changing the line: extern int ADXPeriod=14;...... As you probably already know, the ADX indicator is comprised of 3 lines; the main ADX line, as well as two other lines (DI+ and DI-). It turns out that changing 14 to another period only alters the period of the main ADX Line... I am trying to change the periods of the two other lines plotted on the ADX indicator (the DI+ and DI-)... It is not possible to do this in the indicators properties window in the trading terminal... where in the above MQL4 Code might I be able to change the periods of the DI+ and DI-?
Reply With Quote