Login Page - Create Account

Support Board


Date/Time: Thu, 28 Nov 2024 13:53:29 +0000



Numbers Bars Signal

View Count: 319

[2023-04-20 03:18:43]
User585993 - Posts: 83
How can I create a signal when delta is over 10% of volume,

Delta: 10%
Volume: 1000
Private File
Attachment Deleted.
[2023-04-20 13:52:30]
John - SC Support - Posts: 36350
=ABS(ID1.SG1) > 0.10 * V

Where ID1 is the ID of the Numbers Bars Calculated Values study that has the Delta data (which is SG1). V is the volume of the bar. ABS() is the Absolute Value.
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2023-04-27 23:00:59]
User585993 - Posts: 83
How can I use this formula to create a buy/sell signal using the spreadsheet system for trading study?
[2023-04-28 14:35:08]
John - SC Support - Posts: 36350
The spreadsheets use a slightly different syntax. The equivalent formula in a Spreadsheet would be the following:
=ABS(ID1.SG1@3) > 0.10 * ID0.SG5@3

Refer to the information at the following link regarding the reference type in spreadsheets:
Working with Spreadsheets: References to Study Subgraph Columns when using the Spreadsheet Study

And refer to the following for the general information on Spreadsheet Trading:
Spreadsheet Systems, Alerts and Automated Trading
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account