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 CaptainJack, 05-29-2026, 05:09 AM
    0 responses
    388 views
    0 likes
    Last Post CaptainJack  
    Started by CaptainJack, 05-29-2026, 12:02 AM
    0 responses
    260 views
    0 likes
    Last Post CaptainJack  
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    218 views
    1 like
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    301 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    268 views
    0 likes
    Last Post CarlTrading  
    Working...
    X