-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathzs_config.xml
27 lines (27 loc) · 1.02 KB
/
zs_config.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<Root>
<Account>
<AccountInfo name="Lion" id="038313" password="qwert" brokerid="9999"/>
<TradeAPI name="ctp" addr="tcp://180.168.146.187:10000"/>
<MdAPI name="ctp" addr="tcp://180.168.146.187:10010"/>
<Strategy>
<StrategyName name="EMAStrategy.dll"/>
<StrategySymbols symbol="rb1809,ni1811"/>
</Strategy>
<Strategy>
<StrategyName name="BollStrategy.dll"/>
<StrategySymbols symbol="rb1809,au1811"/>
</Strategy>
</Account>
<Account>
<AccountInfo name="Jaguar" id="0001000001" password="123"/>
<TradeAPI name="xspeed" addr="tcp://203.187.171.250:10910"/>
<MdAPI name="xspeed" addr="tcp://203.187.171.250:10915"/>
<Strategy>
<StrategyName name="EMAStrategy.dll"/>
<StrategySymbols symbol="m1809,CF1811"/>
</Strategy>
</Account>
<Logger name="zs_system.log" type="2" level="info"/>
<!--RunMode mode="backtest"/-->
</Root>