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 CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    26 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 05-10-2026, 08:12 PM
    0 responses
    20 views
    0 likes
    Last Post CarlTrading  
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    182 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Started by CaptainJack, 04-24-2026, 11:07 PM
    0 responses
    335 views
    0 likes
    Last Post CaptainJack  
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    260 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X