Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Fibonacci Cluster Indicator

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

    Fibonacci Cluster Indicator

    I am unable to define the size of the A- A+ lines for the indicator, all I get is very small dots. Someone please help. Thanks, Richard

    #2
    Hello ropssr,

    This indicator is not currently configured to use the plot widths. It uses custom rendering and does not use the width for that part of the rendering. You can edit the indicators using the NinjaScript editor to change the line rendering to include the width. The FibonacciClusterV16D for example would have the following line on 2712 which could be changed from:

    Code:
    RenderTarget.DrawLine(startPoint1, endPoint1, Plots[seriesCount].BrushDX,[B] 1);[/B]
    To:

    Code:
    RenderTarget.DrawLine(startPoint1, endPoint1, Plots[seriesCount].BrushDX[B], plot.Width[/B]);
    Please let me know if I may be of additional assistance.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    558 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    324 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    101 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    545 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    547 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X