Difference between "Check Profit" and "Check Profit (Unlealized)
-
What is the difference between the 2 blocks?
I need my EA to close all trades if my existing profit of all open trades is more than 25 pips. What do I use for that?
I also want to open a new trade if I have a loss more than 10 pips for all my existing open trades? How to do this?
-
for this use block Check Profit (Unlealized)
for second (when in loss) in comparison in block give negative value and opened trade filter with some block, like once per H4 bar or D1 ... -
The "Check Profit Unrealized" block does not seem to be working as expected. Any idea what could be wrong? I am using this block to make the following decisions:
- If unrealized profit is == 0, then do A
- if unrealized profit is > 20, then do B
- if unrealized profit < (-20) then do C
- else do nothing
-
this is not working?

-
There is a pink block "check profit" (with small letters) that is more special, it should be used inside a loop made with one of the "For each...." blocks.