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 aa0c29f77e
commit 822602a551
17 changed files with 21 additions and 19 deletions
@@ -12,7 +12,6 @@
# limitations under the License.
from AlgorithmImports import *
import QuantConnect.Data.UniverseSelection
### <summary>
### This example demonstrates how to add futures with daily resolution.