Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

On each tick - and AddPlot(new Stroke(Brushes.Transparent, 2), PlotStyle.Dot ...

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

    On each tick - and AddPlot(new Stroke(Brushes.Transparent, 2), PlotStyle.Dot ...

    I've got an indicator that seems to plot well with a stroke on bar close, but constantly produces last or garbage values when switched to on each tick. This makes running a strategy using on each tick run turn the display into garbage.

    How do I prevent this?

    #2
    Hello joejoeagogo,

    Thanks for your post.

    Debugging prints would need to be added to the indicator to determine exactly how it is processing logic and calculating those values when running the script with Calculate.OnEachTick compared to Calculate.OnBarClose. Have you added debugging prints to see how the indicator is calculating the logic?

    Below is a link to a forum post that demonstrates how to use prints to understand behavior.

    https://ninjatrader.com/support/foru...121#post791121

    Prints will appear in the NinjaScript Output window (New > NinjaScript Output window).

    I have created and attached a simple example script you could view that demonstrates using AddPlot() with a Stroke parameter to plot the Close[0] price on the chart. The indicator works as expected when running it with both Calculate.OnBarClose and Calculate.OnEachTick.

    Let me know if I may assist further.​
    Attached Files
    <span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    647 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    369 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    108 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    572 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    573 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X