Login Page - Create Account

Support Board


Date/Time: Mon, 15 Sep 2025 18:48:19 +0000



Post From: Numbers Bars - How to Reference on Traditional Candlestick Chart?

[2021-09-28 09:41:43]
User907968 - Posts: 844
One possible solution is to use 'Color Bar Based on Alert Condition' (or similar), one copy for highs and another for lows.

For example:

Ask & Bid Volume at High: =AND(AVAP(H,0)<>0,BVAP(H,0)<>0)
Ask & Bid Volume at Low: =AND(AVAP(L,0)<>0,BVAP(L,0)<>0)

Study/Chart Alerts And Scanning: Special Functions
Color Bar Based on Alert Condition