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 JonesJoker, 04-22-2024, 12:23 PM
    6 responses
    32 views
    0 likes
    Last Post JonesJoker  
    Started by GussJ, 03-04-2020, 03:11 PM
    12 responses
    3,239 views
    0 likes
    Last Post Leafcutter  
    Started by AveryFlynn, Today, 04:57 AM
    0 responses
    5 views
    0 likes
    Last Post AveryFlynn  
    Started by RubenCazorla, 08-30-2022, 06:36 AM
    3 responses
    79 views
    0 likes
    Last Post PaulMohn  
    Started by f.saeidi, Yesterday, 12:14 PM
    9 responses
    25 views
    0 likes
    Last Post f.saeidi  
    Working...
    X