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

Variables value depend on timeframe

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

    Variables value depend on timeframe

    Hi

    Is it possible to have your variables values to depend on the timeframe? For example if I have a variable that acts like a multiplier, can I have it to be 2 when I'm looking on a 5 min chart and 1.5 when I'm looking on a daily chart?

    Best regards
    The_Wiz

    #2
    Hello The_Wiz,

    Yes this is possible if this is what you code into the logic.

    For example you may have a public input for the user to set a value. A private variable to hold the calculated value. And an if statement in OnStateChange() when State is State.DataLoaded that sets the private variable to a calculated value.
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Hi

      Could you please help me with an example like if chart is 5 min then variable X = 2 else if chart is daily then variable X = 1.5.
      My problem is that I don't know the code to see what timeframe is being used.

      Best regards
      The_Wiz

      Comment


        #4
        Hi The_Wiz,

        The bar type and interval are in the BarsPeriod object. BarsPeriod.BarsPeriodType and BarsPeriod.Value.
        Chelsea B.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by bortz, 11-06-2023, 08:04 AM
        47 responses
        1,609 views
        0 likes
        Last Post aligator  
        Started by jaybedreamin, Today, 05:56 PM
        0 responses
        9 views
        0 likes
        Last Post jaybedreamin  
        Started by DJ888, 04-16-2024, 06:09 PM
        6 responses
        19 views
        0 likes
        Last Post DJ888
        by DJ888
         
        Started by Jon17, Today, 04:33 PM
        0 responses
        6 views
        0 likes
        Last Post Jon17
        by Jon17
         
        Started by Javierw.ok, Today, 04:12 PM
        0 responses
        16 views
        0 likes
        Last Post Javierw.ok  
        Working...
        X