Forum

How to restore MT to display normally

I spilled some coffee on my laptop and quickly used paper to dry & clean everything - no damage :) BUT because I wiped the keys my MetaTrader app starts as normal but after a few seconds only the top bar shows - I now have to manually select view and terminal or view and strategy tester etc. I know

Add RVI indicator to EA

I have added the RVI indicaror to my EA but I just want to confirm I have used it correctly: RVIp = External input I have used MODE_MAIN and MODE_SIGNAL for the 2 lines = is this correct? If not, what should I use? RVIm0 = iRVI(Symbol(),0,RVIp,MODE_MAIN,0); RVIs0 =

How to force EA to check for new values only when a bar is completed and new bar is starting

I currently have my EA calculate values on the last x amount of bars - this however creates a huge lag during back testing - because of the "for loop" it looks like it executes on every tick . This is how the value check stars: //CHECK ID10T VALUES FOR BUY OR SELL if(BUY_ORDER == 0 && SELL_ORDER ==

MQL5 VPS

VPS issue - After syncing local MT4 terminal with VPS MT4 terminal: On my PC/Laptop the MT4 terminal change the status of the EA that was running (Enabled for live trading - smiley face on chart) to EA is DISABLED for trading (EA stopped - Not running) I suspect this is correct as you want the VPS

Automated Money Management between two different accounts?

I have seen some traders running more than one account from the same broker as a money management system. One account is used for live trading while the other (or sometimes even more than one) is just a "savings account". Some traders equalize accounts on a daily basis while others do it weekly or

Currencies not translated at TradeFort Broker?

I did see the signals tab on my MT4 terminal and investigated - found many interesting signals! I tried to subscribe but without success. Then I looked for a signal provider that is the same as my broker " TradeFort" - again no success! (I am able to subscribe but no trades are copied as the

Adapting an existing EA for Binary Options testing

I would like to change my EA to use for Binary Options strategy testing . The idea seemed simple - Open a trade on a new candle and close on a new candle - thisway you could test the ea for 1 minute, 5 minute, 30 minute and even on 1 hour timeframes. I tried different things but a trade just opens

Adapting an existing EA for Binary Options strategy testing

I would like to change my EA to use for Binary Options strategy testing - running back test to see if it achieve 56% or more - maybe even optimize strategy until the desitred results are achieved. The idea seemed simple - Open a trade on a new candle and close on a new candle - this way you could