"Index was outside the bounds of the array." at NinjaTrader.NinjaScript.NinjaScriptBase.get_TickSize() at NinjaTrader.NinjaScript.Indicators.AMS.AMS_DeltaPrint.OnRender(ChartControl chartControl, ChartScale chartScale)
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
In what occasions can be "TickSize" empty?
Collapse
X
-
In what occasions can be "TickSize" empty?
In some rare occasions, inside OnRender, we get catch exception
How it's possible, or under what circumtances it's possible, that TickSize fired such issue?Code:Tags: None
-
Hello TazoTodua,
Thank you for your note.
Are you able to supply a reduced version of a script that triggers this error?
Also, it's generally not a good idea to use variables that are tied to OnBarUpdate() in OnRender(); in general many variables in the script relate to it processing OnBarUpdate. I'd be interested to see where you're using TickSize in OnRender.
Thanks in advance; I look forward to assisting you further.
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
599 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
345 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
103 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
558 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
558 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment