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 1b431480a9
commit 66baf97bb4
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.OptionChain(Symbol)"/> method