Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Swing Point

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

    Swing Point

    Hi

    I would like to catch the swing low point (dot) on the third day when the market is Opened.
    Thats why I sets the strength value Swing(2). Which I mentioned in the image below.

    My logic is: If Swing low point (dot) appeared on the third day when the market is opened then buy this stock.

    Please Show me the code for how to check the swing low point (dot) is appeared on the third day when the market is opened.

    Like : Swing(2).SwingLow[0] _ _ _ _ _ _

    Thanks
    Imran.
    Attached Files
    Last edited by Imran; 07-09-2013, 04:45 PM.

    #2
    Imran, the Swing indicator can be challenging to code against mainly for the reason that it's mostly designed being a visual tool showing your the current swing structure of your market for the given strength (bars to the left / right side of the pivot to confirm). As such it would be important to see at which point your current swing value could be accessed via a programmatic call. For that I would recommend plotting the result of your Swing(2).SwingLow[0] call in an indicator first.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    634 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    364 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    105 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    567 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    568 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X