Login Page - Create Account

Support Board


Date/Time: Sun, 26 Apr 2026 17:21:24 +0000



Post From: Feature Request: Momentum Tails

[2026-04-01 18:05:32]
gcUserStudies - Posts: 143
Good timing on your analysis. I was already working on exactly that issue. Uploaded v2.0.4 which should hopefully address the delta false flag problem.

The fix: delta imbalance detection now verifies that genuine new trading occurred on the dominant side before firing. Stale volume from SC resets no longer triggers false delta highlights. Please retest and let me know if you still see any false delta highlights. (Your three examples should all be fixed.)

Also, a quick overview of the two clearing modes to help with understanding what each one does:

Volume Below Threshold (default)
Clears when the measured value drops below its detection threshold. For volume highlights, when volume drops below the volume threshold. For delta highlights, when the delta imbalance drops below the delta threshold. This happens when SC resets volume data after price departs a level. With your 1500ms timeout, highlights survive brief quote touches (SC protects against short departures) and clear when price genuinely moves away. Self-correcting on price sweeps.

New Volume Printed (advanced)
Clears when the measured value increases past the original detection value by a configurable amount (Min New Volume setting). For volume highlights, when volume exceeds the original print. For delta highlights, when the imbalance exceeds the original imbalance. Designed for measuring absorption: how much additional activity was needed to break through a level. Highlights survive SC resets but require tuning to be useful. Works best with a nonzero SC timeout.

For most trading, VBT with your 1500ms timeout is the right choice. It is what you have been using and confirmed works well.