Login Page - Create Account

Support Board


Date/Time: Thu, 18 Apr 2024 12:20:48 +0000



Request to increase the number of PersistVars

View Count: 1508

[2013-05-20 13:18:26]
ejtrader - Posts: 688
SC Team - In the process of consolidating few studies into a single study and running short of PersitVars ( never expected to run short of it ). Would it be possible to increase them from current 16 to say 50 ( int & float ) - if there are no technical issues with this?

Unfortunately can't use generic global vars as they are being overwritten if used on multiple instruments and using PersitVars instead seems to be an efficient solution instead.

Thanks
Date Time Of Last Edit: 2013-05-20 13:23:03
[2013-05-22 05:11:19]
Sierra Chart Engineering - Posts: 104368
These already exist. All of this is available:

struct s_PersistentVariables
  {
    int i1, i2, i3, i4, i5, i6, i7, i8, i9, i10, i11, i12, i13, i14, i15, i16;
    float f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15, f16;
    double d1, d2, d3, d4, d5, d6, d7, d8, d9, d10, d11, d12, d13, d14, d15, d16,d17,d18,d19,d20,d21,d22,d23,d24,d25,d26,d27,d28,d29,d30,d31,d32;
    SCDateTime scdt1,scdt2,scdt3,scdt4,scdt5,scdt6,scdt7,scdt8;
    int Integers[64];
    double Doubles[64];
  };

Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing

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

Login

Login Page - Create Account