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 CarlTrading, 03-31-2026, 09:41 PM
      1 response
      81 views
      1 like
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      42 views
      0 likes
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      64 views
      2 likes
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      66 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      54 views
      0 likes
      Last Post CarlTrading  
      Working...
      X