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

Where do i place some variables ?

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

  • NinjaTrader_RyanM1
    replied
    OnStartup() is called before OnBarUpdate() so you do not have access to bar objects there.

    If you're trying to access indicator or bar values, will need to access in OnBarUpdate().

    Leave a comment:


  • mate41
    replied
    RyanM,
    mm.... seems doesn't work:
    protected override void OnStartUp()
    {
    sess_Open = CurrentDayOHL().CurrentOpen[0];
    }
    sess_Open as a variable(double) under Variables.

    Leave a comment:


  • NinjaTrader_RyanM1
    replied
    Hi mate41,

    Best practice here is to declare all variables in the Variables region.

    For actions you want to take only once before OnBarUpdate(), there is dedicated handler OnStartup()

    Leave a comment:


  • mate41
    started a topic Where do i place some variables ?

    Where do i place some variables ?

    Hello,
    when some variables are only to be initiated once; before the "on bar update"; where are they to be set ?
    And is this true for all types of variables ?

Latest Posts

Collapse

Topics Statistics Last Post
Started by dward123, 01-02-2024, 09:59 PM
3 responses
162 views
0 likes
Last Post bjunaid
by bjunaid
 
Started by ETFVoyageur, Today, 04:00 PM
1 response
8 views
0 likes
Last Post ETFVoyageur  
Started by AaronKTradingForum, Today, 03:44 PM
1 response
8 views
0 likes
Last Post AaronKTradingForum  
Started by Felix Reichert, 04-26-2024, 02:12 PM
11 responses
77 views
0 likes
Last Post Felix Reichert  
Started by junkone, 04-28-2024, 02:19 PM
7 responses
83 views
1 like
Last Post junkone
by junkone
 
Working...
X