Assuming that I have long position with stop sell level at 75, previous day's OHLC was 95,100, 80,85. Today market gapped down and opened at 65, and finally OHLC was 65,70,55,60. In this case if I put stoplimit order at 75, it is never filled. If I put sell order with pricemethod="limit" at 75, it is filled at 75 despite no trade between 70 and 80 (gap zone), which I think unrealistic. Realistically IF stop sell level > Open or stop buy level < Open THEN it should be filled at open. Does anybody know how to realize this logic?
Hama