Added new alpha: Global Equity Mean Reversion using IBS Alpha (#2930)

* Create GlobalEquityMeanReversionIBSAlpha.py

* Update QuantConnect.Algorithm.Python.csproj

* Update QuantConnect.Algorithm.Python.csproj

* Update GlobalEquityMeanReversionIBSAlpha.py

* Update GlobalEquityMeanReversionIBSAlpha.py
This commit is contained in:
HalldorAndersen
2019-02-20 18:37:22 -08:00
committed by Jared
parent f45df0d66e
commit 42bd32b15c
2 changed files with 129 additions and 1 deletions
@@ -37,6 +37,7 @@
</PropertyGroup>
<ItemGroup>
<Content Include="Alphas\ForexCalendarAlpha.py" />
<Content Include="Alphas\GlobalEquityMeanReversionIBSAlpha.py" />
<Content Include="Alphas\RebalancingLeveragedETFAlpha.py" />
<Content Include="BasicSetAccountCurrencyAlgorithm.py" />
<Content Include="BasicTemplateFuturesFrameworkAlgorithm.py" />
@@ -238,4 +239,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>