Help this part not working
-
Hi
Please can someone advise as this part of my EA doesn't work?
I have a buy open. I am using a 5 min chart to run the EA.
If the price difference from the 09:35 candle close is 50 pips greater than the 06:35 candle close.
Then close the trade, if profit is 50 pips or more.
When run my EA through the tester this part (below) is not executed
Thanks
-
50 is the value of 50. This is not pips, it's 50. Try with +0.0050 or +50pips
-
Great, thanks it appears to have worked.