Close on first profitable open
-
Hello,
I was just wondering if there is a way to implement the exit strategy "close on first profitable open". My idea was: if open > entry = close. But I cant find the entry input.
Thanks in advance
Simon -
I don't really understand the idea here

-
Let´s say I go long and my entry is at 1.000 I want the EA to close my position as soon as the first candle opens above my entry point (so I am in profit and it is the first profitable open)
-
Maybe something like this: http://prntscr.com/eirqub
-
Hello fxDreema and simonnnagk129
I have another idea. Partial closure if over or close 2 candles above position opening.
How to do it this way?
-
For each Trade -> check age -> do something else here
Yes, this works with the age (the time after creation), but I think it does the job. At least I tried this many times and I never wanted to count the time by candles instead of exact time
Of course I can at least try to add some option in the "check age" block to turn the time into candles count, but do someone really need that? -
I think it's interesting.
I need candles, not open positions.