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, 03-31-2026, 09:41 PM
    1 response
    87 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    47 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    66 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    69 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    58 views
    0 likes
    Last Post CarlTrading  
    Working...
    X