Hi there;
Here you go ...
one remark:
- If you need your position viewer block to work regularly you need to avoid blocking the flow to it. In your case, you blocked the flow by your condition if open positions = 0 therefore no more checks can be performed once an open position is created.
Quote:
The other thing, more complicated would be to set the order to break even after X amount of pips and since that moment assign a trailing step.
You have to identify your breakeven situation either by calculation or by logical condition and therefore trigger your tailing step block once the condition is met.