XoveParticipant
Junior
Hi!
I have an issue with activation of stop losses in certain cases. When the number of contracts is big enough the system seems to ignore the stop loss and close the position at the low of the next bar.
IF NOT LongOnMarket THEN
BUY 16 CONTRACTS AT MARKET
ENDIF
SET STOP LOSS 35
In this example, if the size is equal to 15 (or less), the stop loss is correctly triggered, otherwise I get a big loss.
The problem happens with other instruments as well.
Could you help me, please?
Francesco
Try increasing the starting capital, maybe it’s not enough.
XoveParticipant
Junior
Hi Roberto,
Starting capital is 10.000$.
35 points x 15 contracts x 2$/point is equal to 1.050$ of loss (as in the first attachment).
35 points x 16 contracts x 2$/point is equal to 1.120$ of loss.
This should be a 11,2% drawdown.
Am I wrong?
If you already tried increasing your capital, well… I have no idea what the cause could be.
Drawdown calculations are a bit different, but I understand what you mean.
XoveParticipant
Junior
The stop loss isn’t triggered. If the capital is too small I would expect a close even before the stop loss, not at the low of the candle!
This is the point.
Thanks, that’s a strange behavior, I will report it to understand why it acts like this, thanks for reporting it.
I had news and it is indeed an issue that should be fixed in an upcoming release.
indeed an issue
Thanks, Nicolas. Is the problem confirmed it is only with 16 contracts and above?