How to check overall loss. Getting error. Kindly help
-
Actually i want to check the overall loss of currently running trades. I used the block " Check Profit Unrealized " but it's not giving me the correct output. If i use " Check loss " block it will give me only the loss of lastest trade. So plz tell me how to check the overall loss of currently running trades.
-
@arivazhagan-p You will need this:
-
@arivazhagan-p @l-andorrà Think variable needs reset to 0 at start, learnt this from @roar in the last couple of weeks:

-
@jstap Using the 'modify variables' as I suggested or doing that is exactly the same. Doing that while the 'modify block' is still used would be redundant.
-
@l-andorrà Arr yes I didn't look into the modify block (is easy to be blind) :), what I always do, is just that this way saves a block.
-
@jstap Hi Sir . This is my work https://fxdreema.com/shared/3CRBZCscd. As you suggested i placed that blocks to check the over all loss. But it's not working. My motive is i want to place one block which will check the over all loss is greater than 0.6$ or not. Please help.
-
@l-andorrà Hi Sir . This is my work https://fxdreema.com/shared/3CRBZCscd. As you suggested i placed that blocks to check the over all loss. But it's not working. My motive is i want to place one block which will check the over all loss is greater than 0.6$ or not. Please help.
-
@arivazhagan-p loop blocks work a little differently. You need to let the loop do its work and then exit through the yellow output. Right-click on the block and select "Information" for more.

-
@jstap Don't worry. That happens to me a lot too. XD.
-
@roar @l-andorrà @jstap Hi Sir. Please check this now https://fxdreema.com/shared/Z7EgBwyrd. I tried again but still it's not giving the correct output. As per logic it should close the trades when we reach -1$ loss. but it's closing the trades when we reach -0.05 to -0.07$ loss.
. The second problem is as per logic it should take buy and sell trades simultaneously but here first it's taking buy trade after that it's taking only sell trade. Please help me here. -
@arivazhagan-p You selected the '>=' on block 19. It should be the opposite '<=' instead.