Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Reading MACD values on previous bars

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

    Reading MACD values on previous bars

    Hello,

    For my strategy I want to check that the MACD lines stay below the zero line between the current bar (yellow arrow) and the previous swing low (orange arrow).

    Click image for larger version

Name:	Screenshot 2021-11-17 171202.png
Views:	296
Size:	44.1 KB
ID:	1178823

    I'm able to use the Swing indicator to count the number of bars the previous swing low occurred but the number of bars will vary depending on when the trade is taken.

    I was therefore wondering what the best way would be to retrieve the values, is it possible to store the values in a series then use the number of bars between the yellow and orange arrows to call back the data of each bar against the series to then check if they meet the conditions?

    Any help you can provide is appreciated.

    Thanks,

    Neil

    #2
    Hello Neil,

    Thanks for your post.

    You can use the SwingLowBar method to detect the last swing low's BarsAgo and the swing low before that.

    You could then loop from 0 to the BarsAgo found from the above, and within your loop, you can check where the MACD lines are at within the loop. This would check the MACD values from the current bar to where the last swing low was found.

    Swing indicator documentation can be found here - https://ninjatrader.com/support/help...html?swing.htm

    I have attached a quick example to help illustrate.
    Attached Files

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by NullPointStrategies, Yesterday, 05:17 AM
    0 responses
    71 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    143 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    76 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    47 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    51 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X