Skip to content
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.

[DOCS] fixed boken anchor links #2641

Merged
merged 1 commit into from
Nov 8, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions docs/strategies/gekko_indicators.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down