Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Calling vars from other indicator

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

    Calling vars from other indicator

    I need to know the value of an external indicator variable, but i dont know how.

    I programmed an indicator (firstindicatorname) as next:

    #region Properties
    [Browsable(false)]
    [XmlIgnore()]
    public DataSeries MyVar{get{ Update(); return onevar; }}

    and i calling "onevar" from other indicator as next:

    firstindicatorname().MyVar[0];


    When i do a "Print" of "onevar" from "firstindicatorname", return a value, but when i do a "Print" of "MyVar[0]" from "secondindicatorname" return a diferente value (the first set value of "onevar" in variables region ).

    Wht do you think its happend? Thank you !

    #2
    marynja, I would suggest to exactly follow the structure outlined here in our sample on this topic for exposing your custom series - http://www.ninjatrader.com/support/f...ead.php?t=4991
    BertrandNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Vulgoth_t_Destroyer, 05-09-2022, 04:45 PM
    55 responses
    5,455 views
    0 likes
    Last Post BartMan
    by BartMan
     
    Started by DawnTreader, 05-08-2024, 05:58 PM
    16 responses
    52 views
    0 likes
    Last Post DawnTreader  
    Started by tradingnasdaqprueba, 05-07-2024, 03:42 AM
    15 responses
    61 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Started by kevinenergy, Yesterday, 12:01 PM
    8 responses
    28 views
    0 likes
    Last Post kevinenergy  
    Started by nightstalker, Today, 01:32 PM
    1 response
    12 views
    0 likes
    Last Post NinjaTrader_Zachary  
    Working...
    X