@fxDreema said in New option to my EA. Help required.:
Your project has all input parameters to 0, so instead of putting pending orders it gives tons of errors. I don't want to assume what your input parameters are. There is also no real TP.
But be careful in "pips-away from the open price" block. This block can behave very differently with different settings. The first parameter is described (click on its title). "Pips away" is also important, its value can be positive, or negative if you want to detect movement in the other direction (when the price is going towards SL).
Also "Open price belongs to" is important when the block is working with trade that was result from partial close or it was added to another trade.Look for errors! Again, this EA doesn't work for me, but not because of the way blocks are connected.
Let me explain. All input parameters are 0 because I change them manually case by case. This is why I call it a semiautomatic EA. The truth is that is is a trade launcher with a moving SL, no more than that. And I can tell you it works perfectly with no errors so far. I agree there is no real TP. I call it so as an internal way to structure it. It's just a partial close. Once the partial close is reached, the SL is moved and the EA is terminated.
What you suggest about pips away accepting negative values is very interesting. Can I insert an integer negative number at that parameter? If so this can be what I'm looking for.
Thank you.

So once again Fxdreema was right and I was wrong 


. Thank you very much for your help. I'll try it.