Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Read lock / write lock - deadlock error

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

    Read lock / write lock - deadlock error

    I have an indicator which is loading multiple timeframes, one of them being a 1 tick bar series as required for the OrderFlowCumulativeDelta (OFCD) to work. This indicator is then loaded inside a strategy that also loads the same data series in the state.configure

    When I enable the strategy I get this error:
    Code:
    'OrderFlowCumulativeDelta' tried to load additional data. All data must first be loaded by the hosting NinjaScript in its configure state. Attempted to load ES 03-23 Globex: 1 Tick
    Indicator 'pivotsCDdiv': Error on calling 'OnBarUpdate' method on bar 974: Write lock may not be acquired with read lock held. This pattern is prone to deadlocks. Please ensure that read locks are released before taking a write lock. If an upgrade is necessary, use an upgrade lock in place of the read lock.
    Not sure how to troubleshoot this. How do I make sure all data is loaded? Is the hosting script the strategy or the indicator?​

    #2
    SOLVED. Solution: I had a line where I did not reference the indicator as the variable instance defined in state.configure

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    669 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    378 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    111 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    575 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    580 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X