Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

NT8B10 Draw.Dot Issue

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

    NT8B10 Draw.Dot Issue

    NT8B10 introduced an issue with Draw.Dot
    It doesn't draw anything using this overload

    Draw.Dot(NinjaScriptBaseowner,stringtag,boolisAutoScale,DateTimetime,doubley,Brushbrush)

    Enclosed is a test indicator to reproduce the issue.

    In the indicator this statement doesn't work:

    Draw.Dot(this,"DotL" + CurrentBar.ToString(), false,Time[0],Low[0] - 2 * TickSize,Brushes.Red); //this statement doesn't work

    this statement instead works:

    Draw.Dot(this,"DotH" + CurrentBar.ToString(), false, 0 ,High[0] + 2 * TickSize,Brushes.Blue); //this statement works

    No problems at all in NT8B9

    By the way the minimum size of the dot is huge and bigger than in NT7. Would it be possible to have same minimum size as in NT7?
    Attached Files

    #2
    Hello aerofly,

    Thank you for reporting this behavior.

    I have confirmed the behavior and submitted a bug report that Draw.Dot when used with the DateTime overload.

    Also, I have submitted a feature request to change the size of the dot to the same size as NinjaTrader 7 (when scaled respectively).
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Hello aerofly,

      Our development has provided a tracking ID for your feature request. Your request update Dot size to match NT7 is being tracked with ID# SFT-1293. It is up to our development to decide if and when any request will be implemented.

      Please let me know of any other suggestions or requests you may have for NinjaTrader.
      Chelsea B.NinjaTrader Customer Service

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Hwop38, 05-04-2026, 07:02 PM
      0 responses
      144 views
      0 likes
      Last Post Hwop38
      by Hwop38
       
      Started by CaptainJack, 04-24-2026, 11:07 PM
      0 responses
      298 views
      0 likes
      Last Post CaptainJack  
      Started by Mindset, 04-21-2026, 06:46 AM
      0 responses
      242 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by M4ndoo, 04-20-2026, 05:21 PM
      0 responses
      339 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by M4ndoo, 04-19-2026, 05:54 PM
      0 responses
      172 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Working...
      X