doc sources

This commit is contained in:
olli 2024-11-05 14:03:15 +01:00
parent bae56de644
commit a7a94fdd18

View File

@ -27,9 +27,12 @@ You should have received a copy of the GNU General Public License along with dab
Various data sources such as finance.yahoo.com and crypto exchanges available via ccxt are used. Please check whether this is legal in your region before use. Various data sources such as finance.yahoo.com and crypto exchanges available via ccxt are used. Please check whether this is legal in your region before use.
- query1.finance.yahoo.com (economic data,...) - query1.finance.yahoo.com (economic data,...)
- api.coinmarketcap.com (crypto data) - api.coinmarketcap.com (crypto data)
- api.bls.gov (CPI, unemployment rate)
- fred.stlouisfed.org (fed funds rate)
- 30rates.com (forecast) - 30rates.com (forecast)
- fapi.binance.com (OpenInterest,...) - fapi.binance.com (OpenInterest,...)
- api.alternative.me (Fear and Greed) - api.alternative.me (Fear and Greed)
- production.dataviz.cnn.io (Fear and Greed CNN)
- https://unpkg.com/lightweight-charts/dist/lightweight-charts.standalone.production.js (TradingView Lightweitgt Charts) - https://unpkg.com/lightweight-charts/dist/lightweight-charts.standalone.production.js (TradingView Lightweitgt Charts)
- ... - ...
@ -100,7 +103,11 @@ OHLCV = Open, High, Low, Close and Volume of a time unit
- self-calculated significant levels (support/resist) - self-calculated significant levels (support/resist)
### Dabo Market Data ### Dabo Market Data
- Yahoo Finance - Yahoo Finance
- CoinMarketCyp - CoinMarketCap
- BLS.gov
- alternative.me
- CNN
- Fed
### Dabo Orders ### Dabo Orders
### Dabo Transaction History ### Dabo Transaction History
- Support of additional Exchnages/Brokers JustTrade (CSV-Import) and Bitpanda (API+CSV-Import) - Support of additional Exchnages/Brokers JustTrade (CSV-Import) and Bitpanda (API+CSV-Import)
@ -378,10 +385,7 @@ https://t.me/dabobotcrypto
## Future ideas/featrues and todosa ## Future ideas/featrues and todosa
- Partial StopLoss and TakeProfit - Partial StopLoss and TakeProfit
- Fibonacci Levels - Fibonacci Levels
- Fear and Greed Indicator (api.alternative.me)
- Forecasts - Forecasts
- US Government data like unemployment rates https://www.bls.gov/developers/api_unix.htm#unix1
- Example strategie's
- Chart improvements - Chart improvements
- Volumeindicator and for example RSI on volume values - Volumeindicator and for example RSI on volume values
- Support for decentralized exchanges like uniswap - Support for decentralized exchanges like uniswap
@ -390,6 +394,3 @@ https://t.me/dabobotcrypto
- Emergency stop if balance falls below defined value - Emergency stop if balance falls below defined value
- Analysis tool for collected historical values to try out buy or sell conditions based on them - Analysis tool for collected historical values to try out buy or sell conditions based on them
- Consideration of trading and funding fees - Consideration of trading and funding fees
- market-performance?
- OpenInterest (fapi.binance.com)