ninjatrader/strategies/super-bot/README.md

24 lines
768 B
Markdown

# SuperBot
This strategy is based on the [SuperSmoother indicator](https://moshferatu.dev/moshferatu/ninjatrader/src/branch/main/indicators/super-smoother) created by John F. Ehlers.
## Rules
1. Enter a long / short trade when price closes above / below the SuperSmoother moving average.
2. The trade is exited / reversed when price closes below / above the moving average in the opposite direction.
## Parameters
**SuperSmoother Period**: The period to use in the SuperSmoother calculation. (Default: 10)
## Backtest Results
### NQ
#### 15-Minute Chart (2016-2024)
![SPY Analysis](https://static.moshington.com/images/strategies/super-bot/nq-15m-analysis.png)
![SPY Summary](https://static.moshington.com/images/strategies/super-bot/nq-15m-summary.png)
---