Support Board
Date/Time: Fri, 07 Feb 2025 15:12:06 +0000
Post From: Highlighting the top/bottom of a bar where the first/last 2 records bid/ask are equal
[2021-11-16 18:22:54] |
Sawtooth - Posts: 4173 |
Try this: 1. Add the Color Bar Based On Alert Condition study - On the Subgraphs tab, set the Draw Style to Point On Low and the Size/Width to 5 - Use this formula on the Alerts tab for double 0 ask vol at low: =AND(AVAP(L,0)=0,AVAP(L+TICKSIZE,0)=0) 2. Add another Color Bar Based On Alert Condition study - On the Subgraphs tab, set the Draw Style to Point On High and the Size/Width to 5 - Use this formula on the Alerts tab for double 0 bid vol at high: =AND(BVAP(H,0)=0,BVAP(H-TICKSIZE,0)=0) Study/Chart Alerts And Scanning: BVAP |