To check if a certain trade is in breakeven...
-
Hi there:
How can I check if a certain trade is in BreakEven??
Thanks in advance.
-
There is a block to set SL to open price when there is some profit. If you want to know when certain trade is close to 0 after it was on profit before, without using stop-loss... well... this will be hard to do, because arrays and variables are needed, and this will work until the EA is running
That's why in general, working with something solid like SL, TP or any other parameter that is part of the trade even when the EA is closed, is better 
If you mean something else, give me more detailed description
-
Yes, I'm using "BreakEven Point (each trade)" block when the profit is 2:1 (profit = 2 * SL) in all trades.
I want to open new trades in the same PAIR and the same Timeframe only when the previous trade is in BE.
It's possible to check if StopLoss Price level is over (or under in SELLs) open price level or anything similar to that???Any ideas?
Thanks in advance.
-
There is no special block or option for this, so..
https://fxdreema.com/shared/RaI9c8jTc
Well, not very elegant. I didn't tested it