-
Notifications
You must be signed in to change notification settings - Fork 0
/
config_lognormal.json
42 lines (30 loc) · 973 Bytes
/
config_lognormal.json
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
{
"return_function_params": {
"mu": 0,
"sigma": 0.10,
"current_price": 10000,
"N": 100,
"T": 1825
},
"return_function": "Lognormal Random Walk",
"save_logs": false,
"strategy_function_params" : {
"amount_multiple": 1.0,
"percent_allocated": 0.5,
"rebalance_threshold_down": 0.8,
"rebalance_threshold_up": 1.2,
"max_rebalances": 365,
"rebalance_every": 365,
"cash_interest": 0.01,
"coin_interest": 0.01,
"option_every_itervals": 365 ,
"option_duration": 360,
"option_amount_pct_of_notional": 0.3,
"option_straddle_pct_from_strike": 0.07,
"ticker_name" : "ETH",
"benchmark_strategy_name": "Buy and Hold"
}
,"plot_params": {"show_plot": false
,"ci":0.975
}
}