-
Notifications
You must be signed in to change notification settings - Fork 169
/
996Quant.pyproj
87 lines (87 loc) · 4.01 KB
/
996Quant.pyproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{943eaabe-7c89-4eef-9301-ee45947eb8f5}</ProjectGuid>
<ProjectHome />
<StartupFile>chapter_04\l03_top1700_60min_download_jqdatasdk.py</StartupFile>
<SearchPath />
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<InterpreterId>Global|PythonCore|3.7</InterpreterId>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<PropertyGroup>
<VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
</PropertyGroup>
<ItemGroup>
<Compile Include="chapter_04\l03_top1700_60min_download_jqdatasdk.py" />
<Compile Include="chapter_04\l02_hs300_60min_download_jqdatasdk.py" />
<Compile Include="chapter_04\l01_kline_60min_download_jqdatasdk.py" />
<Compile Include="chapter_06\l04_plot_a_kline_with_boll.py" />
<Compile Include="chapter_06\l03_plot_a_kline_with_macd.py" />
<Compile Include="chapter_06\l02_plot_a_kline_with_ma.py" />
<Compile Include="chapter_06\l01_plot_a_kline.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="chapter_07\l04_robust_peak_point.py" />
<Compile Include="GolemQ\cli\__init__.py" />
<Compile Include="GolemQ\fetch\base.py" />
<Compile Include="GolemQ\fetch\kline.py" />
<Compile Include="GolemQ\fetch\Portfolio_signals.py" />
<Compile Include="GolemQ\fetch\StockCN_realtime.py" />
<Compile Include="GolemQ\fetch\__init__.py" />
<Compile Include="GolemQ\cli\holding.py" />
<Compile Include="GolemQ\imitation\uqer.py" />
<Compile Include="GolemQ\imitation\__init__.py" />
<Compile Include="GolemQ\cli\okex.py" />
<Compile Include="GolemQ\cli\portfolio.py" />
<Compile Include="GolemQ\cli\show_number.py" />
<Compile Include="GolemQ\cli\sub.py" />
<Compile Include="GolemQ\test_cases\fetch_test\realtime.py" />
<Compile Include="GolemQ\test_cases\__init__.py" />
<Compile Include="GolemQ\utils\const.py" />
<Compile Include="GolemQ\utils\gfx.py" />
<Compile Include="GolemQ\utils\parameter.py" />
<Compile Include="GolemQ\utils\path.py" />
<Compile Include="GolemQ\utils\preproccessing.py" />
<Compile Include="GolemQ\utils\settings.py" />
<Compile Include="GolemQ\utils\symbol.py" />
<Compile Include="GolemQ\utils\__init__.py" />
<Compile Include="GolemQ\setup.py" />
<Compile Include="GolemQ\__init__.py" />
<Compile Include="GolemQ\cli\__main__.py" />
</ItemGroup>
<ItemGroup>
<Folder Include="chapter_04" />
<Folder Include="GolemQ" />
<Folder Include="GolemQ\cli" />
<Folder Include="chapter_06\" />
<Folder Include="chapter_07\" />
<Folder Include="GolemQ\docs\" />
<Folder Include="GolemQ\docs\images\" />
<Folder Include="GolemQ\fetch\" />
<Folder Include="GolemQ\imitation\" />
<Folder Include="GolemQ\test_cases\" />
<Folder Include="GolemQ\test_cases\fetch_test\" />
<Folder Include="samples\" />
<Folder Include="GolemQ\utils" />
<Folder Include="samples\data\" />
</ItemGroup>
<ItemGroup>
<InterpreterReference Include="Global|PythonCore|3.7" />
</ItemGroup>
<ItemGroup>
<Content Include="GolemQ\cli\README.md" />
<Content Include="GolemQ\docs\images\cli_usage.png" />
<Content Include="GolemQ\fetch\README.md" />
<Content Include="GolemQ\imitation\README.md" />
<Content Include="GolemQ\README.md" />
<Content Include="README.md" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
</Project>