check profit (unrealized) as money total sum
-
This block it is posible return money if
I have 2 buy open trade loss -5€ and -5€
i have 1 sell open trade gain 20€this block return 10€ profit unrealized?
-
The block doesn't return a value. There is a value that is calculated, but it stays "inside the block" where it can be checked. You can see in the properties of this block that you can select how to check the unrealized profit (to compare it with some numeric value).
If you want to get the value and use it in another block, you can use those "Bucket..." blocks.
-
I try to say, IIf I have two loosing trades, each one loosing 5 dollars and one winning trade, on the opposite direction (if two first trades are BUY TRADES, the third one would be a SELL TRADE) with 20 dollars in the money, the three ones opened at the very same moment. Will it close all the three trades with 10 dollars profit?
-
Yes it will but only for trades that are on 1 chart if you want to use all trades from multible charts you have to use:
If buy and sell trades
Condition profit > your value of money
Close buy and sell trades