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 charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      73 views
      0 likes
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      152 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      162 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 05-10-2026, 08:12 PM
      0 responses
      100 views
      0 likes
      Last Post CarlTrading  
      Started by Hwop38, 05-04-2026, 07:02 PM
      0 responses
      288 views
      0 likes
      Last Post Hwop38
      by Hwop38
       
      Working...
      X