Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Strategy Behavior
Collapse
X
-
Strategy Behavior
Hello, my strategy is performing strangely and constantly having an error (attached images). Also, entries and exits don't match that shown in the execution tab. What could account for this and how can it be fixed? I have been testing this strategy live for a few days and it was behaving properly until nowTags: None
-
-
Hello, thanks for writing in.
First, we will need to know what the cause of the order rejection is. Look in the Log tab of the Control Center, is the error saying the order was placed at an illegal side of the market? This is usually the cause of order rejections in a back test. Order rejections can also be handled within the script if you set RealtimeErrorHandling to RealtimeErrorHandling.IgnoreAllErrors and handle the order rejection in OnOrderUpdate. Another way to debug would be to add Print() methods around the order entry sections of your strategy to read the prices. e.g. add a print right before the order submission and compare it to the market price at that time.
Best regards,
-ChrisL.
Comment
-
In one instance I get the error “sell order stop price must be below last trade price”
currently a long or trade is opened 1 tick above or below the signal bar. Profit is set at 4 ticks and a trail stop of 1 tick
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Today, 05:17 AM
|
0 responses
53 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
130 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
70 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
44 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