-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Lake] Integrate dydx into fetch_ohlcv.py & ohlcv_data_factory.py #493
Labels
Type: Enhancement
New feature or request
Comments
8 tasks
trentmc
changed the title
Integrate dydx data into ohlcv_data_factory
[YAML-CLI2, make $] Integrate dydx data into ohlcv_data_factory
Jan 10, 2024
trentmc
changed the title
[YAML-CLI2, make $] Integrate dydx data into ohlcv_data_factory
[YAML, make $] Integrate dydx data into ohlcv_data_factory
Jan 11, 2024
trentmc
changed the title
[YAML, make $] Integrate dydx data into ohlcv_data_factory
[Lake] Integrate dydx data into ohlcv_data_factory
Jan 20, 2024
This was referenced Feb 22, 2024
trentmc
changed the title
[Lake] Integrate dydx data into ohlcv_data_factory
[Lake] Integrate dydx into fetch_ohlcv.py & ohlcv_data_factory.py
Feb 22, 2024
Completed PR 1 of 4: #666 |
This was referenced Feb 24, 2024
graceful-coder
added a commit
that referenced
this issue
Mar 8, 2024
trentmc
added a commit
that referenced
this issue
Apr 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Motivation
Parent epic: #492 "Explore DYDX towards making money: data_factory, trader, sim, and predictoor".
TODOs
safe_fetch_ohlcv_ccxt()
. Ensure all tests pass. Merge PR into main. Update: done in commit 54b7038safe_fetch_ohlcv_dydx()
. Add unit test(s) in test_fetch_ohlcv.py. Update: done in commit 188d022safe_fetch_ohlcv()
which takes in a specified exchange name, and passes through to eithersafe_fetch_ohlcv_ccxt()
orsafe_fetch_ohlcv_dydx()
, depending on the exchange name. Add unit test(s). Merge PR into main.safe_fetch_ohlcv()
interface, which means it will naturally support ccxt or dydxThe text was updated successfully, but these errors were encountered: