pikers / piker

(e2e) foss trading for non-tinas
GNU Affero General Public License v3.0
103 stars 17 forks source link

Finally solve the last-price-is-`nan` issue.. #356

Closed goodboy closed 2 years ago

goodboy commented 2 years ago

Not sure why I put this off for so long but the check is in now such that if the market isn't open or no rt quote comes in from the first query, we just pull from the last shm history 'close' value.

Includes another random fix to avoid raising when a double remove on the client side stream from the registry sometimes happens.