Hello everyone!

Is there any way to get rid of the „Warning: The XXX equity security was set the raw price normalization mode to work with options.“ ?

I’m trying to dynamically add/remove options outside of the Initialize method and the warning above is flooding my output which makes it quite impossible to debug my algorithm and slows down all my backtests.

And btw … I’m setting DataNormalizationMode.Raw everywhere I possibly can.

Best regards

MC

Author