Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Cracking the Swing Code

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

    Cracking the Swing Code

    As I try to learn to code indicators I am examining the code of the standard "Swing" indicator - which marks lines at high and low price pivots. I can't figure out where in the code the values are plotted.

    Ultimately, I hope to be able to add a diamond above or below the actual pivot point ( and still leave the trail of dots as is).

    Any guidance would be appreciated.

    #2
    Hi Richard,

    The Swing indicator is one of the more advanced indicators in terms of programming code.

    What I can tell you is that plot values are stored in the SwingHighPlot and SwingLowPlot DataSeries objects. Wherever you see a .Set() method called is where a value is being stored to the DataSeries and wherever you see a .Reset() is where a value that may have been previously stored is being removed resulting in "no plot" at that bar visually.
    RayNinjaTrader Customer Service

    Comment


      #3
      I think that its quite similar to the to the Scalper indicator in the shared section, in that it doesn't know the swing bar until a couple of bars later, so it overrides the Plot class to add them after the fact.

      Also interesting adding them both on the same chart as they agree half the time.

      Comment


        #4
        Hi Richard did you ever succeed in figuring out this indicator of yours that you described? I'm very interested in it. Please let me know because I've been trying to build one myself as well.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Hwop38, 05-04-2026, 07:02 PM
        0 responses
        169 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Started by CaptainJack, 04-24-2026, 11:07 PM
        0 responses
        328 views
        0 likes
        Last Post CaptainJack  
        Started by Mindset, 04-21-2026, 06:46 AM
        0 responses
        252 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        353 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        181 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Working...
        X