Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Time to bar conversion
Collapse
X
-
Time to bar conversion
How do I get the bars number of the 1 tick series for some arbitrary amount of time (say, 30 seconds) before the current bar ?Tags: None
-
Hi Spotty, thanks for posting. You will need C# logic that will loop back through the historical bars and stop at a certain point. I would use a While loop to do this and use the DateTime.Compare() method to compare the tick's timestamp to a hard coded timestamp.
The DateTime.Compare() method in C# is used for comparison of two DateTime instances. It returns an integer value,0 − If date1 is later than date2SyntaxFollowing is the syntax −publ
Kind regards.
-
Hmm. Well, what I'm trying to do is get the lowest tick price over that time interval, and am thinking "LowestBar()" will part of this solution. So, isn't there a way within NT to convert a time to a bar? I'm pretty sure I've done this before. I've scoured the HelpGuide, but can't find it now. I must be looking in the wrong place. Any ideas?
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Yesterday, 05:17 AM
|
0 responses
55 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
132 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
73 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
45 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
49 views
0 likes
|
Last Post
|

Comment