Skip to content

Commit

Permalink
add limit graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoon committed Nov 22, 2023
1 parent 46bb334 commit c3a6629
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Binary file added assets/different_limits.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/refresh_interval_fixed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,11 @@ after we started our data collector, so it make date some time until you have fu

For example, here are the graphs of total number of asks and bids for Bitcoin using starting values of 5000 and 100 for limit:

![](assets/different_limits.png)

During the particular moment when BTC price went down, we can see lots of bids eliminated such that the lines quickly converge to the same values,
while total asks difference remains significant even after many hours.




1 comment on commit c3a6629

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
start_data_collector.py25250%1–33
datacollector
   domain.py280100% 
datacollector/repositories
   data_repository.py60100% 
datacollector/services
   collector_service.py671184%17, 20–34
   data_process_service.py400100% 
   datetime_service.py9189%13
TOTAL1753779% 

Tests Skipped Failures Errors Time
6 0 💤 0 ❌ 0 🔥 1.256s ⏱️

Please sign in to comment.