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 Fran888, 02-16-2024, 10:48 AM
        3 responses
        43 views
        0 likes
        Last Post Sam2515
        by Sam2515
         
        Started by martin70, 03-24-2023, 04:58 AM
        15 responses
        114 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Started by The_Sec, Today, 02:29 PM
        1 response
        7 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Started by jeronymite, 04-12-2024, 04:26 PM
        2 responses
        31 views
        0 likes
        Last Post NinjaTrader_BrandonH  
        Started by Mindset, 05-06-2023, 09:03 PM
        10 responses
        265 views
        0 likes
        Last Post NinjaTrader_BrandonH  
        Working...
        X