Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Adding sell order 4 ticks above entry price in Ninjascript
Collapse
X
-
Adding sell order 4 ticks above entry price in Ninjascript
Hello, I apologize if this is a amateur question but I cant seem to figure out how to enter a sell order say 4 or however many ticks above my entry price. Same goes for shorts, I can enter a short trade with my script but as soon as I am in the money trading the ES it wont trigger my sell order for however many ticks I set it to. If someone can just point me in the right direction of how to either add or edit my code to where it will set a sell order for long trades or buy order for my short trades. ThanksTags: None
-
Hello Endlessweek122,
Thanks for your post and welcome to the NinjaTrader forums.
If you are the Strategy Builder, you would set your profit target and stop orders in the "Stops and Targets" page.
If you are programming directly in Ninjascript then you can use SetProfitTarget() and SetStopLoss() as these methods will be OCO tied to your entry order.
Here are links to these methods:
I would also suggest reviewing the "Managed approach" document for further guidance: https://ninjatrader.com/support/help...d_approach.htm
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Today, 05:17 AM
|
0 responses
39 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
124 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
64 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
41 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
46 views
0 likes
|
Last Post
|

Comment