pips away on 3 trade not placing the trade at the correct entry
-
I have an EA that places the first trade (buy) at a specific time. Then closes the trade if it achieves $50 profit per lot. If the market goes against it by 25 pips it places a sell 5 times the size of the original position. If the market goes against us another 25 pips (ie to the original entry) it places a 3rd trade (buy). The first 2 trades work perfectly, however the 3rd trade does not open at the 25 pips from the sell or original buy open price no matter what I change the variable value to. Can someone look to see what is wrong with the 3rd position programming?
-
Is this the whole project or just part of it?
-
this is the whole project
-
You should reorder the top tree block scorrectly. Now you are closing open trades (block 4) before opening them (blocks 10, 56 and 57). Additionally, the is no 'For each trade' block between blocks 53 and 54.
-