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 cmoran13, 04-16-2026, 01:02 PM
        0 responses
        42 views
        0 likes
        Last Post cmoran13  
        Started by PaulMohn, 04-10-2026, 11:11 AM
        0 responses
        25 views
        0 likes
        Last Post PaulMohn  
        Started by CarlTrading, 03-31-2026, 09:41 PM
        1 response
        162 views
        1 like
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        98 views
        1 like
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        157 views
        2 likes
        Last Post CaptainJack  
        Working...
        X