Problem:
The option to "return infinite" in Margin Level (in %) does not work.
Summary:
I have a condition block that I've titled "check free margin" and this block will only pass to the next set of blocks when the Margin Level (in %) Account is greater than a defined value ("10" in this example). If it is less, the blocks end there. When there are no trades and the value is set to "return infinite", this block does not pass even though it should.
Simple workaround until bug is fixed:
An easy workaround is to use the "No positions" block and ignore this check if there are no positions, but it would be good if the infinite number is fixed.
Possible solution for admins:
Maybe set the return value to 99999 as an alternative?
(I tested assigning a constant with 99999 to "when no trades" and it works perfectly and the subsequent blocks are activated as expected.)


