diff --git a/docs/strategies/gekko_indicators.md b/docs/strategies/gekko_indicators.md index 4599198e0..0fcecaf5a 100644 --- a/docs/strategies/gekko_indicators.md +++ b/docs/strategies/gekko_indicators.md @@ -28,15 +28,15 @@ If you want to use the MACD indicator from Gekko, you need to register it in you Here is a list of all supported indicators, click on them to read more about what they are and how to implement them in Gekko: -- [EMA](#ema) -- [PPO](#ppo) -- [CCI](#cci) -- [DEMA](#dema) -- [LRC](#lrc) -- [MACD](#macd) -- [RSI](#rsi) -- [SMA](#sma) -- [TSI](#tsi) +- [EMA](#EMA) +- [PPO](#PPO) +- [CCI](#CCI) +- [DEMA](#DEMA) +- [LRC](#LRC) +- [MACD](#MACD) +- [RSI](#RSI) +- [SMA](#SMA) +- [TSI](#TSI) - [UO](#UO) ### EMA