hummingbot / dashboard

Application that helps you create, backtest, deploy, and manage Hummingbot instances
Apache License 2.0
190 stars 126 forks source link

(feat) add support for Bitget_perpetual candles (download candles) #200

Open mfuentescas opened 3 days ago

mfuentescas commented 3 days ago

Before submitting this PR, please make sure:

A description of the changes proposed in the pull request: Adding support for download candles to "bitget_perpetual" exchange connector. This feature needs the following pull request performed: https://github.com/hummingbot/hummingbot/pull/7305

Tests performed by the developer: Downloaded in various intervals (1m, 5m, 1h, 1d) and dates (2023 and 2024) for BTC-USDT and ETH-USDT symbol pairs.

Timestamp results were validated with "binance_perpetual" (under the same configuration).

Data where compared with real data from Biget website. In the case of BTC-USDT: https://www.bitget.com/es/futures/usdt/BTCUSDT

Tips for QA testing: I am living in GMT+1, so the data displayed on the chart is 1 hour behind.