Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Fibonacci Cluster NT8 v.15

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

    Fibonacci Cluster NT8 v.15

    Thanks for the converting this nice indicator into NT8.
    can you please explain to me what ist the difference between D(aily?) and L versions?

    when i use both "FibonacciClusterV15L" and " FibonacciClusterV15D" at the same time in the same chart, it causes a total freezing after connect.
    any advice?

    #2
    Hello mandepsi,

    Thanks for your feedback!

    The Fibonacci Cluster indicator is very resource intensive as it performs numerous calculations in OnBarUpdate() and uses 192 plots. It is mostly a direct port of the NinjaTrader 7 version except that it uses SharpDX rendering.

    Additional SharpDX Brush management was added to make the script utilize resources more efficiently, however, there is still a large overhead.

    I was not able to reproduce a freeze when adding both instances of the indicator to a chart and then connecting to my provider. Historical Data will be reloaded when connecting your provider and processing 2 instances of this indicator through the historical data could create a drop in performance.

    Demo: https://www.screencast.com/t/x6L4cMgXIaKO

    The chart should load after garbage collection occurs if you are running out of resources. You can observe this by testing with the Windows Task Manager open and watching the memory utilization used by NinjaTrader when you connect with the indicators added to your chart. If CPU utilization idles as well as memory utilization, and the chart does not update after some time, we are in-fact frozen.

    Both indicators are identical in processing logic, and the only difference is the visual appearance of the plots and the plot names.

    As the two indicators are nearly identical and resource intensive, I would not advise to add both instances of the indicator to the same chart.

    Please let me know if I can be of further help.
    Last edited by NinjaTrader_Jim; 08-24-2017, 03:19 PM.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    51 views
    0 likes
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    142 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    160 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 05-10-2026, 08:12 PM
    0 responses
    96 views
    0 likes
    Last Post CarlTrading  
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    275 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Working...
    X