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 gbourque, Today, 06:39 AM
        0 responses
        2 views
        0 likes
        Last Post gbourque  
        Started by cmtjoancolmenero, Yesterday, 03:58 PM
        1 response
        17 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Started by benmarkal, Yesterday, 12:52 PM
        3 responses
        23 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Started by helpwanted, Today, 03:06 AM
        1 response
        20 views
        0 likes
        Last Post sarafuenonly123  
        Started by Brevo, Today, 01:45 AM
        0 responses
        12 views
        0 likes
        Last Post Brevo
        by Brevo
         
        Working...
        X