Daniel D. / Publications
Forum
Why is this piece of code printing 3 times? It is not really a problem, but I want to eliminate it. Any suggestion? Thanks "
void OnTradeTransaction ( const MqlTradeTransaction & trans, const MqlTradeRequest & request, const MqlTradeResult & result) { ulong ticket; string symbol; if (! PositionSelect ( _Symbol )) { HistorySelect ( 0 , TimeCurrent ()); for (