Adds PsychSignal demonstration algorithms

This commit is contained in:
Gerardo Salazar
2019-10-03 14:55:29 -07:00
parent 6277abd731
commit 48f6372a6a
4 changed files with 190 additions and 3 deletions
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\Microsoft.CodeAnalysis.FxCopAnalyzers.2.9.3\build\Microsoft.CodeAnalysis.FxCopAnalyzers.props" Condition="Exists('..\packages\Microsoft.CodeAnalysis.FxCopAnalyzers.2.9.3\build\Microsoft.CodeAnalysis.FxCopAnalyzers.props')" />
<Import Project="..\packages\Microsoft.NetFramework.Analyzers.2.9.3\build\Microsoft.NetFramework.Analyzers.props" Condition="Exists('..\packages\Microsoft.NetFramework.Analyzers.2.9.3\build\Microsoft.NetFramework.Analyzers.props')" />
@@ -60,6 +60,7 @@
<Content Include="Alphas\ShareClassMeanReversionAlpha.py" />
<Content Include="Alphas\TripleLeverageETFPairVolatilityDecayAlpha.py" />
<Content Include="Alphas\VIXDualThrustAlpha.py" />
<Content Include="AltData\PsychSignalSentimentAlgorithm.py" />
<Content Include="AltData\TradingEconomicsAlgorithm.py" />
<Content Include="AltData\TiingoNewsAlgorithm.py" />
<Content Include="BasicCSharpIntegrationTemplateAlgorithm.py" />
@@ -309,4 +310,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>