Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

tracking swings in a strategy

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

    tracking swings in a strategy

    So i am trying to track recent swings on a chart and struggling a bit. What I have below should grab how many bars back each swing was. But I am not sure how to get the price of each of these swings. How would I go about that?

    Code:
    mySwingHighBar = Swing(PivotStrength).SwingHighBar(RangeLookback, 1, PivotStrength);
    mySwingLowBar = Swing(PivotStrength).SwingLowBar(RangeLookback, 1, PivotStrength);​​











    #2
    Hello wobmon,

    Welcome to the NinjaTrader forums!

    Print("The high of the swing bar is " + High[Math.Max(0, Swing(PivotStrength).SwingHighBar(RangeLookback, 1, PivotStrength))]);​
    Join the official NinjaScript Developer Community for comprehensive resources, documentation, and community support. Build custom indicators and automated strategies for the NinjaTrader platforms with our extensive guides and APIs.
    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    90 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    137 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    68 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    120 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    69 views
    0 likes
    Last Post PaulMohn  
    Working...
    X