Support Board
Date/Time: Sat, 25 Apr 2026 13:05:50 +0000
Post From: Colour bar based on Alert study
| [2026-03-09 02:28:47] |
| User855240 - Posts: 12 |
|
Greetings, I have a delta by volume footprint chart with the number bars calculated values CVD(ID3.SG10) and a regular bar chart with the CVD study (ID3.SG1) both on same session and CVD reset settings. Both graphs are based on a 16 ticks Range bars true format. The following formula in the regular chart on a colour bar based on alert study for a bullish instance works perfectly. =AND(ID3.SG1 < ID3.SG1[-1], L <= L[-1], C > L[-1], (H - C) <= (0.2 * (H - L)), ABS(ID3.SG1 - ID3.SG1[-1]) > 200) When I apply the same formula for a bullish case in the Footprint chart colour bar based on alert study in the following way referencing the relevent ID and subgraph (ID3.SG10) it still works. However it paints the wrong bar in the footprint. =AND(ID3.SG10 < ID3.SG10[-1], L <= L[-1], C > L[-1], (H - C) <= (0.2 * (H - L)), ABS(ID3.SG10 - ID3.SG10[-1]) > 200) Would you be able to let me know what causes this discrepancy and how could it be fixed? Best, Jay |
