Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoon committed Nov 27, 2023
1 parent 6609a27 commit b1e70e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ Let’s define the data we would like to collect:
highest buy) and best ask (lowest sell) prices
- **Order book (derivatives)**. This data type largely depends on a specific trading
strategy, but a lot of advanced strategies use values like
the **order book bias** at different levels, **amount of bid/asks**, etc. So this is what we are also going to
collect.
the **order book bias** at different levels, **amount of bid/asks**, etc.
This is what we are also going to collect here as well.
- If you have a lot of resources, you might even want to replicate the complete
order book and store all events, so that you can compute
any order book feature you didn't think of initially.
Expand Down

1 comment on commit b1e70e2

@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.py490100% 
   datetime_service.py9189%13
TOTAL1843780% 

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

Please sign in to comment.