Login Page - Create Account

Support Board


Date/Time: Sun, 25 May 2025 11:49:58 +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.