Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Fibonacci Cluster Indicator
Collapse
X
-
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:
To:Code:RenderTarget.DrawLine(startPoint1, endPoint1, Plots[seriesCount].BrushDX,[B] 1);[/B]
Please let me know if I may be of additional assistance.Code:RenderTarget.DrawLine(startPoint1, endPoint1, Plots[seriesCount].BrushDX[B], plot.Width[/B]);
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
129 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
74 views
1 like
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
116 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
110 views
1 like
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
89 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment