Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Jurbol BB Macd with lines in +0.30 , - 0.30

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

    Jurbol BB Macd with lines in +0.30 , - 0.30

    Hello, I am currently using the Jurbol MACDBB indicator found in the following link:



    As with the zero line, I need to place a line at + 0.30 and a line at -0.30. Could you tell me the code I have to write in the NinjaScript editor or maybe do it for me?
    I think I just need to add the option, but I do not know the code.
    If you tell me how to do it, I'll appreciate it.

    Thank You.
    Attached Files
    Last edited by enriquefernandogomez; 10-01-2018, 01:30 AM.

    #2
    Hello enriquefernandogomez,

    Thanks for your post.

    If you do not wish to code, you can always add the lines by drawing using the horizontal line tool.

    To modify the indicator, you would need to go to line 66 and copy/paste that line twice below line 66, then change each to the values you specify and you will need to change the line name (the line name is how it will be shown in the indicator panel). Example:

    AddLine(Brushes.DarkGray, 0, "Zero line");
    AddLine(Brushes.DarkGray, 0.30, "plus thirty line");
    AddLine(Brushes.DarkGray, -0.30, "Minus thirtyline");

    After changing, right mouse click and select compile.

    After a successful compilation, you can apply the modified indicator to a chart.

    Comment


      #3
      Hello Paul, it has been excellent, thanks for the collaboration. Regards !

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      649 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      370 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
      574 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      576 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X