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 Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    601 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    347 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    103 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    559 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    558 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X