So when the crossover occurs, I'd rather wait for a 2 tick pullback before entering. There's no setting in (Strategy Builder - Conditions - Price) to select the "last price" and then offset by -2 ticks. I would be grateful if someone could shed some light on proper setting. I've tried numerous settings, and nothing seems to take into account the price at which the cross occurred and then subtract by 2 ticks.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Multiple Trades Per Bar Problem
Collapse
X
-
Multiple Trades Per Bar Problem
Hello. I have a moving crossover strategy and instead of going long when the crossover occurs, I would like to have a limit order triggered but I'm having trouble with the correct setting via Strategy Builder...
So when the crossover occurs, I'd rather wait for a 2 tick pullback before entering. There's no setting in (Strategy Builder - Conditions - Price) to select the "last price" and then offset by -2 ticks. I would be grateful if someone could shed some light on proper setting. I've tried numerous settings, and nothing seems to take into account the price at which the cross occurred and then subtract by 2 ticks.Tags: None
-
Have everything look back 2 ticks prior so something like this:
//this would check that the crossover happened, make sure it's still above, and basically verify that it didn't happen in the last few ticks.
MACD is pretty useless by itself as an indicator though, I only "glance" at it
if ( (CrossAbove(MACD.Diff(),0,5) && MACD.Diff[0]>0 && MACD.Diff[1]>0)
{
do this;
}
-
Hello Demo9044,
In the field where the price can be set- Hover the mouse over the value, then click the set link that appears.
- In the Value window select Price -> select Close
- In the properties below for the Offset value, select the negative sign from the drop-down
- Enter a 2 in the empty value
(you can also click set and use a variable here if you would like) - Click Ok -> click OK
Below is a publicly available link to the help guide.
Chelsea B.NinjaTrader Customer Service
Comment
- Hover the mouse over the value, then click the set link that appears.
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Yesterday, 05:17 AM
|
0 responses
62 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
134 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
75 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
45 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
50 views
0 likes
|
Last Post
|

Comment