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 andrewtrades, Today, 04:57 PM
        1 response
        5 views
        0 likes
        Last Post NinjaTrader_Manfred  
        Started by chbruno, Today, 04:10 PM
        0 responses
        3 views
        0 likes
        Last Post chbruno
        by chbruno
         
        Started by josh18955, 03-25-2023, 11:16 AM
        6 responses
        436 views
        0 likes
        Last Post Delerium  
        Started by FAQtrader, Today, 03:35 PM
        0 responses
        7 views
        0 likes
        Last Post FAQtrader  
        Started by rocketman7, Today, 09:41 AM
        5 responses
        19 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Working...
        X