forked from nique_372/AiDataTaskRuner
16 lines
No EOL
852 B
YAML
16 lines
No EOL
852 B
YAML
name: RSI Context Matrix
|
|
|
|
config:
|
|
cols: 2
|
|
|
|
output:
|
|
type: AIDATALEO_GEN_MATRIX
|
|
rows: 3
|
|
contexts:
|
|
- mode: generate
|
|
idx: [0, 1, 5]
|
|
data:
|
|
- class: Rsi_Valor
|
|
params: { timeframe: _Period, period: 14, applied: PRICE_CLOSE, hide: true }
|
|
- class: Vidya_Distancia
|
|
params: { timeframe: _Period, cmo_period: 9, ema_period: 12, applied: PRICE_CLOSE, hide: true } |