
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
void OnTick()
{
if(close_end_of_week())
{
Close_allpending(symbol_index,POSITION_TYPE_SELL);
Close_allpending(symbol_index,POSITION_TYPE_BUY);
}
}
//+------------------------------------------------------------------+
}
RESULT:
BEFORE:
AFTER:
before
after: