Forum

metatester question

Hello, My machine crashed (windows error) while running optimization with remote agents, optimization was at ~60%. Now appears that all that work is gone (think in days) I know if you cancel the job there is xml file in cache, but nothing now. Is there is another cache file with progress, so I don't

Struct copying issue

Hello, can struct containing string type can be copied somehow, ex can I reserve part memory for it (limit string as 20 chars?). I understand string is 'dynamic variable', and as dynamic array and that's why cannot be copied... Thanks

Why this doesn't work - order.Type()

Hi, I need some help with this code, After I placed BuyStop order the following is executed void OnTrade() { int o_total = OrdersTotal(); for (int j=0; j<o_total; j++) if (myorder.Select(OrderGetTicket(j))) if (myorder.Type() == ORDER_TYPE_BUY_STOP)