Skip to content

Discrepancy between screenshots and codebase: Missing Order Flow features (BOS, Bubbles, Market Profile) #3

@Newbie2Pro

Description

@Newbie2Pro

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:

  1. Aggressive Trade Bubbles (Big Trade Hunter): The visualization for large orders (green/red circles overlaying the chart) is
    missing.
  2. 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.
  3. 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

  1. Clone the repository.
  2. Run the application (python main.py).
  3. Open the chart view.
  4. 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions