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 Mindset, 04-21-2026, 06:46 AM
      0 responses
      44 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by M4ndoo, 04-20-2026, 05:21 PM
      0 responses
      56 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by M4ndoo, 04-19-2026, 05:54 PM
      0 responses
      35 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by cmoran13, 04-16-2026, 01:02 PM
      0 responses
      95 views
      0 likes
      Last Post cmoran13  
      Started by PaulMohn, 04-10-2026, 11:11 AM
      0 responses
      57 views
      0 likes
      Last Post PaulMohn  
      Working...
      X