Forum

Why valenok2003 is against MT5

Because when I get to these lines in the textbook, my brain boils over. And it tells me - fuck it. I don't have the intelligence to master these terms. And I don't see the point in trading "other people's" robots. Объектно-ориентированное программирование Object-oriented programming is data-focused

[What do you mean by the word grail] Grail.

Much has been broken in the search for the grail (naturally, in relation to the advisor), but everyone understands the term differently. What do you understand by the word grail, please share your thoughts

Which prevents the advisor from making money.

I managed to write a profitable EA. However, after reaching a certain level of profit, orders stop opening with the reasoning being wrong price or a general error. Perhaps there are some recommendations on how to avoid this. Maybe perform some additional checks or increase the slippage with each

Which design is correct?

Like this void Close_All() { int Total = OrdersTotal (); for ( int i= 0 ; i < Total; i++) //требует уточнения эта строка { if ( OrderSelect (i,SELECT_BY_POS,MODE_TRADES)==true) { switch (OrderType()) { case OP_BUY : OrderClose(OrderTicket(),OrderLots(),Bid, 5 ); break ; case OP_SELL