partial close block
-
is there away to make the partial close block to close only 1 time partially the size instead of closing the child trade again and again? some one please help
-
You need to add a shared project to look at, there is a pink block for once per trade.
-
-
-
-
@jstap it doing what it meant to be, but even once per trade block wont stop it from continuing closing partially more.
-
Do you have a button in the sub window? Correct the block ID numbers, unnecessarily high numbers can cause problems, your other problem could be what your tree is doing before it gets to the pink blocks, start a test project with minimum, like place trade, then close 50%, and you can then add to your main project when working. the pink blocks can be in a separate tree, in fact only put the blocks you want to control when they work.
-
@jstap i did that too in fxdreama they even show you how the partially close block work. so when you reduce the size it never stop until you get to 0.01. wonder if you know is there away to partially close the size without using that block? Thanks in advanced .
-
Your button should be created on the OnInit tab and controlled on the OnChart tab. All your logic seems to be looped in a mess when it could be much more simple. That's probably why it doesn't work.