How to close the cycle ?
-
Hi,
Can anybody help we aware how can I close a running cycle? For example.
If EA open multiple sells and buys with a Take profit value.
We make profit 20$ from trades that get closed and a floating P/L is 5$ with remaining open trades.
Here I want to close all open trades either buy or sell and start a new cycle.
Simply I want to exit the cycle when I came into profit -
I think you want to do this, ontrade tab-trade closed block-close trades block, this will close all
-
@jstap
Are you saying this ? if it right, But i am still not find my solution in it. please suggest an example I will appreciate your effort.
Explaining again Suppose if Balance in 1000$ and EA open opens- 20 sells and 10 buys each with X pips TP & no SL
- Later after hitting TP's of 10 trades we make 15$ and we remain with 20 open positions (either buy or sell) which having floating p/l as -10$.
- Our balance is now 1015$ and equity is 1005$
- Here I want to close all remaining 20 trades at loss of -10$

-
If you go to the on trade tab, you will find purple blocks (only work on the on trade tab), you should see how these work, a bit busy at mo, if you still struggle I show you how later.
-
@jstap Am I right now ?
But how to calculate the profit we get in closed trades and floating P/L before closing the cycle.

-
On tick, bucket of trades will give you the trade profit, in a condition block when profit = x.xx, close, this will activate the on trade blocks.