Login Page - Create Account

Support Board


Date/Time: Sun, 05 May 2024 10:07:57 +0000



Post From: Output from a study as input to another study

[2019-02-13 13:12:58]
T44 - Posts: 363
I've mapped the ATR value on a Historical Daily chart to an intraday chart using Study/Price Overlay.

I can display/manipulate this value with the SpreadSheet Forumula study within the intraday chart, e.g. I can get the value of 1/4 of ATR with =(ID1.SG1/4)

Is there a way I can pass this value as an input to another study. For example, the ZigZag study takes ln:20 "Reversal Amount for Calculation Mode 2,3)" - can I set this to the value of ATR (stored in ID1.SG1) without using ASCIL?

[NB when I try this, I get an apparently random floating point number instead]

What is the Sierra Chart way to pass outputs of one study as inputs to another study and at what stage is ASCIL required? Thanks.