Initial commit of multiasset branch
This commit is contained in:
60
src/opensesim/resources/files/defaultcfg.json
Normal file
60
src/opensesim/resources/files/defaultcfg.json
Normal file
@ -0,0 +1,60 @@
|
||||
{
|
||||
"traders": [
|
||||
{
|
||||
"Money": "1000000.0",
|
||||
"Strategy": "SimpleRandom",
|
||||
"Enabled": "true",
|
||||
"Count": "1",
|
||||
"Shares": "10000.0",
|
||||
"Name": "Alice"
|
||||
},
|
||||
{
|
||||
"Money": "10000.0",
|
||||
"Strategy": "SimpleRandom",
|
||||
"Enabled": "true",
|
||||
"Count": "1",
|
||||
"Shares": "100.0",
|
||||
"Name": "Bob"
|
||||
}
|
||||
],
|
||||
"strategies": {"SimpleRandom": {
|
||||
"sell_wait": [
|
||||
10000,
|
||||
50000
|
||||
],
|
||||
"initla_delay": [
|
||||
0,
|
||||
5
|
||||
],
|
||||
"sell_limit": [
|
||||
-2,
|
||||
2
|
||||
],
|
||||
"sell_wait_after": [
|
||||
0,
|
||||
0
|
||||
],
|
||||
"buy_wait": [
|
||||
10000,
|
||||
50000
|
||||
],
|
||||
"sell_volume": [
|
||||
100,
|
||||
100
|
||||
],
|
||||
"buy_wait_after": [
|
||||
0,
|
||||
0
|
||||
],
|
||||
"buy_volume": [
|
||||
100,
|
||||
100
|
||||
],
|
||||
"buy_limit": [
|
||||
-2,
|
||||
2
|
||||
],
|
||||
"base": "opensesim.traders.RandomTraderA"
|
||||
}},
|
||||
"version": 0.1
|
||||
}
|
Reference in New Issue
Block a user