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

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 usazencortex, Today, 12:43 AM
        0 responses
        2 views
        0 likes
        Last Post usazencortex  
        Started by sidlercom80, 10-28-2023, 08:49 AM
        168 responses
        2,262 views
        0 likes
        Last Post sidlercom80  
        Started by Barry Milan, Yesterday, 10:35 PM
        3 responses
        10 views
        0 likes
        Last Post NinjaTrader_Manfred  
        Started by WeyldFalcon, 12-10-2020, 06:48 PM
        14 responses
        1,429 views
        0 likes
        Last Post Handclap0241  
        Started by DJ888, 04-16-2024, 06:09 PM
        2 responses
        9 views
        0 likes
        Last Post DJ888
        by DJ888
         
        Working...
        X