ema_crossover
Version 1.3.0 ยท
Description
EMA Crossover momentum strategy with ADX trend filter
Default Parameters
No parameters defined.
Parameter Schema
{
"fast": {
"type": "int",
"min": 5,
"max": 50,
"default": 12
},
"slow": {
"type": "int",
"min": 10,
"max": 200,
"default": 26
},
"adx_min": {
"type": "int",
"min": 0,
"max": 50,
"default": 18
}
}
Recent Backtests with this Strategy
No backtests yet with this strategy.