Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Draw.Line in Strategy

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

    Draw.Line in Strategy

    Hi. I'm trying to use Draw.Line in Strategy.


    Code:
    protected override void OnMarketData(MarketDataEventArgs e)
    {
      if(State==State.Historical|| CurrentBar <= 2)return;
    
      TriggerCustomEvent(o =>Draw.Line(this,"line", false, 5,Close[0], 1, Close[0], Brushes.LimeGreen, DashStyleHelper.Dot, 4),null);
    }
    It works well, but sometimes i have the error
    ERROR: Failed to call OnRender() for chart object 'Line': 'Attempted to read or write protected memory. This is often an indication that other memory is corrupt.'

    Is this a bug? Or maybe I can't draw lines in Strategy?

    #2
    Hello blekdzhon,

    Thank you for your post.

    You can draw lines in strategies. I will investigate the behavior using your code further but please send me your log and trace files so that I may look into what occurred. You can do this by going to the Control Center-> Help-> Email Support. Ensuring 'Log and Trace Files' is checked will include these files. This is checked by default.

    Please list 'ATTN: Patrick H' in the subject line and reference this thread in the body of the email.

    I look forward to your response.

    Comment


      #3
      Hello blekdzhon,

      Thank you for your patience.

      I worked with the user and I have the files I need from his PC. Please contact me at platformsupport[at]ninjatrader[dot]com with 'ATTN: Patrick H - 1835861' in the subject line so we may discuss this item further with you.

      I look forward to assisting you further.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Tim-c, Today, 02:10 PM
      1 response
      7 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by Taddypole, Today, 02:47 PM
      0 responses
      2 views
      0 likes
      Last Post Taddypole  
      Started by chbruno, 04-24-2024, 04:10 PM
      4 responses
      50 views
      0 likes
      Last Post chbruno
      by chbruno
       
      Started by TraderG23, 12-08-2023, 07:56 AM
      10 responses
      400 views
      1 like
      Last Post beobast
      by beobast
       
      Started by lorem, Yesterday, 09:18 AM
      5 responses
      25 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Working...
      X