EMA Crossover

Version 1.0.0 ยท

โ† Back to Strategies

Description

A simple exponential moving average crossover strategy with ADX filter for trend strength. Generates buy signals when fast EMA crosses above slow EMA in strong trending markets.

Default Parameters

No parameters defined.

Parameter Schema

{
    "fast": {
        "type": "integer",
        "min": 5,
        "max": 50,
        "default": 12
    },
    "slow": {
        "type": "integer",
        "min": 10,
        "max": 200,
        "default": 26
    },
    "adx_min": {
        "type": "number",
        "min": 0,
        "max": 100,
        "default": 25
    }
}

Recent Backtests with this Strategy

Run ID Status Sharpe Ratio Total Return Date
bt_17629... Failed - - N/A
bt_17629... Failed - - N/A