Support Board
Date/Time: Sun, 06 Jul 2025 12:57:46 +0000
Post From: Pending VPOC Shift Alert and VWAP alert
[2024-05-09 18:27:40] |
cesium - Posts: 144 |
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)))) |