Login Page - Create Account

Support Board


Date/Time: Thu, 25 Apr 2024 14:01:43 +0000



[Programming Help] - Spreadsheet formula - value on High/Low

View Count: 1260

[2018-04-18 18:35:41]
User590848 - Posts: 13
Hi.. Is there some way how I can use this in Spreadsheet formula study?
IF(ID1.SG1>ID2.SG1,ID1.SG1," ")

" " - don't work.. result is 0

I tried use Spreadsheet study, but It doesn't work for me.. when market is too fast.
[2018-04-18 20:59:52]
Sawtooth - Posts: 3976
You must use the correct syntax for spreadsheets:
IF(ID1.SG1@3>ID2.SG1@3,ID1.SG1@3," ")

Working with Spreadsheets: References to Study Subgraph Columns when using the Spreadsheet Study
[2018-04-18 21:44:18]
User590848 - Posts: 13
Thanks! on replay it is looking good
I was using format like: IF(AA3>AB3,AA...)

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

Login

Login Page - Create Account