Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Instrument or Period change within Code

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

    Instrument or Period change within Code

    Hello,
    is there a way to enter e.g. "15M" within Code. I thinking of writing an Indicator in order to change the period programmatically?
    regards,
    trader61

    #2
    bestof61,

    You can use a multi-timeframe strategy if that is what you are referring to :



    A sample comes with NinjaTrader in Tools > Edit NinjaScript > Strategy > SampleMultiTimeframe

    It's a strategy but the idea is very similar for indicators.
    Adam P.NinjaTrader Customer Service

    Comment


      #3
      Thanks AdamP for the fast reply.
      But it is not what I like to do.
      First i like to use the Value: this.BarsPeriod.Value = myPeriod within my Code. But it is as you guys told me not supported. By my fault i used it and at the end of the day i had to reinstall NT.
      However I wonder if i could redirect the output of a program to the screen as i am able to enter the period or instrument on a chart.
      So what i like to do in my Code(Indicator or strategy does not matter):
      1. Choose a chart as i do with left click of my mouse on the screen
      2. Enter a period as i do it with the keyboard my enter e.g. "M15" or "NQ 09-12"
      regards,

      bestof61

      Comment


        #4
        bestof61,

        That is technically possible however not supported. Hopefully someone would be able to help you out there.

        You can use BarsPeriod.Id in Initialize(), it's done in the following indicator for example :

        Adam P.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by CarlTrading, 03-31-2026, 09:41 PM
        1 response
        152 views
        1 like
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        87 views
        1 like
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        131 views
        2 likes
        Last Post CaptainJack  
        Started by CarlTrading, 03-30-2026, 11:51 AM
        0 responses
        127 views
        1 like
        Last Post CarlTrading  
        Started by CarlTrading, 03-30-2026, 11:48 AM
        0 responses
        106 views
        0 likes
        Last Post CarlTrading  
        Working...
        X