Add implicit conversion from FuturesContract to Symbol

Modified algorithms to use futures contract objects directly instead of accessing their Symbol property.
Removed unnecessary import statements and redundant lines in various files.
This commit is contained in:
Jhonathan Abreu
2024-12-27 09:04:50 -04:00
parent fcb771579e
commit a590147b9a
17 changed files with 21 additions and 19 deletions
@@ -12,7 +12,6 @@
# limitations under the License.
from AlgorithmImports import *
from datetime import timedelta
### <summary>
### Regression algorithm illustrating the usage of the <see cref="QCAlgorithm.OptionChains(IEnumerable{Symbol})"/> method