File size: 664 Bytes
449f353
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "decision_time": "At confirmed 1m bar t, generate features from bars <= t.",
  "entry_exit_label_used_in_training": "label_h = log(open_{t+h+1} / open_{t+1})",
  "live_prediction_output": {
    "pred_ret": "model pred_ret[:, recommended_horizon_index]",
    "pos_score": "sigmoid(model pos_logit[:, recommended_horizon_index])",
    "score_bps": "pred_ret * 10000"
  },
  "minimum_live_history": {
    "lookback_bars": 256,
    "extra_for_rolling_features": 30,
    "recommended_warmup_bars": 286
  },
  "not_included": [
    "raw market data",
    "historical test predictions",
    "checkpoint optimizer state",
    "orderbook/cost/liquidity features"
  ]
}