Skip to content

Suite of tools for real-time cryptocurrency market analysis

License

Notifications You must be signed in to change notification settings

hmallen/tradingtools

Repository files navigation

tradingtools

Suite of tools for real-time cryptocurrency market analysis.

flowmeter.py

To Do:

  • Add check for time of last document to see if flowmeter acquisition running in background
  • Websockets/Candle acquisition on combobox selection
  • Charting
  • Orderbook display
  • Change candle and orderbook websockets to use unified multiplexed websocket
  • Formatting: -- Percent -- +/- prefix -- Padding/Alignment
  • Extra Variables: -- VOLUME FLOW RATE DIFFERENTIAL -- Avg. amount per trade (count normalizer)
  • Add units to analysis GUI variables
  • Highlight difference frame if more pos/neg than other two
  • Integrate matplotlib for charting
  • Add ws restart on error
  • Add ws timer and restart at 24 hours

Needs Testing:

  • Sliding frame of 1 min to calculate in real-time: [CHANGED TO FULL INTERVAL] -- Buys/Sells per second -- Volume per second
  • Add KeyboardInterrupt handling to new flowmeter version
  • Add callback function for combobox selections

Done:

  • Add trade history acquisition and db population on startup before ws initialization
  • Add backtest interval info to analysis documents
  • Get small arrow up/down icons for last trade message
  • Add flow rate variables to GUI
  • Add background colors for GUI difference values when positive/negative

Later:

  • Calculate duration of missing data if more requested than available

Analysis Features:

  • Total Volume -- Buy -- Sell -- Total
  • Trade Count -- Buy -- Sell -- Total
  • Price Average -- Buy -- Sell -- Total

About

Suite of tools for real-time cryptocurrency market analysis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages