Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Volume
Collapse
X
-
Volume
When running a strategy live does ninja look at volume to determine whether a trade signal should be executed or not? If so, how do I make it so volume is not a determining factor. Some trades aren't being executed in real time and I guess it might be because of volume.Tags: None
-
Hello jrtrader,
Yes, the simulator engine will look at volume to determine fills. Unfortunately there's no way to force it it ignore volume. There are some simulator settings you can adjust in Tools > Options > Simulator tab.
You can debug the strategy behavior to determine if it really is volume affecting what you're seeing.
Add TraceOrders = true to your Initialize method and you can then view output related to strategy submitted orders through Tools > Output window.
It may also help to add drawing objects to your chart for signal confirmation. Additional help for these items is available at the following links:
Debugging your NinjaScript code.
TraceOrders
Drawing Objects.Ryan M.NinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
85 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
47 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
67 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment