From 3364d8389cba63c2d9f11f3789aa3011ca6a5b55 Mon Sep 17 00:00:00 2001 From: moshferatu Date: Mon, 6 Jan 2025 10:21:40 -0800 Subject: [PATCH] Add rules to SuperBot strategy documentation --- strategies/super-bot/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/strategies/super-bot/README.md b/strategies/super-bot/README.md index 4fc3656..f921e05 100644 --- a/strategies/super-bot/README.md +++ b/strategies/super-bot/README.md @@ -2,4 +2,9 @@ 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. + --- \ No newline at end of file