Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Stop doesn`t work through backtesting
Collapse
X
-
Hello vitaleg,
For checking strategy order submission issues, please view TraceOrders output. Add this line to Initialize method:
TraceOrders = true;
Then, view output through Tools > Output window.
Currently there's not enough information to determine why those orders did not fill. As a start please let us know how they are defined and the series you are backtesting against.Ryan M.NinjaTrader Customer Service
-
You're submitting your stop loss order at .05 as mode price. This submits a stop loss order at .05.
If you intened to submit them at .05 from entry price you may need to adjust this to calculation mode ticks and use a value of 5.
Also, set ExitOnClose = false to prevent closing at the end of the day.Last edited by NinjaTrader_RyanM1; 08-16-2010, 02:49 PM.Ryan M.NinjaTrader Customer Service
Comment
-
You can't perform this type of math in the strategy wizard. You'd have to work with code directly, and then understand that this type of statement couldn't be set in the Initialize method.
You would have to work closely with this reference sample:
That will help you set an initial value when flat and then a different value(based off range) when you are in a position.Ryan M.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Started by sledge, 04-13-2025, 01:53 PM
|
4 responses
43 views
0 likes
|
Last Post
![]()
by sledge
Today, 06:35 PM
|
||
Started by yeonsiewlan, Today, 06:17 PM
|
0 responses
2 views
0 likes
|
Last Post
![]()
by yeonsiewlan
Today, 06:17 PM
|
||
Started by utilizator, 03-06-2018, 08:44 PM
|
3 responses
907 views
0 likes
|
Last Post
![]()
by MiCe1999
Today, 05:57 PM
|
||
Started by lightsun47, Yesterday, 08:34 AM
|
1 response
11 views
0 likes
|
Last Post
|
||
Started by raysinred, Today, 02:05 PM
|
0 responses
7 views
0 likes
|
Last Post
![]()
by raysinred
Today, 02:05 PM
|
Comment