Closed GoogleCodeExporter closed 9 years ago
See the issue and will fix tonight.
Original comment by dwmcqu...@gmail.com
on 10 Jun 2010 at 12:56
Should be fixed. Please try recent update.
Original comment by dwmcqu...@gmail.com
on 13 Jun 2010 at 9:06
[deleted comment]
I tried the update, no improvement:unknown ticket 1 for OrderModify function
I only added the OrderType(), no improvement
I copy pasted the whole contents, no improvement.
Is it possible that you upload readymade EA?, or much better the new zip file.
Original comment by emailofn...@gmail.com
on 17 Jun 2010 at 7:48
seems like the zip file still contains the old EA and not the updated EA.
can you please upload a new set of files?
Original comment by avgua...@gmail.com
on 25 Jun 2010 at 9:58
I have it fixed. the problem was with the order of parameters when call
BetterOrderModify namely OrderTicket() and OrderType().
From
BetterOrderModify(OrderSymbol(), OrderTicket(), OrderType(), OrderOpenPrice(),
StoredOrderStopLoss[i],StoredOrdeTakeProfit[i], 0,Blue);
Changed To
BetterOrderModify(OrderSymbol(), OrderType(), OrderTicket(), OrderOpenPrice(),
StoredOrderStopLoss[i],StoredOrdeTakeProfit[i], 0,Blue);
Original comment by avgua...@gmail.com
on 25 Jun 2010 at 12:52
Original issue reported on code.google.com by
Ian.P.Jo...@btinternet.com
on 22 Jan 2010 at 12:10