Login Page - Create Account

Support Board


Date/Time: Mon, 25 Nov 2024 14:49:38 +0000



Post From: ACSIL - Reading Graph arrays

[2014-02-07 22:21:52]
ejtrader - Posts: 688
SC Team - Have couple of questions in this area and appreciate if you can provide some input:

Question 1: Is it possible to have a single study inserted in GraphRegion=0 to draw something in GraphRegion=1? I would think this is not possible, but thought of asking this.

Question 2 ( with the assumption that answer to question 1 is going to be "NO"):

I am trying to use same DLL for 2 studies.

study1 - sc.GraphRegion=0;
study2 - sc.GraphRegion=1;

All the calculations and graph information is being calculated in study1 ( no repaints involved - only values changed are expected for the last bar ).

Study2 - just need to fetch few of the graphs & (potentially)internal arrays information from study1. What functions you can recommend for this purpose? CPU efficiency is very important and is the reason NOT to calculate anything as part of study2 as they are already calculated in study1.

Thanks
Date Time Of Last Edit: 2014-02-07 22:25:33