Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Using Indicator in Strategy as a condition.

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

    Using Indicator in Strategy as a condition.

    I would like to add a trend indicator to my strategy, the trend indicator uses ABC swing patterns to establish whether we are in a down/up trend.

    When I go to strategy wizard add the indicator, plot down trend and == ( what would this be, the price wont work, neither will true)

    So my strategy will only trade short if the indicator plots downtrend and vice versa..

    All help appreciated,

    #2
    Originally posted by mccallum28 View Post
    I would like to add a trend indicator to my strategy, the trend indicator uses ABC swing patterns to establish whether we are in a down/up trend.

    When I go to strategy wizard add the indicator, plot down trend and == ( what would this be, the price wont work, neither will true)

    So my strategy will only trade short if the indicator plots downtrend and vice versa..

    All help appreciated,
    You should probably call the Swing() indicator and compare swings to determine whether they are going up or down. Unfortunately though, the Wizard only exposes Plots, and to really do what I describe requires you to calculate the Swing point barValue. That means that you can only do it in code.
    Last edited by koganam; 09-02-2012, 04:28 PM.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    648 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    369 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    108 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    572 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    573 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X