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# -

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    69 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    42 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    24 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    27 views
    0 likes
    Last Post TheRealMorford  
    Started by Mindset, 02-28-2026, 06:16 AM
    0 responses
    54 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X