Hi,
I am a newbie in this forum, I have a problem whit this code and i am looking for help.
the code:
I am a newbie in this forum, I have a problem whit this code and i am looking for help.
the code:
Inserted Code
extern int Shift = 1;
WaitTime = iTime(NULL,0,Shift),total=OrdersTotal();
if(total>=1 && OrderProfit()<0)
{
int CloseTime=iTime(NULL,0,0);
}
if(total<1 && WaitTime<=CloseTime)
{
bool Pause=true;
}
else
{
Pause=false;
}
return (0);