forked from rjj510/uiKLine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
uiKLine.wpr
27 lines (27 loc) · 1.46 KB
/
uiKLine.wpr
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
#!wing
#!version=6.0
##################################################################
# Wing IDE project file #
##################################################################
[project attributes]
proj.debug-sub-processes = True
proj.directory-list = [{'dirloc': loc('.'),
'excludes': (),
'filter': u'*',
'include_hidden': False,
'recursive': True,
'watch_for_changes': True},
{'dirloc': loc('data'),
'excludes': (),
'filter': u'*',
'include_hidden': False,
'recursive': True,
'watch_for_changes': True}]
proj.file-list = [loc('file:C:/Users/adminsrr/Anaconda2/Lib/site-packages/vnpy/trader/app/ctaStrategy/strategy/strategyDoubleMaWH.py'),
loc('file:C:/Users/adminsrr/Anaconda2/Lib/site-packages/vnpy/trader/vtObject.py'),
loc('../vnpy-1.9.0/examples/CtaBacktesting/runBacktesting_RB.py'),
loc('../vnpy-1.9.0/examples/CtaBacktesting/runBacktesting_ShortTermStrategy_RB.py'),
loc('../vnpy-1.9.0/examples/CtaBacktesting/runBacktesting_Volatility_RB.py'),
loc('../vnpy-1.9.0/examples/CtaBacktesting/runBacktesting_Volatility_RB_V1.py')]
proj.file-type = 'shared'
proj.main-file = loc('uiKLine.py')