de9f9bf309
* Add DualSymbolIndicator unit tests * Introduce MultiSymbolIndicator for indicators working on multiple symbols Use the new class as base for DualSymbolIndicator and OptionIndicatorBase. The OptionIndicatorBase can now detect when ready even if underlying and options market close is different when resolution is daily. * Accept any BaseData for options indicators * Improve indicator conversion from python on registration Also minor fixes * Cleanup and simplification * Fix ImpliedVolatility IsReady flag * Update regression algorithm history count AutomaticIndicatorWarmupOptionIndicatorsMirrorContractsRegressionAlgorithm history count decreased because options indicators period is now 1 instead of 2 * Address peer review