Skip to content

Commit

Permalink
api: add fetch_ohlcv interface
Browse files Browse the repository at this point in the history
Signed-off-by: Lu Ken <[email protected]>
  • Loading branch information
kenplusplus committed Dec 31, 2024
1 parent 088d4ce commit 80796c6
Show file tree
Hide file tree
Showing 6 changed files with 70,086 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .env.template
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
OPENAI_API_KEY=
OPENAI_API_URL=
OPENAI_API_MODEL="gpt-3.5-turbo"

BINANCE_API_KEY=
BINANCE_API_SECRET=
GENTRADE_CACHE_DIR="/app/cache/"

http_proxy=
https_proxy=
no_proxy=127.0.0.1,localhost
Loading

0 comments on commit 80796c6

Please sign in to comment.