Never seen this, Stop is supposed to be SLM only. Just to be sure, Take latest git code and set its settings separately ( ie dont overwrite with old one). Then test it with 1 size in cash stock. If the problem is persistant, try to debug it with scite or zip the folder and ill check it.
To avoid actual execution of trades while testing you can do this
1) In GUIControls/Now.ahk - change below. This is status that says entry order is complete.You can put rejected or cancelled, then OM will think entry is triggered when you cancel / reject entry order
Code:
static ORDER_STATUS_COMPLETE := "complete"
2) You can input values outside allowed range (circuit) in entry/stop order so they get rejected always
I dont intend to change it as SL Limit will create complications. If you are willing to check manually when stop does not fill you can try setting order type in settings.ahk. Change
to
It should work, but this is not tested. It will take limit price using MaxSlippage set in settings.