Inserted Code
for(i=0; i<limit; i++)
{
UpTicks[i]=(Volume[i]+(Close[i]-Open[i])/Point)/2;
DownTicks[i]=Volume[i]-UpTicks[i];
if(UpTicks[0]>=100 && DownTicks[0]<=50)
Alert("BUY (", Symbol(), ", ", Period(), ") !!!");
} someone please help point out a way to convert "if Uptick is >=100 and DownTicks is <=50"
I would like to add this condition to OrderSend function in an EA(using M1).
Thanks
Attached File(s)