Login Page - Create Account

Support Board


Date/Time: Sun, 24 Nov 2024 19:50:04 +0000



Post From: Pending VPOC Shift Alert and VWAP alert

[2024-05-09 18:27:40]
cesium - Posts: 85
The inclusion of the OR statement is to evaluate the case of price being either higher than or lower than vwap

If I dont need this that would make this easier

i fixed the parenthesis but still having syntax error

=AND((FRACTIME(NOW()) > TIME(09, 31, 00)), (OR(C >= SG5 + (2 * TICKSIZE)), (C <= SG5 - (2 * TICKSIZE))))