Add GTL price-traffic chart diagnostic
This commit is contained in:
@@ -746,6 +746,24 @@ Step by step:
|
||||
20%, plus the residual-momentum and direction rules. A traded setup still
|
||||
exits only through the ATR stop/trail or maximum hold.
|
||||
|
||||
#### Ticker-chart diagnostic
|
||||
|
||||
The optional **GTL traffic** overlay uses a volume-profile-like layout because
|
||||
price-axis bars make the ladder's density easy to read. The comparison stops at
|
||||
the layout:
|
||||
|
||||
| Profile | Bar width measures | Valid interpretation |
|
||||
|---|---|---|
|
||||
| Volume profile | Traded volume assigned to a price bin | Where trading activity was accepted |
|
||||
| GTL price traffic | Relative count of historical OHLCV bars crossing a GTL proposal | How strongly the legacy gate geometry revisited that price |
|
||||
|
||||
The chart renders GTL traffic as violet bars extending left from the current
|
||||
price axis. It includes only proposals inside the displayed price range, so old
|
||||
far-away ladder levels do not compress the candles. Hover reveals price,
|
||||
crossings, capped strength, side and source. The overlay is off by default,
|
||||
loaded only on demand from `GET /gate-target-ladder/{symbol}`, and must remain
|
||||
visually distinct from persisted Structural S/R.
|
||||
|
||||
The `explicit_target_ladder` arm therefore replaces only the irrelevant volume
|
||||
pass with the complete range grid. It retains pivots, touch strength, merge
|
||||
geometry, primary selection, qualification, ranking, and exit behavior. Grid
|
||||
|
||||
Reference in New Issue
Block a user