Skip to content

Commit f634165

Browse files
committed
Add data source identifier to exception messages
1 parent 277cc65 commit f634165

File tree

190 files changed

+4110793
-72
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

190 files changed

+4110793
-72
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"params": {
3+
"close_timeframe": "4h",
4+
"macd_timeframe": "2h",
5+
"macd_short_period": 12,
6+
"macd_long_period": 26,
7+
"macd_signal_period": 9,
8+
"ema_timeframe": "1D",
9+
"ema_short_period": 25,
10+
"ema_long_period": 200,
11+
"ema_cross_lookback_window": 168,
12+
"number_of_neighbors_to_compare": 3,
13+
"min_consecutive": 2,
14+
"divergence_lookback_window_size": 12
15+
},
16+
"id": "014aadef"
17+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"risk_free_rate": 0.027
3+
}

0 commit comments

Comments
 (0)