From 326e01e21e0614bdf6d0ee6e3e25530885db4fe8 Mon Sep 17 00:00:00 2001 From: moshferatu Date: Mon, 6 Jan 2025 10:26:52 -0800 Subject: [PATCH] Add parameters to SuperBot strategy documentation --- strategies/super-bot/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/strategies/super-bot/README.md b/strategies/super-bot/README.md index f921e05..3141ad6 100644 --- a/strategies/super-bot/README.md +++ b/strategies/super-bot/README.md @@ -7,4 +7,8 @@ This strategy is based on the [SuperSmoother indicator](https://moshferatu.dev/m 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) + --- \ No newline at end of file