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 ageeholdings, 05-01-2024, 05:22 AM
        5 responses
        33 views
        0 likes
        Last Post ageeholdings  
        Started by reynoldsn, Today, 02:34 PM
        0 responses
        6 views
        0 likes
        Last Post reynoldsn  
        Started by nightstalker, Today, 02:05 PM
        0 responses
        10 views
        0 likes
        Last Post nightstalker  
        Started by llanqui, Yesterday, 09:59 AM
        8 responses
        29 views
        0 likes
        Last Post llanqui
        by llanqui
         
        Started by quicksandatl, Today, 01:39 PM
        1 response
        6 views
        0 likes
        Last Post quicksandatl  
        Working...
        X