Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thinkong/awesomefreqtrade
Collection of freqtrade stuff
https://github.com/thinkong/awesomefreqtrade
List: awesomefreqtrade
Last synced: 16 days ago
JSON representation
Collection of freqtrade stuff
- Host: GitHub
- URL: https://github.com/thinkong/awesomefreqtrade
- Owner: thinkong
- Created: 2022-01-02T16:56:32.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-10T02:05:09.000Z (over 2 years ago)
- Last Synced: 2024-11-25T09:02:33.860Z (26 days ago)
- Size: 14.6 KB
- Stars: 21
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- ultimate-awesome - awesomefreqtrade - Collection of freqtrade stuff. (Other Lists / Monkey C Lists)
README
# Awesome Freqtrade
Collection of freqtrade stuff. I made this list so that I can look for things when I need but please feel free to contribute via pull requests or issues.## Freqtrade
Freqtrade is a bot to trade crypto using [cctx](https://github.com/ccxt/ccxt)[Web](https://www.freqtrade.io)
[Repostiory](https://github.com/freqtrade/freqtrade)
[Official Discord](https://discord.gg/uSekVf3B)
### Unofficial forks
[DCA Fork](https://github.com/MunkeyBalls/freqtrade/tree/dca-mqtt-update) *This is now merged into the official repository develop branch*## Strategy Collections
### Original Strategies
[Apollo11 and Saturn11](https://github.com/shanejones/goddard)[Binance futures](https://github.com/adrianceding/simple_binance_futures)
[brookmiles](https://github.com/brookmiles/freqtrade-stuff)
[froggleston](https://github.com/froggleston/cryptofrog-strategies)
[hansen1015](https://github.com/hansen1015/freqtrade_strategy)
[Collection of Strategies from jilv220](https://github.com/jilv220/freqtrade-stuff)
[juusseli](https://github.com/Juusseli/Trade)
[MoniGoMani](https://github.com/Rikj000/MoniGoMani)
[NostalgiaForInfinity](https://github.com/iterativv/NostalgiaForInfinity) [Discord](https://discord.gg/twKXhwmxzd)
[Stash86's MultiMA_TSL](https://github.com/stash86/MultiMA_TSL)
[Stash's other collection](https://github.com/stash86/freqtrade_stuff)
[ViN](https://github.com/BillGatesIII/Vires-in-Numeris)
[werkkrew](https://github.com/werkkrew/freqtrade-strategies)
### Strategy Collections
[Basic Strategies](https://github.com/freqtrade/freqtrade-strategies)[E0V1E](https://github.com/ssssi/freqtrade_strs)
[Another Collection of Strategies from discord](https://github.com/phuchust/freqtrade_strategy)
[Another Collection of Strategies from flightcom](https://github.com/flightcom/freqtrade)
### Strategies with lookahead bias
**The following strategies are known to have lookahead bias. They may look good in backtests but may not perform as well in dryruns or live**[Collection of Strategies from mablue](https://github.com/mablue/freqtrade-strategies)
## Proxies
Proxy? Proxies are used to avoid api theshold limiations. If you are running a few bots on a single IP, you should consider using a proxy[Binance](https://github.com/nightshift2k/binance-proxy)
[Kucoin](https://github.com/mikekonan/freqtrade-proxy)
## Youtubes
## Etc
[Hippo's Graphana Chart dryrunning and live running many strategies](https://frequenthippo.com) [Discord](https://discord.gg/EKyvrmKYHH)[Tranz's Freqtrade Strategy Channel](https://discord.gg/b8xmHugRTs)
[Commandline UI](https://github.com/froggleston/freqtrade-frogtrade9000)
[Github search for Strategies](https://github.com/search?o=desc&q=%22freqtrade.strategy.interface+import+IStrategy%22+in%3Afile+extension%3Apy+language%3APython+extension%3Apy+language%3APython+-istrategy.istrategy&s=indexed&type=Code)
[Collection of helpful configs](https://github.com/hippocritical/FreqtradeHelpers)
[Technical indicators by Freqtrade](https://github.com/freqtrade/technical)
[Freqtrade Gym](https://github.com/hugocen/freqtrade-gym)