Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Formula for bar lookback periods

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

    Formula for bar lookback periods

    I have a strategy I am working on and cant get my head to wrap around the math needed for the situation. Here's my problem.

    I am evaluating a bunch of functions for enter signal. One of the function is the ADX. What I want to be able to do is evaluate the ADX on a certain period and check the value of X number of bars back to see if a certain value was met. Is some case I want to look back 3 bars in others 13 bars. So I created variables for ADX Period and the # of bars back a wanted to evaluate. The place I am getting stuck is how to write the formula. The ghetto side of me wants to do a bunch of if / else if statements but that requires me to change the code each time to account for the # of bar look backs rather than just change the variable in the strategy.

    Is there any help out there for me?

    #2
    erik949, it might not be following you fully here but for the lookbacks to check you would have two variables for example that could also be user inputs you would then use in the final condition to check. For repetitive code parts it might be worth exploring the looping commands available in C# -

    BertrandNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by fitspressoburnfat, Today, 04:25 AM
    0 responses
    2 views
    0 likes
    Last Post fitspressoburnfat  
    Started by Skifree, Today, 03:41 AM
    1 response
    4 views
    0 likes
    Last Post Skifree
    by Skifree
     
    Started by usazencort, Today, 01:16 AM
    0 responses
    1 view
    0 likes
    Last Post usazencort  
    Started by kaywai, 09-01-2023, 08:44 PM
    5 responses
    603 views
    0 likes
    Last Post NinjaTrader_Jason  
    Started by xiinteractive, 04-09-2024, 08:08 AM
    6 responses
    23 views
    0 likes
    Last Post xiinteractive  
    Working...
    X