Q:

mql5 adx indicator

MqlDateTime dt_struct;

if(dt_struct.hour>=13 && dt_struct.hour<=15){
   int adxHandle=iADX(NULL,0,10);  // handle for our ADX indicator
   if(adxHandle>20){
   
  }else{
  return;
  }
   }else{
   return;
   }
0

New to Communities?

Join the community