Hello,

In the algorithm attached I sell an index option at close and attach a stopMarket order to act as a stop loss.  I noticed high/low bar data issues so I wanted to make a custom fill model to key off the close price instead of high/low prices.  I believe I set the fill model correctly but I see no debugging logs indicating the custom model is never used.  Please let me know if I am missing something.  The attached algorithm shows a stopMarket order being triggered at a high price ($29) because the ask high data is not correct but the lower close price of $0.10 should have resulted in no fill being triggered.

Thank you!

Jesse