Login Page - Create Account

Support Board


Date/Time: Mon, 28 Oct 2024 09:02:08 +0000



Post From: different reading for delta on 2 diff charts...

[2024-09-21 22:32:41]
John - SC Support - Posts: 35538
We can not tell by the image, as it is too busy for us. But the condition you use is looking back by 1 bar, so you are checking that the Close is greater than or equal to the VWAP value at the bar 1 back from the current bar.

For what you are wanting, the better option is to use the CROSSOVER() function. This will give you an alert whenever the Close (Last) crosses over the VWAP from either above or below. The Alert formula would be the following:
=CROSSOVER(C, SG1)

Since you are not specifying the ID of the VWAP study, you MUST be entering this alert condition on the VWAP study alert tab.

There are also functions for CROSSFROMABOVE() and CROSSFROMBELOW() that use the same input format. Refer to the following:
https://www.sierrachart.com/index.php?page=doc/SpreadsheetFunctions.html#CROSSFROMABOVE_Function
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
Date Time Of Last Edit: 2024-09-21 22:34:12