How do I prevent this?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
On each tick - and AddPlot(new Stroke(Brushes.Transparent, 2), PlotStyle.Dot ...
Collapse
X
-
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?Tags: None
-
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>
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
63 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
90 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
47 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|
||
|
Started by cmoran13, 04-16-2026, 01:02 PM
|
0 responses
105 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
63 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|

Comment