Login Page - Create Account

Support Board


Date/Time: Thu, 16 Jan 2025 13:41:45 +0000



Post From: ASCIL- Passing value to/from custom study

[2017-10-30 21:04:11]
vectorTrader - Posts: 86
I am working on generalizing some of my functions and I wanted to know how to pass values between 2 separate studies-
For example,

I would like to pass the output from study1 subgraph to study 2 subgraph. Study 2 would perform some manipulation on the received data and then return some output for use in study 1 to use. I know its possible, but I don't understand how to pass data back and forth and where to find more information about it.
thanks