Initial commit of multiasset branch

This commit is contained in:
2018-11-30 12:27:41 +01:00
parent 45684a9d0e
commit bb18f7cf03
205 changed files with 8656 additions and 2750 deletions

View 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
}