Forum

Metatrader 5 build 1881 - issue

Nowhere to post this. Slow complete algorithm with forward testing just has a max of 256 records on forward test and 800+ on backtest . 800+ is correct number on backtest but forward should have same number. regards Darryl

Build 485 causes 2011.08.09 21:58:07 Core 1 2011.04.05 02:30:12 Access violation read to 0xFFFFFFFFFFFFFFFF

This is on recompilation of EA from previous build. CTableOrders *t=new CTableOrders(); Print("did not get here1"); if(!t.Add(Ticket,stop_loss,take_profit,magic)) { Print("The order addition has failed. Check order parameters ."); return(false); } Print("did not get