Hey folks,

while demotrading my little script i encountered the following issue:
the script opened an USOIL position with Risk of 71$:
Code:
[USOil:TIM:L8258] Long 4@101.98 Risk 71$ t at 03:59


after some time it ran into Stop with a 716$ loss:
Code:
[USOil:TIM:L8258] Stop 4@99.65: -714$ at 19:27


What is the issue here? It's probably trivial but its a really bad thing to happen.

My guesses are:
- mini/micro account?
- assets.dta not updated? Do i have to take care of something especially?
- i remember USOIL being especially bad behaving with the FXCM broker issue/displaying wrong equity
- I set the MARGINLIMIT, RISKLIMIT and ACCUMULATE flags. Probably i dont understand them fully...

I updated to 1.24.5 on 17th of July. I also updated to a new version of my script. Other Stops where taken correctly since then.