Thanks
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Trade system at precision time
Collapse
X
-
Hello U0000999,
Thank you for your note.
You could utilize time conditions to control when a strategy takes an action. Here's a link that goes over how to create a time condition using the Strategy Builder:
To clarify, you're wanting trades to trigger at specific times, is that correct?
Thanks in advance; I look forward to assisting you further.
-
Hello U0000999,
Thank you for your reply.
Strategies can be set to calculate On Bar Close, On Price Change, or On Each Tick. Which of these are you using for your strategy? If you are using 30 minute bars, for example, and have your strategy to calculate On Bar Close, at the very end of each 30 minute bar it will process and if there is an entry signal, it would then place the order at the start of the next bar. Is this the behavior you're looking for?
Thanks in advance; I look forward to assisting you further.
Comment
-
I'm looking the way to execute orders at the last tick of a 30 min bar, that's why I need to set precision time for execution, if I set up execute by close, it will activate on next bar open, next bar open may shift values, next bar open may differ from the value of a close of a candle. Understand?
Comment
-
Hello U0000999,
Thank you for your replies.
If you are wanting to submit orders just before a bar closes, you could add a 1 second data series to your strategy and submit the order when the time of the BIP 1 bar is a few seconds before the close of the next BIP 0 bar. There wouldn't be a simple way to get, for example, the last tick of a bar. If the bar fully closes and simultaneously a new bar is opened, then the logic of the script is checked and an order is placed, that order would have actually been submitted on the new bar (right when it opened) and thus it appears on the new bar.
Once the tick comes in that decides that bar is closed, that tick has already happened and it would be too late to generate any action before the bar has closed.
Here's a link to our help guide on working with multiple data series:
Please let us know if we may be of further assistance to you.
Comment
-
You seem to be insisting that you want a timing event to place your order, rather than a direct market event. In that case, use a Timer, and place your order at the time that you want.Originally posted by U0000999 View PostI think other way to execute orders in time is to do next thing: execute before 70 milliseconds (for instance) of ending 30 min period.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
80 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
45 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
29 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
32 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
66 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment