Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Incrementing indicators

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

    Incrementing indicators

    If an indicator is sending 1 or 0 or -1 to my strategy builder, how can I catch it on only the first time it hits 1 or hits -1?
    (Without going into the indicator and using Variable++; and incrementing it?) thanks

    #2
    Hello ezrollin,

    Thanks for your post.

    If the indicator is providing a signal plot, that means the plot's previous values can be accessed. The plot will have a value on each bar and will be +1, -1, or 0. Typically it would output a zero when there is no signal and then the +1/-1 when there is a signal.

    So if you check for the previous bar value of the plot is 0 and the plot's current bar value is 1 then you have detected that the indicator has just changed. Likewise, you can check if the previous bar value of the plot was 0 and the current bar value of the plot is -1.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    90 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    137 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    68 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    120 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    69 views
    0 likes
    Last Post PaulMohn  
    Working...
    X