Thanks for your help.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Strategy will not fire in live trading
Collapse
X
-
Strategy will not fire in live trading
I am dipping my toe into the NinjaTrader C# programming, so I am an absolute rookie here. I have 2 strategies that were built in Strategy Builder, which did trigger orders at the appropriate times. I unlocked and applied them, and watching both this morning, neither triggered orders when they should have. If I then disable/enable the strategies, the chart shows that the orders did trigger at the appropriate time. This leads me to believe that there is a basic line of code I am missing?
Thanks for your help.Last edited by SheriDi; 06-27-2024, 09:07 AM.Tags: None
-
Hello SheriDi,
Were the strategies shown as green or yellow in the control center when you enabled them this morning? One possibility would be if the strategies were waiting to become flat from a historical position, that would prevent it from trading in realtime until that historical position is closed.
-
Hello SheriDi,
In that case you would need to use prints to see why it may not be trading in realtime. The best way to do that in the builder is to add a new empty set at the end and then add the action misc -> print. For the text you can click set to open the string builder screen where you can pick indicators, price series or variables that you used in your condition. That output will go to the NinjaScript output window. I would suggest to print the bar time in addition to what you use in the condition so you can see the value for each bar. Let the script work in realtime and when you think it should have traded make note of the output at that time. Then reload the script and make note of the output for that time again, you can then compare the output to see why it worked historically but not in realtime.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
111 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
60 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
38 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
43 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
79 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment