Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Strategy will not print signals on live market, but historical signals are fine
Collapse
X
-
Strategy will not print signals on live market, but historical signals are fine
Wondering if someone can help me button up this simple strategy I was working on. I will attach the strategy (VTCDSv1) and indicator (CumDelta) that feeds it. The problem is the signals print fine for historical charts, but the strategy will not print a signal in real time on a chart as the market is progressing. The signals are basically a bar color change (magenta) and an arrow (up or down). That's it at this point. No entry logic, targets, or stops. Thanks in advance if anyone can point out what to do to make this work on live data moving forward vs. historical only.Tags: None
-
Hello BullyWig Trader,
Thank you for your post.
In order to better understand how the code is working, it will be necessary to use Print to see how the conditions are evaluating and enable TraceOrders to see if orders are being submitted, ignored, rejected, or cancelled.
Below is a link to a forum post that demonstrates using prints to understand behavior and includes a link to a video recorded using the Strategy Builder to add prints.
https://ninjatrader.com/support/foru...121#post791121
Enable TraceOrders, print the time of the bar and all values used in the conditions that submit entry orders. Include labels for all values and comparison operators.
Let me know if you need any assistance creating a print or enabling TraceOrders.
Save the output from the output window to a text file and provide this with your reply.
I'll be happy to assist with analyzing the output.
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
52 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
29 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
194 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
355 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
274 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|

Comment