Run pip install -r requirements.txt
in your virtual environment.
Go to main.py and run python script.
- Added support for multiple chart windows with independent layouts and data sources
- Chart windows resize themselves based on number of charts open (4 max as of now)
- Implemented candlestick and OHLC chart series
- Implemented volume bar chart series
- Added ability to switch between different timeframes for a given symbol
- Added a navbar for quick access to chart settings and layout management
- Added button to save and load chart layouts (not finished)
- Implemented handlers for item states, allowing for dynamic callbacks and event handling (not finished)