Skip to content

Commit

Permalink
Fixed liquidations
Browse files Browse the repository at this point in the history
close #499
close #534
  • Loading branch information
StephanAkkerman committed Jun 15, 2024
1 parent 65a0d7e commit 2cec149
Show file tree
Hide file tree
Showing 4 changed files with 293 additions and 65 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ scraper.py
scraped/*
logs/*
curl.txt
data/

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ LOOPS:
ENABLED: True

LIQUIDATIONS:
ENABLED: False
ENABLED: True
CHANNEL: 💸┃liquidations

LOSERS:
Expand Down
11 changes: 11 additions & 0 deletions data/bitcoin_data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -5635,3 +5635,14 @@ Date,Value
2024-06-02,67765.63
2024-06-03,68809.9
2024-06-04,70537.84
2024-06-04,70537.84
2024-06-05,71108.0
2024-06-06,70799.06
2024-06-07,69355.6
2024-06-08,69310.46
2024-06-09,69648.14
2024-06-10,69540.0
2024-06-11,67314.24
2024-06-12,68263.99
2024-06-13,66773.01
2024-06-14,66043.99
Loading

0 comments on commit 2cec149

Please sign in to comment.