Login Page - Create Account

Support Board


Date/Time: Sun, 26 Apr 2026 17:20:13 +0000



Post From: Feature Request: Momentum Tails

[2026-04-01 16:52:48]
Sébastien - Posts: 142
I reflected a little bit more about the False Flag issue and how to fix it completely.
Here is the calculation algorithm to follow :

- For Ask Highlight :

IF (No fresh Ask print at level) => No calculation, do not create new Ask highlight.

IF (there is fresh Ask print AND No fresh Bid print at level) => Calculation occurs but doesn't take into consideration the remnant Bid print (Delta Value Formula for calculation = fresh Ask print alone)

IF (there is fresh Ask print AND there is fresh Bid print at level) => standard Delta Calculation occurs (Delta Value Formula for calculation = fresh Ask print - fresh Bid Print)



- For Bid Highlight :

IF (No fresh Bid print at level) => No calculation, do not create new Bid highlight.

IF (there is fresh Bid print AND No fresh Ask print at level) => Calculation occurs but doesn't take into consideration the remnant Ask print (Delta Value Formula for calculation = fresh Bid print alone)

IF (there is fresh Ask print AND there is fresh Bid print at level) => standard Delta Calculation occurs (Delta Value Formula for calculation = fresh Ask print - fresh Bid Print)


I hope it makes sens and that will help.