Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Historical Future Bar
Collapse
X
-
Historical Future Bar
In NT7, when backtesting through Historical Data, I could access the bar after CurrentBar using Close[-1]. In NT8 this method isn't working. How to do it ? -
Originally posted by NinjaTrader_PatrickH View PostHello agenor,
Thank you for your post.
As the index is invalid at -1 it is no longer possible to reference a bar ahead with a negative index.
Please let me know if you have any questions.Last edited by RJay; 04-14-2017, 08:40 AM.
Comment
-
Originally posted by RJay View PostIf negative bar indexing is not available in NT8, does this mean drawing objects into the future is no longer available?
I can still plot a draw object (Rectangle, etc.) in the future in my indicators. However, if you use -1 in the code when indexing or in loop operations,although it will compile, it will generate an out of bounds error when indicator is applied.
I have yet to see anything from Ninja on how to deal with this error.
Cheers!
Comment
-
Originally posted by aligator View PostRJay,
I can still plot a draw object (Rectangle, etc.) in the future in my indicators. However, if you use -1 in the code when indexing or in loop operations,although it will compile, it will generate an out of bounds error when indicator is applied.
I have yet to see anything from Ninja on how to deal with this error.
Cheers!
However, the problem in post # 1 still remains. Accessing Close[-1] in NT8 always returns zero.
Since I do use this feature in NT7, Those code scripts cannot currently be migrated to NT8.
Comment
-
Originally posted by RJay View PostConfirmed that draw objects can draw into the future using negative bar indexing. Yea !!!
However, the problem in post # 1 still remains. Accessing Close[-1] in NT8 always returns zero.
Since I do use this feature in NT7, Those code scripts cannot currently be migrated to NT8.
Cheers!
Comment
Latest Posts
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Started by russelpope, Today, 01:53 AM
|
0 responses
1 view
0 likes
|
Last Post
![]()
by russelpope
Today, 01:53 AM
|
||
Started by avidordelon, Today, 01:42 AM
|
0 responses
3 views
0 likes
|
Last Post
![]()
by avidordelon
Today, 01:42 AM
|
||
Started by kevenconster, Yesterday, 11:58 PM
|
0 responses
10 views
0 likes
|
Last Post
![]()
by kevenconster
Yesterday, 11:58 PM
|
||
Started by kttoprsht, Yesterday, 10:52 PM
|
0 responses
7 views
0 likes
|
Last Post
![]()
by kttoprsht
Yesterday, 10:52 PM
|
||
Started by kttoprsht, Yesterday, 10:51 PM
|
0 responses
6 views
0 likes
|
Last Post
![]()
by kttoprsht
Yesterday, 10:51 PM
|
Comment