For learning which MACD, RSI indicators make it above or belov a up/down threshold a certain number of days in the future.
Table 10.1. ML settings
Config setting | Description | Default |
---|---|---|
aggregators.indicator | Enabling | false |
aggregators.indicator.mlconfig | The ML config in JSON format | Null |
aggregators.mlmacd.mlconfig | The ML config in JSON format | Null |
aggregators.indicator.macd | Enabling | false |
aggregators.indicator.rsi | Enabling | false |
aggregators.indicator.futuredays | Number of future days for doing the classification | 10 |
aggregators.indicator.extras | Extra indicators, set by json format of markets and ids | |
aggregators.indicator.extrasdeltas | Extra indicators delta days | 3 |
aggregators.indicator.extrasmacd | Extra indicators use macd result | False |
aggregators.indicator.extrasrsi | Extra indicators use rsi result | False |
aggregators.indicator.intervaldays | The number of days back from current interval | 1 |
aggregators.indicator.threshold | The up/down percentage threshold | 0 |