file loading works now
This commit is contained in:
101
src/resources/files/defaultcfg.json
Normal file
101
src/resources/files/defaultcfg.json
Normal file
@ -0,0 +1,101 @@
|
||||
{
|
||||
"traders": [
|
||||
{
|
||||
"Money": "100.0",
|
||||
"Strategy": "Tube",
|
||||
"Enabled": "true",
|
||||
"Count": "10000",
|
||||
"Shares": "100.0",
|
||||
"Name": "Mond"
|
||||
},
|
||||
{
|
||||
"Money": "1000.0",
|
||||
"Strategy": "NasenTrading",
|
||||
"Enabled": "true",
|
||||
"Count": "100",
|
||||
"Shares": "10.0",
|
||||
"Name": "Nase"
|
||||
}
|
||||
],
|
||||
"strategies": {
|
||||
"Tube": {
|
||||
"sell_wait": [
|
||||
10000,
|
||||
50000
|
||||
],
|
||||
"initla_delay": [
|
||||
0,
|
||||
5
|
||||
],
|
||||
"sell_limit": [
|
||||
-2,
|
||||
2
|
||||
],
|
||||
"sell_wait_after": [
|
||||
1000,
|
||||
30000
|
||||
],
|
||||
"buy_wait": [
|
||||
10000,
|
||||
50000
|
||||
],
|
||||
"sell_volume": [
|
||||
100,
|
||||
100
|
||||
],
|
||||
"buy_wait_after": [
|
||||
10,
|
||||
30
|
||||
],
|
||||
"buy_volume": [
|
||||
100,
|
||||
100
|
||||
],
|
||||
"buy_limit": [
|
||||
-2,
|
||||
2
|
||||
],
|
||||
"base": "traders.RandomTraderA"
|
||||
},
|
||||
"NasenTrading": {
|
||||
"sell_wait": [
|
||||
10000,
|
||||
50000
|
||||
],
|
||||
"initla_delay": [
|
||||
0,
|
||||
111
|
||||
],
|
||||
"sell_limit": [
|
||||
-2,
|
||||
9
|
||||
],
|
||||
"sell_wait_after": [
|
||||
1000,
|
||||
30000
|
||||
],
|
||||
"buy_wait": [
|
||||
10000,
|
||||
50000
|
||||
],
|
||||
"sell_volume": [
|
||||
100,
|
||||
100
|
||||
],
|
||||
"buy_wait_after": [
|
||||
10,
|
||||
30
|
||||
],
|
||||
"buy_volume": [
|
||||
100,
|
||||
100
|
||||
],
|
||||
"buy_limit": [
|
||||
-2,
|
||||
9
|
||||
],
|
||||
"base": "traders.RandomTraderA"
|
||||
}
|
||||
},
|
||||
"version": 0.1
|
||||
}
|
Reference in New Issue
Block a user