if (Position.MarketPosition == MarketPosition.Flat && (CrossAbove(Close, SMA(4), 1) || CrossBelow(Close, SMA(4), 1)))
{
EnterLong();
}
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Entry order not being executed
Collapse
X
-
wow, thank you very much. I am assuming I can just change sma to ema, but how do i make it so that it is based off the 5 minute?. Also, Im sorry for being ignorant, but how do i implement/execute this code? I have not touched code in ninja trader. I just have accessed it through strategy builder.Last edited by sashol3; 10-06-2023, 10:53 AM.
Comment
-
Hello sashol3,
Attached are screenshots of how this would look in the strategy builder.
Note, in historical you would be limited to Calculate.OnBarClose. The script would need to be unlocked and intra-bar granularity implemented along with TickReplay enabled to see intra-bar historical fills.Chelsea B.NinjaTrader Customer Service
Comment
-
I dont know why this is not working. I am executing by right clicking on chart and enabling in the control center. Also, i notice that when i change chart time frame the strategy time frame changes as well. Is there a way to make this static?
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
63 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
35 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
199 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
365 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
283 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|

Comment