Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Condition builder for multiplot indicators

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

    Condition builder for multiplot indicators

    Hi guys

    For starters, I am a complete newb regarding programming and strategies in general but I am trying to give it a shot.

    I have an indicators that when normally added to a chart has 3 plots
    Rising plot; blue color
    Neutral plot; yellow color
    Falling plot; red color.


    When plotted on a chart all 3 colors (plots) are on a single plot, the color of that line changes, no separate line for each plot.

    I would like to create a condition using the strategy wizard to "do something" when
    that indicators IS plotting the rising plot.

    I do have the option in the condition builder to select from a drop down list Rising plot, neutral plot and falling plot

    What I tried so far was
    if rising plot == rising plot
    if rising plot== 0
    DO
    draw an up arrow

    that didn't work!!

    I would deeply appreciate any help

    On a side note, I have another indicator that I wish to do the same with, however, in the condition builder there is no drop down list to select rising plot, falling plot,...etc. However, they are present in normal indicator properties window

    #2
    Hello bdsdent,

    Thank you for your post.

    What is the condition within the indicator that creates the 'Rising Plot'?

    Please detail the code used for this rising condition.

    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
    109 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    573 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    575 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X