ex.NotImplementedException

In by OptionStackLeave a Comment

The NotImplementedException is usually thrown when you define  strategy filters for a specific leg of your strategy, but should have been applied to the entire strategy instead.  To fix this error, change the filter to apply to the entire strategy, rather than a specific leg, by removing the “Leg” Option in the Strategy Filters.

NotImplementedException

 

 

Leave a Comment