Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How to Use Swings in calculation...

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

    How to Use Swings in calculation...

    Hi Support,

    Could you tell me as how can I use Previous Swing High and Swing Low Values in my calculations for Indicator development and also the values of Swing High's and Low's earlier in the session.

    I know how to use and compare values of indicators 'bars' ago but with Indicator 'Swing', I am not sure how to do that. Any help would be highly appreciated.

    Thanks,
    Best regards,
    Yusuf SHAIKH

    #2
    Hi fy260498,

    you can access the Swing Highs with -

    Code:
    Swing(5).SwingHigh[0]
    For the Swing Lows -

    Code:
    Swing(5).SwingLow[0]
    To get past values you could use the High / Low bar methods output to get past swing / high low levels, please review this link for more info -

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CaptainJack, 05-29-2026, 05:09 AM
    0 responses
    175 views
    0 likes
    Last Post CaptainJack  
    Started by CaptainJack, 05-29-2026, 12:02 AM
    0 responses
    91 views
    0 likes
    Last Post CaptainJack  
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    130 views
    0 likes
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    210 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    186 views
    0 likes
    Last Post CarlTrading  
    Working...
    X