Forum

EA backtesting issues

Hi, I am currently backtesting a strategy and the problems are 1) orders are being placed at every tick 2) orders are only in one direction and usually at the beginning of the test even if the conditions are satisfied later on I am attaching the code for the EA along with the backtest report. I

Custom indicator not showing on chart

Hi, I've adapted the following Rate of change indicator from the mql4 book that is available online. It compiles fine but when I attach it to a chart nothing happens. Below is the code: //----------------------------------------------------------------1-- // Properties of Indicator #property

Adding two variables within a string

Hi, can someone please let me know how I can add two assigned variables in a single sentence. i can do it with one e.g. "this is an example for a single", variable . But how can I do the same but with two or more variables. Sorry if this seems like a newbie question but I have tried searching for