Login Page - Create Account

Support Board


Date/Time: Sat, 01 Mar 2025 19:10:51 +0000



Post From: ASCIL Subgraph Values in

[2021-10-07 18:22:54]
JDCII2112 - Posts: 21
Thanks.

So reading through the subgraph literature, and I am still lost.

I currently have the following for the first Input:

sc.Input[1].Name   = "Position Size";
sc.Input[1].SetInt(0);
sc.Subgraph[1].Name  = "Position Size";

I have the 0 set to 1 in the study settings.

How do I get the 1 to display on the subgraph value? I still can't find it.