I have cloned the repository and set up the application, but I noticed that several key features highlighted in the images/ folder
and README are missing from the actual source code in the main branch.
Missing Features
Based on the documentation images, the following features are not present in the application:
- Aggressive Trade Bubbles (Big Trade Hunter): The visualization for large orders (green/red circles overlaying the chart) is
missing.
- Market Structure Indicators (BOS/CHoCH): The Break of Structure and Change of Character text labels/markers shown in
images/Capture.png (https://github.com/kodebuds/chartink/blob/main/images/Capture.png) are not visible.
- Market Profile: The Volume/Market Profile histogram shown in
images/Capture3.png
(https://github.com/kodebuds/chartink/blob/main/images/Capture3.png).
Steps to Reproduce
- Clone the repository.
- Run the application (python main.py).
- Open the chart view.
- Inspect static/js/plugins/footprint.js and static/js/chart.js.
Expected Behavior
The chart should render the Aggressive Trade bubbles and Market Structure labels as depicted in the project screenshots.
Technical Details
I have inspected the static/js directory, specifically footprint.js, and confirmed that the rendering logic (_drawAggressiveBubbles
or similar) and the Market Structure calculation logic are absent.
Question: Are these features located in a separate branch, or were specific files inadvertently excluded from the repository?
I have cloned the repository and set up the application, but I noticed that several key features highlighted in the images/ folder
and README are missing from the actual source code in the main branch.
Missing Features
Based on the documentation images, the following features are not present in the application:
missing.
images/Capture.png(https://github.com/kodebuds/chartink/blob/main/images/Capture.png) are not visible.images/Capture3.png(https://github.com/kodebuds/chartink/blob/main/images/Capture3.png).
Steps to Reproduce
Expected Behavior
The chart should render the Aggressive Trade bubbles and Market Structure labels as depicted in the project screenshots.
Technical Details
I have inspected the static/js directory, specifically footprint.js, and confirmed that the rendering logic (_drawAggressiveBubbles
or similar) and the Market Structure calculation logic are absent.
Question: Are these features located in a separate branch, or were specific files inadvertently excluded from the repository?