Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Series<T> issue

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

    Series<T> issue

    1.- In NinjaScript Editor I create one Series<CustomType>. Save and Compile. Ok:

    Code:
    private Series<Profile> barProfiles;
    this.barProfiles = new Series<Profile>(this, MaximumBarsLookBack.Infinite );
    2.- Then I change the type, from Series<T> to List<T>. Save and Compile. Ok:
    Code:
    private List<Profile> barProfiles;
    this.barProfiles = new List<Profile>();
    3.- However the intellisense is not updated to the new type (List). Continues referencing to the old type (Series). I cannot use the List methods from intellisense (though I can type them directly in the code and compiles fine).



    .
    Attached Files

    #2
    Hello,

    Thanks for reporting.

    However so far on Beta 2 I'm not able to reproduce the issue. I switch the type in my editor and intelliprompt picks it up.

    Could you send me a sample script which I could try myself just to make sure my test isn't somehow different then what your running into.

    Thanks.

    Comment


      #3
      Hello Brett,
      now it works correctly. Maybe I was doing some tests that were crashed and something remained unstable.
      I apologize for the inconvenience.

      Comment


        #4
        No worries. Thanks for reporting issues. Really appreciate it. Have a good rest of your day.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by puapwr, Today, 06:09 PM
        0 responses
        4 views
        0 likes
        Last Post puapwr
        by puapwr
         
        Started by franciscog21, Today, 05:27 PM
        0 responses
        8 views
        0 likes
        Last Post franciscog21  
        Started by hdge4u, 04-29-2024, 12:23 PM
        5 responses
        28 views
        0 likes
        Last Post MisterTee  
        Started by llanqui, 01-25-2024, 06:15 PM
        9 responses
        65 views
        0 likes
        Last Post MisterTee  
        Started by tradingnasdaqprueba, 05-07-2024, 03:42 AM
        16 responses
        67 views
        0 likes
        Last Post tradingnasdaqprueba  
        Working...
        X