Announcement

Collapse
No announcement yet.

Using Array Values Question

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Using Array Values Question

    In reading threads here, I've found some different interpretations of how best to use array values. Quick question. I have the following within an initialization loop:

    xATR = efsInternal("ATR",mShort);
    xATR = getSeries(xATR);

    Later, I reference selected values as xATR.getValue(n). Do I need the second statement above from an efficiency standpoint? I can't see much difference in performance. Thanks.

  • #2
    I believe you need both statements and are accessing your array data properly.
    Brad Matheny
    eSignal Solution Provider since 2000

    Comment

    Working...
    X