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 usazencort, Today, 01:16 AM
        0 responses
        1 view
        0 likes
        Last Post usazencort  
        Started by kaywai, 09-01-2023, 08:44 PM
        5 responses
        602 views
        0 likes
        Last Post NinjaTrader_Jason  
        Started by xiinteractive, 04-09-2024, 08:08 AM
        6 responses
        22 views
        0 likes
        Last Post xiinteractive  
        Started by Pattontje, Yesterday, 02:10 PM
        2 responses
        20 views
        0 likes
        Last Post Pattontje  
        Started by flybuzz, 04-21-2024, 04:07 PM
        17 responses
        230 views
        0 likes
        Last Post TradingLoss  
        Working...
        X