Forum

Impossible to execute reverse trade on netting account

Hi guys, Since today I discovered that I cannot execute an order larger than the actual position in the oposite direction (reversal) on my live netting accounts. Whatever the volume placed, it will only close the actual position. Never seen that so far. From EA or manually it is the same, also on a

Multi Symbols testing with accurate real ticks access for each symbol

Hi everybody, I am trying to test a strategy with mulitple symbols, but ticks from the differnet symbols are not accurate because MT5 tester needs a unique Symbol to run. I use EURUSD as main to get the ticks for each symbol at each EURUSD tick, but the results are wrong compared to separate symbols

SignalInfoSetInteger(SIGNAL_INFO_DEPOSIT_PERCENT, x) doesnt work / ERR 4014

Hi Guys, I am trying to set a new value of the signal parameter "DEPOSIT PERCENT with function SignalInfoSetInteger ( SIGNAL_INFO_DEPOSIT_PERCENT , x); and I get the error code 4014. These functions works fine : sidep= SignalInfoGetInteger ( SIGNAL_INFO_DEPOSIT_PERCENT ); sivol= SignalInfoGetDouble

Were can we find the signal id

Hi guys, I am trying to get infos from my suscribed signal in my EA, but cannot find the signal ID anywere.. please help

No review button even I am suscribed to the signal ...

Hi everybody. How come I cannot write a review even when I am a current sucriber to a signal. I could leave a first one, but after I reached the minimum account on MT5 settings, I reactivated the signal, but since then aparently, the "leave review" icon has disapeared

cannot open file ..

Hi everybody, After spending hours and try every options of files type and so on, I still cannot find why I cannot open a file, even in the MQL5 folder or the Tester folder. I use the basic code .. string filename= "Parametres.txt" ; int hdle= FileOpen (filename, FILE_READ | FILE_TXT | FILE_ANSI

Keep the variables values after modify parameters or recompiling while expert is runing

Hello everybody .. Please can somebody clarify the activity of variables (other than local variables) after Oninit function happens, such after modifying input parameters. Is there a way to keep the values stored in "standard" variables even after Oninit is called. Thanks for your help

new version build 2988 .. Lost of Custom Symbols

Hello everybody.. After accepting update of the new version build 2988, I cannot see my custom symbols in the Tester and in the symbols window, and this on my 2 different computers. Apparently the historical symbol data are still in the "base" folder.. Please help

MT5 "netting" how the orders are managed

Hi everybody, I would like to know how MT5 manage the orders. When you sell 5 lots after having buy repetidly 1 lot ten times for example, will MT5 be closing the orders starting from the oldest like in cTrader or by the profitable order or something else. Thanks for your help

Convert a mql5 EA in C#

Hi everyone, I am looking for somebody to help me or to convert my EA, written and runing in mql5, into C# for PROTRADER platform with API connection. Not very complicate. I need basically the frame to get started mainly