degiro-connector
degiro-connector copied to clipboard
Integrate algo modules(BackTrader, TensorTrade, FreqTrade) in this api
How can we integrate the feed of data from this API in several common used Algo modules e.g.
- Backtrader (https://github.com/backtrader/backtrader),
- FreqTrade for Telegram interactivity ( https://github.com/freqtrade/freqtrade )
- TensorTrade (https://github.com/tensortrade-org/tensortrade). Maybe even add YFinance (Yahoo) as additional datafeed to support more flexibility in US fundamental data?
There are certain buy and sell functions that should be aligned and plotted in backtrader. Any ideas in an approach of this logic and what could be a first step, how would this example look like?