Login Page - Create Account

Support Board


Date/Time: Sun, 19 Jan 2025 09:10:19 +0000



Post From: Color Cell Numbers Bars Calculated Values

[2018-03-18 00:25:54]
whats1thingnow - Posts: 407
for the comparison of values, it would be great if we compare it to



3) % relative to yesterday/today vol + have an absolute minimum threshold
e.g. avg vol of today = x
- default color is white
- 25% of avg, color 1 (light blue)
- 75% of avg, color 2 (mid blue)
- 150% of avg, color 3 (purple)
- 300% or more of avg AND 'min threshold 50000', color 4 (dark blue)



just adding more context here as i'm watching more how market delta does it (their color boxes changes over time)

this is the way they have it implemented i think, because volume changes so much from a day to day basis even for the same market

if we can set it like this, that means the color boxes CAN keep changing as new bars form

e.g.

5 min after market started
- bar1 (current bar) volume is at 10000 and it's the highest of the day
- without the 'min threshold 50000', it would be color 4 (dark blue)
- however, because there is a min threshold of 50000, even though it's the highest volume of the day, it will only be purple

10 min after market started
- bar2 (current bar) volume is 60000
- this is now highest of the day & passes 'min threshold 50000', it would be color 4 (dark blue)
- bar 1 color was purple, now will become light blue
- math: ((10000+60000)/2=35000 = avg volume; .25*35000=8750; bar 1 is 10000, 10000 is greater than 8750)


be great if anyone else can chime in if they know how market delta configures their number boxes