in one of the rooms I´m in, the moderator says it has occurred to him in CL that price runs through stop fast and stop was not triggered (fast moving market).
I think one can not avoid this situation but I have an idea to solve this and want to ask if this works in a script.
Entry (priceX)
Stop (priceX-10TickSize)
Exitcondition
if(marketposition != flat and getcurrentask()< entryprice-12*TickSizeI then exitlong(exitshort)
Will this work in this situation (this might be faster than to call the broker and to ask by phone to close)?
Thank you
Tony
Comment