aaaelite21 / gdax-pulse

Takes in messages from the gdax (coinbase-pro) web-socket and monitors for specific events.
1 stars 1 forks source link

Stock Date Parsing is super Slow #15

Closed aaaelite21 closed 3 years ago

aaaelite21 commented 3 years ago

The code added to determine what the open and close time is very slow and bogs down back testing. This can some times cause unit tests to fail.

aaaelite21 commented 3 years ago

Fixed in most recent pull request.