Support Board
Date/Time: Sat, 12 Jul 2025 20:34:52 +0000
Post From: volume point of control study
[2023-06-14 08:45:21] |
User278398 - Posts: 296 |
hi, in every candle bar i can display the poc (i display by mark for example) of "volume point of control" study. i want to display this poc mark in that candle bar, only if in the specific poc price, the ask volume is bigger then the bid volume and in other words: how can i active/display(hide/show) "volume point of control" study (id1) if the formula is correct: =if(avap(id1.sg1,0)>bvap(id1.sg1,0),id1.sg1,0) regards. |