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.
    JesseNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by NM_eFe, Today, 10:13 AM
    0 responses
    1 view
    0 likes
    Last Post NM_eFe
    by NM_eFe
     
    Started by hdge4u, Yesterday, 12:23 PM
    1 response
    10 views
    0 likes
    Last Post hdge4u
    by hdge4u
     
    Started by 1001111, Today, 09:45 AM
    0 responses
    4 views
    0 likes
    Last Post 1001111
    by 1001111
     
    Started by DTSSTS, 01-28-2024, 12:07 PM
    11 responses
    557 views
    0 likes
    Last Post bmo111
    by bmo111
     
    Started by Torontobluejays, Today, 08:43 AM
    0 responses
    1 view
    0 likes
    Last Post Torontobluejays  
    Working...
    X