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 Jltarrau, Today, 05:57 AM
        0 responses
        1 view
        0 likes
        Last Post Jltarrau  
        Started by f.saeidi, Today, 05:56 AM
        0 responses
        2 views
        0 likes
        Last Post f.saeidi  
        Started by Stanfillirenfro, Yesterday, 09:19 AM
        7 responses
        51 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Started by TraderCro, 04-12-2024, 11:36 AM
        4 responses
        70 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Mindset, Yesterday, 02:04 AM
        1 response
        15 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Working...
        X