__But if you put one more block above, this will further limit the possibility to run those Buy/Sell blocks. Even now I would expect to see more that two trades, but something appears to be wrong. I think that what is wrong is the size of the distance. I don't know your exact value, because even if it says 2.0, you have this as an input parameters. But if it's 2.0, then it's already too big. Your prices are like 159.016, which means that you should enter value like 0.010 or 0.1 or something like this, something lower than 1.[/quote:1n6qjm4b]
Definitely not. I am using the round numbers block off the PC.
It is not the website version. As I understand this round numbers work like this.
For JPY pairs
0.01 = 1 pip
0.10 = 10 pips
1.0 = 100 pips
I am using 2.0 to get a 200 pip grid for market orders.
Most other pairs for example the EURUSD
0.0001 = 1 pip
0.0010 = 10 pips
0.0100 = 100 pips
The reason there are few trades is because I have put it through strategy tester only to show a chart.
It's not about the round numbers settings. It is about on a round number, I open a buy and a sell trade at the same time. The level dos not exhibit any more trades while there is a sell or a trade at that number as I would expect as my block has 2 connections, one for buy and one for sell. BUT, when I TP 100 pips in the up move and 100 pips in the down move, then there is no reason for round numbers not to open another buy/sell position at that same level. What it does instead, it won't use that round number for any open trades until it has opened another trade at the round number position that is above or below the previous one that I am trying to get to trigger. It's as if that number position can only trade once until it hits a different round number and returns to the original. What I am wanting it to do is once the trades have closed at profit, that it would re-trade that position without having to touch another round number above or below that level.
Having said all this, I am simply seeking a method that will re-initialize the EA once it has taken a TP. If I knew what block or sequence of blocks that can re-initialize the EA as if I had just dropped it first on the chart, that would be good. At least then, I can play around with this so that I can decide at what point I want the EA to reinitialize.
Thanks for your help.
Daniel