Skip to content

Commit

Permalink
api: add fetch_ohlcv interface (#5)
Browse files Browse the repository at this point in the history
Signed-off-by: Lu Ken <[email protected]>
  • Loading branch information
kenplusplus authored Dec 31, 2024
1 parent 088d4ce commit 67815fa
Show file tree
Hide file tree
Showing 7 changed files with 70,111 additions and 1 deletion.
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
3 changes: 2 additions & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ jobs:
- name: Analyzing the python code
run: |
set -ex
export PYTHONPATH=$PWD/src/tia/
pip3 install gentrade
export PYTHONPATH=$PWD/src/
find . -type f -name "*.py" | xargs pylint
Loading

0 comments on commit 67815fa

Please sign in to comment.