AiDataTaskRuner/FilesInstaler/res/feditor/ict_features.yaml

45 lignes
3 Kio
YAML
Brut Lien permanent Vue normale Historique

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