Forum

what do these terminal colours mean?

What do the colours in the above screenshot mean? They change as the price moves towards SL or TP. Couldn't find anything in the terminal help

Code: getting current exchange rate in testing mode

I'm backtesting my EA and in my EA I am trying to get the current exchange rate using the SymbolInfoTick() function , but this function is not allowed in testing mode. I couldn't find any threads on this forum about it (the search sucks), so any idea how I can convert to and from base currency? (for

Should I script or should I EA?

Hi, I've developed my own strategy that I am now trying to implement in MQL4, I would like to start to backtest it and continue to develop the logic, but I don't know if I should create a script that I auto-exectue at some time of day, or have some EA that triggers at some point. I currently have