1
0
mirror of https://github.com/Rikj000/MoniGoMani.git synced 2022-03-06 00:08:05 +03:00

📝 Docs - Added FinTA link

This commit is contained in:
Rikj000
2022-01-03 08:43:21 +00:00
committed by GitHub
parent d121779e59
commit a8ecaa286d

View File

@@ -366,11 +366,12 @@ A different amount of buy and sell signals is possible, and the initial search s
#### Defining Indicators Examples
First add the technical analysis indicators you wish to use to MGM's `do_populate_indicators()` function.
Check out these **+200 Easy to implement Indicators** for toying with the Weighted Signal Interface:
Check out these **+300 Easy to implement Indicators** for toying with the Weighted Signal Interface:
- [Freqtrade Technical](https://github.com/freqtrade/technical)
- [TA-Lib](https://mrjbq7.github.io/ta-lib/funcs.html)
- [Pandas-TA](https://twopirllc.github.io/pandas-ta)
- [FinTA](https://github.com/peerchemist/finta)
- [Hacks for Life Blog](https://hacks-for-life.blogspot.com)
But feel free to look for other means of implementing indicators too.