Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Optimizing Multi-time frame
Collapse
X
-
Hello futuros,
Thanks for you post.
Can you provide some specific information such as:
1) What was the full error message?
2) Does the strategy back test without errors/isssue?
3) Does the strategy work when applied to live or market replay data?
4) What version of NinjaTrader8 are you using? (look under help>about)
-
1) High Order Fill resolution is only available for single-series strategies. For multi-series strategies, please program directly into your strategy the more granular resolution you would like to simulate order fills with.Originally posted by NinjaTrader_PaulH View PostHello futuros,
Thanks for you post.
Can you provide some specific information such as:
1) What was the full error message?
2) Does the strategy back test without errors/isssue?
3) Does the strategy work when applied to live or market replay data?
4) What version of NinjaTrader8 are you using? (look under help>about)
2) yes
3) yes
4) 8.0.17.2
Comment
-
Hello futuros,
Thanks for your reply.
Correct, when adding any data series to your strategy then high order fill is no longer available, this is expected behavior. As the message states you would need to add "the more granular resolution you would like to simulate order fills with."
In addition to adding the more granular series, you would need to code your strategy to not run when that added data series calls OnbarUpdate(), so if the more granular series is the 2nd added dataseries you would add in OnBarUpdate() if (BarsInProgress == 2) return;
Also you would have to code your entry/exits to be placed on that last added data series in order to get the expected fills based on the added data series.
============
The current version of NinjaTrader8 is 8.0.21.1, when convenient for you please feel free to update as follows:- First, copy your license key from NinjaTrader under Help> License Key then exit NinjaTrader
- Click on the link: http://ninjatrader.com/PlatformDirect
- Enter your license key and press Submit
- Select 'NinjaTrader 8'
- Select 'Download'
- Critical: Before running the installer, ensure NinjaTrader is closed.
Comment
-
Thanks Paul, could you please elaborate a little bit more what do you mean by this: "the more granular resolution you would like to simulate order fills with."Originally posted by NinjaTrader_PaulH View PostHello futuros,
Thanks for your reply.
Correct, when adding any data series to your strategy then high order fill is no longer available, this is expected behavior. As the message states you would need to add "the more granular resolution you would like to simulate order fills with."
In addition to adding the more granular series, you would need to code your strategy to not run when that added data series calls OnbarUpdate(), so if the more granular series is the 2nd added dataseries you would add in OnBarUpdate() if (BarsInProgress == 2) return;
Also you would have to code your entry/exits to be placed on that last added data series in order to get the expected fills based on the added data series.
============
The current version of NinjaTrader8 is 8.0.21.1, when convenient for you please feel free to update as follows:- First, copy your license key from NinjaTrader under Help> License Key then exit NinjaTrader
- Click on the link: http://ninjatrader.com/PlatformDirect
- Enter your license key and press Submit
- Select 'NinjaTrader 8'
- Select 'Download'
- Critical: Before running the installer, ensure NinjaTrader is closed.
what is "more granular resolution"?
Comment
-
Hello futuros,
Thanks for your reply.
When you select the High Fill option In the strategy analyzer you are specifying a more granular resolution, whatever you want to use is what you would need to add. For example if using High Fill with 1 tick (on non MTF strategies) then for your MTF strategy you would need to add a 1 tick series.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Yesterday, 05:17 AM
|
0 responses
56 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
133 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