mql5/Experts/Advisors/DualEA/ML/artifacts/features.json

30 lines
488 B
JSON
Raw Permalink Normal View History

2025-08-10 17:43:21 -04:00
{
"features": [
"atr",
"atr_over_price",
"bb_lower",
"bb_middle",
"bb_upper",
"bb_width",
"close",
"dc_lower",
"dc_upper",
"duration_sec",
"ma1",
"ma2",
"mae_price",
"mae_r",
"mfe_price",
"mfe_r",
"rsi",
"sma_trend",
"spread_points",
"timeframe",
"trail_activation_points",
"trail_atr_multiplier",
"trail_atr_period",
"trail_distance_points",
"trail_step_points",
"trail_type"
]
}