i'm receiving a lotof this error: "An over fill was detected on order...",
in my strategy i enter on market with EnterLong()
set stoploss "intratrade" with SetStopLoss()
and close my position if i reached the stoploss or if i get the exit condition (my exit code is ExitLong() in this case)....
What is the cause of the error "An over fill was detected..."??
Beacause i use both SetStopLoss() and ExitLong() ?
thanks to all that answer to me!
wyatt


Comment