Time[] returns the DateTime of the bar, but not the last tick inside it.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Last tick timestamp
Collapse
X
-
curious,
If you use a multi-timeframe indicator along with Times[][] you should be able to do this.
Here are some link to our help guide on this topic.
Multi-timeframe : http://www.ninjatrader.com/support/h...nstruments.htm
Times[][] : http://www.ninjatrader.com/support/h...html?times.htm
Please let me know if I may assist further.Adam P.NinjaTrader Customer Service
-
Easiest way is to use COBC = false with a Period.Id that is NOT in a fixed time span. Examples would be tick charts, volume charts, range charts etc.Originally posted by curious View PostIs there any way to get the last tick timestamp of the chart?
Time[] returns the DateTime of the bar, but not the last tick inside it.
In which case, Close[0] is always the last tick.
Otherwise, you can always use OnMarketData() to get the time of the last tick.Last edited by koganam; 01-10-2012, 03:17 PM.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
475 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
315 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
253 views
1 like
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
340 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
305 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment