Marco Garthi / Publications
Forum
How to code stop at breakeven?
Hi guys! 1)Can I have an example of stop at breakeven? 2)In the backtest , the breakeven works, but in real it doesn't work, why? Thanks. Marco
How to code stop at breakeven?
Hi guys! Can I have an example of stop at breakeven
Partial OrderClose()
Hi guys, In MQL4, how can i use OrderClose() for partial close? I use this code: ticket = OrderClose(OrderTicket(), lots/ 2 , Bid, Ask - Bid, NULL ); but doesn't work. Can you do an example for me, please Thanks. Marco