Forum

Optimization criterion

Hi, I have a short question: Is it possible to use the final balance as optimization criteria?. (not the max balance). Many thanks

simple question about OrderSend

Hello, I have a very simple question. I want to buy EURUSD and close by Takeprofit or Stoploss. My code open the position but never close. Could you help me a little? MqlTick last_tick; SymbolInfoTick("EURUSD",last_tick); Ask=last_tick.ask; Bid=last_tick.bid; MqlTradeRequest