wnstnb commited on
Commit
14a9870
Β·
1 Parent(s): 6707079

moar readme stuff

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -16,7 +16,7 @@ pinned: false
16
  - Using probabilities outside of `(0.4, 0.6]` results in `precision` in 0.7 - 0.8 range.
17
  - Model validated with walk forward validation.
18
 
19
- # Features
20
  - `BigNewsDay`: This feature represents whether the current day is a "big news day", eg. NFP, CPI, PPI, CPE, etc.
21
  - `Quarter`: The current quarter as of previous day (Q1,Q2,Q3,Q4)
22
  - `Perf5Day`: Whether the previous day's close is higher than it was 5 days earlier.
@@ -30,3 +30,10 @@ pinned: false
30
  - `OHLC4_VIX`: The previous day's OHLC4 of VIX.
31
  - `OHLC4_VIX_n1`: Previous value of πŸ‘†πŸ½
32
  - `OHLC4_VIX_n2`: Previous value of πŸ‘†πŸ½
 
 
 
 
 
 
 
 
16
  - Using probabilities outside of `(0.4, 0.6]` results in `precision` in 0.7 - 0.8 range.
17
  - Model validated with walk forward validation.
18
 
19
+ # Features for `🌞 At Open`
20
  - `BigNewsDay`: This feature represents whether the current day is a "big news day", eg. NFP, CPI, PPI, CPE, etc.
21
  - `Quarter`: The current quarter as of previous day (Q1,Q2,Q3,Q4)
22
  - `Perf5Day`: Whether the previous day's close is higher than it was 5 days earlier.
 
30
  - `OHLC4_VIX`: The previous day's OHLC4 of VIX.
31
  - `OHLC4_VIX_n1`: Previous value of πŸ‘†πŸ½
32
  - `OHLC4_VIX_n2`: Previous value of πŸ‘†πŸ½
33
+
34
+ # Additional Features for `30 Min` and `60 Min` models
35
+ - `CurrentHightoClose`: High of 30/60 Min candles in relation to previous close.
36
+ - `CurrentLowtoClose`: Low of 30/60 Min candles in relation to previous close.
37
+ - `CurrentClosetoClose`: Close of 30/60 Min candles in relation to previous close.
38
+ - `CurrentRange`: High - Low of 30/60 Min candles in relation to previous close.
39
+ - `GapFill`: Whether the CurrentGap was filled within the first 30/60 minutes.