AiDataTaskRuner/FilesInstaler/res/feditor/ict_features.yaml
Nique_372 1a192d4654
2026-07-16 11:59:48 -05:00

44 lines
3 KiB
YAML

# Rename this to identify your configuration
name: Feature Template
config:
cols: 6 # Must equal the total number of features declared below
output:
type: AIDATALEO_GEN_VECTOR
contexts:
# --- ICT Order Blocks ---
# idx 0: evaluate at the current bar
- mode: normal
idx: 0
data:
- class: Ob_AlcistaMasCercanoDist
prefix: null
params: { timeframe: PERIOD_CURRENT, show: true, range: 250, length: 4, max_espera_rop_swing: 40, type_ob: ORDER_BLOCKS_PATTER_TICK_VOLUME }
- class: Ob_BajistaMasCercanoDist
prefix: null
params: { timeframe: PERIOD_CURRENT, show: true, range: 250, length: 4, max_espera_rop_swing: 40, type_ob: ORDER_BLOCKS_PATTER_TICK_VOLUME }
# --- Technical Indicators ---
# idx 1: read the last closed bar (avoids repainting)
- mode: normal
idx: 1
data:
- class: Rsi_Valor
prefix: null
params: { timeframe: PERIOD_CURRENT, period: 14, applied: PRICE_CLOSE, hide: true }
- class: Rsi_Zona
prefix: null
params: { timeframe: PERIOD_CURRENT, period: 14, applied: PRICE_CLOSE, hide: true, overbought: 70, oversold: 30 }
# --- Time Context ---
- mode: normal
idx: 0
data:
- class: Time_Hour
prefix: null
params: { timeframe: PERIOD_CURRENT }
- class: Time_DayOfWeek
prefix: null
params: { timeframe: PERIOD_CURRENT }