Login Page - Create Account

Support Board


Date/Time: Fri, 07 Feb 2025 14:51:09 +0000



Post From: Condition alert for Vwap

[2024-11-22 10:04:29]
fried4104 - Posts: 68
Hello,
I need to add a condition alert if the price is above vwap or the price is below vwap

I can use the Color Bar based on alert condition to put the the output if true to 1 but I don't know how to make the formula.
Lets say the vwap study is ID5 and vwap is SG1.
Can you please advise?
Thanks

LE: more context.
This is my current formula

AND(
CROSSFROMBELOW (C,ID3.SG1),
ID15.SG1 = 1,
ID17.SG1 = 1
)

I want to add to the above a condition if vwap above price, for example (ID5.SG1 = 1) but how to check that in a formula?
I searched but couldn't find.

LE2: solved added
C > ID5.SG1
respectively
C < ID5.SG1
for longs and shorts
Date Time Of Last Edit: 2024-11-22 11:28:42