TesterEA_Fake

Profit factor:
0.00
Orders Execution
It automatically opens orders when conditions are reached
0 Views
0 Downloads
0 Favorites
TesterEA_Fake
#property strict

void OnInit()
{
  if (IsTesting())
    OrderSend(_Symbol, OP_BUY, SymbolInfoDouble(_Symbol, SYMBOL_VOLUME_MIN), Ask, 100, 0, 0);
}

Comments