Forum

VPS Service cancelled after a few days

Hello, I rented the VPS service a few days ago. The Payment was made directly through MT5. The plan was for one month, but after a few days the service was cancelled. That's why I topped up my account through the mql5 website and used my available funds to rent the service again. I thought, there

ResultDeal() yields wrong ticketnr.

Hey Guys, I want to get the ticketnr. after I opened a position to be able to work with it (close it) later. if (instruction == OpenLong) { double entry = SymbolInfoDouble ( Symbol (), SYMBOL_ASK ); if (trading.Buy(EAVolume, Symbol (), entry, 0.0 , 0.0 , "EA" )) { if