You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update README.md to include other exchanges supported + ladder in fea…
…tures (#67)
* Update README.md
* Add DOM (Depth of Market) feature description to README
* update trade fetch section for new exchanges
---------
Co-authored-by: akenshaw <[email protected]>
fix(heatmap): prevent overlapping bid/ask runs
-- with >100ms aggregations, there were some edge cases with side flips, where it was missing to end the previous run and resulting to an overly extended run that isnt completely accurate. The fix should also result smoother runs on these aggregations without having the need for "coalescing" filter on
feat!: moved persistent storage to user data dir.
-- /home/user/.local/share/flowsurface
-- /Users/user/Library/Application Support/flowsurface
-- C:\Users\user\AppData\Roaming\flowsurface