Login Page - Create Account

Support Board


Date/Time: Sun, 19 May 2024 15:52:19 +0000



Post From: List range inside VAP()

[2020-06-04 08:01:04]
User169896 - Posts: 1
Right now, I am using VAP like this

SUM(VAP(H, 0) + VAP(H - (TICKSIZE * 1), 0) + VAP(H - (TICKSIZE * 2), 0) + VAP(H - (TICKSIZE * 3), 0))

Is there a way that I can provide the list of prices for which I want to calculate the total VAP ?