Creates QCAlgorithm.py: a bridge between C# QCAlgorithm and python algorithms

This commit is contained in:
AlexCatarino
2018-09-05 22:26:16 +01:00
parent 9e0d2dce3a
commit 3e4a71cd50
115 changed files with 467 additions and 243 deletions
@@ -13,13 +13,12 @@
from clr import AddReference
AddReference("System")
AddReference("QuantConnect.Algorithm")
AddReference("QuantConnect.Common")
from System import *
from QuantConnect import *
from QuantConnect.Algorithm import *
from QuantConnect.Data.Consolidators import *
from QCAlgorithm import QCAlgorithm
from datetime import timedelta
### <summary>