I'm wondering it's possible to set the background colour of a ladder cell based on a stored value. E.g. if the value is greater than x, set background colour to #000, if greater than y, set to #FFF, etc.
I know we can do this in the "Additional Information" area of the ladder, but I want to be able to apply a different background colour to individual ladder cells based on some stored value.
It doesn't look like it can be done out of the box, but maybe with some kind of automation?
Value-based ladder cell colour?
This example might help steer you in the right direction
viewtopic.php?t=21252
viewtopic.php?t=21252
Thanks Dallas, yes I'm actually already using that to highlight VWAP history in my price column.
That automation defines which price should have a particular colour applied to it. This query is basically that but with an extra dimension - I'm trying to define a price, attach a certain value to it and then colour it based on that value.
I think I've found a way of doing it using the API and a lot of stored values!
That automation defines which price should have a particular colour applied to it. This query is basically that but with an extra dimension - I'm trying to define a price, attach a certain value to it and then colour it based on that value.
I think I've found a way of doing it using the API and a lot of stored values!
Dallas, quick question: Are the "Bets 1" and "Bets 2" columns essentially the same values, duplicated? I'm trying to shade bets 1 in one colour and bets 2 in another colour for a specific price. I can only ever get one of them to be shaded at one time, either because my code is bugged or because it's impossible to do this.Dallas wrote: ↑Sat Jan 18, 2025 2:01 pmThis example might help steer you in the right direction
viewtopic.php?t=21252
Just checking which it is
