Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Way to use tick data without enabling Tick Replay
Collapse
X
-
Hello WHICKED,
Thanks for your post.
The indicator would need to add its own 1 Tick series to individualize their own version of Tick Replay.
See the sample script made by my colleague Chris in this forum thread: https://ninjatrader.com/support/foru...king-something
Let us know if we may assist further.<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>
-
so in looking at that - this seems to have a limitation that if you use bars of say 1500 - it doesn't fully populate. Why is that? That does not make sense as the chart populates completely - why wouldn't the indicator?
Since all of the tick data is there - and the charts have all the bars - why would it fail to calculate from where you defined how many bars to load?Last edited by WHICKED; 02-07-2022, 09:43 PM.
Comment
-
Hello WHICKED,
Thanks for your note.
Utilizing the Bars To Load option should be avoided in multiple series scripts. Using Bars To Load will result in each bar series using only that number of bars.
So a script that adds a Tick series and uses 10 Bars To Load will result in only 10 bars loaded for the Tick series.
Let us know if we may assist further.<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
-
Well, thats all good and fine for your implementation. If one needed to bybass that 'restriction' is there a way to detect and load all the tick data needed that is already loaded on the chart via the bars?Originally posted by NinjaTrader_BrandonH View PostHello WHICKED,
Thanks for your note.
Utilizing the Bars To Load option should be avoided in multiple series scripts. Using Bars To Load will result in each bar series using only that number of bars.
So a script that adds a Tick series and uses 10 Bars To Load will result in only 10 bars loaded for the Tick series.
Let us know if we may assist further.
Comment
-
Hello WHICKED,
Thanks for your note.
There are no documented or supported means for bypassing this restriction.
That said, this forum thread will be open for other community members to share their insight.
Let us know if we may assist further.<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
574 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
332 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 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
553 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
551 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment