-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlast_run_config.json
More file actions
118 lines (118 loc) · 2.76 KB
/
Copy pathlast_run_config.json
File metadata and controls
118 lines (118 loc) · 2.76 KB
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"orders": [
{
"block_duplicate_buy": true,
"condition": {
"condition_id": "StockSplitFunds",
"params": {
"appkey": "PSCG5XnnxeV",
"appsecretkey": "hywhsI",
"max_symbols": 2,
"percent_balance": 0.8
}
},
"description": "분할 매매 전략임",
"order_id": "자금분배매수_1",
"order_time": {
"behavior": "defer",
"days": [
"mon",
"tue",
"wed",
"thu",
"fri"
],
"end": "04:00:00",
"max_delay_seconds": 86400,
"start": "00:00:00",
"timezone": "Asia/Seoul"
}
},
{
"condition": {
"condition_id": "BasicLossCutManager",
"params": {
"losscut": 1
}
},
"description": "손절 시장가 주문",
"order_id": "손절매도1",
"order_time": {
"behavior": "defer",
"days": [
"mon",
"tue",
"wed",
"thu",
"fri"
],
"end": "04:00:00",
"max_delay_seconds": 86400,
"start": "00:00:00",
"timezone": "Asia/Seoul"
}
}
],
"securities": {
"appkey": "PSCG5XnnxeVWVLN",
"appsecretkey": "hywhsIv",
"company": "ls",
"product": "overseas_stock"
},
"settings": {
"author": "Author Name",
"date": "2023-10-01",
"debug": "DEBUG",
"description": "장기 이평선 골든크로스 조건을 활용한 분할 매수 전략 시스템",
"name": "분할 매수 전략 시스템",
"system_id": "example_condition_001",
"test": true,
"version": "1.0.0"
},
"strategies": [
{
"conditions": [
{
"condition_id": "SMAGoldenDeadCross",
"params": {
"alignment": "golden",
"appkey": "PSCG5XnnxeV66QYQ",
"appsecretkey": "hywhsIEC7LVv",
"end_date": "20250918",
"long_period": 120,
"short_period": 60,
"start_date": "20230101",
"time_category": "days",
"use_ls": true
}
}
],
"description": "시장 분석 전략",
"id": "condition_market_analysis",
"logic": "at_least",
"max_symbols": {
"limit": 5,
"order": "mcap"
},
"order_id": "자금분배매수_1",
"schedule": "*/5 * * * * *",
"symbols": [
{
"exchcd": "82",
"symbol": "GOSS"
}
],
"threshold": 1,
"timezone": "Asia/Seoul"
},
{
"description": "손절하기",
"id": "loss_cut_net",
"logic": "at_least",
"order_id": "손절매도1",
"schedule": "*/5 * * * * *",
"threshold": 1,
"timezone": "Asia/Seoul"
}
]
}