Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Automatically Place SL at High or Low of Previous Candle
Collapse
X
-
Automatically Place SL at High or Low of Previous Candle
Hello! I need some help creating a strategy that allows me to manually place market orders with the chart trader and it automatically places a stop loss at the high or low of the previous candle depending on if its a long or short position. I also want it to place a TP at a 1:1 from that. Can someone help me with this? Thanks!Tags: None
-
Hello BrennenHunter,
You could use the addon approach in an indicator to detect order submissions and automate sending exit orders.
In the indicator you would need to add an event handler method to the Account.OrderUpdate or Account.ExecutionUpdate event.
Join the official NinjaScript Developer Community for comprehensive resources, documentation, and community support. Build custom indicators and automated strategies for the NinjaTrader platforms with our extensive guides and APIs.
Join the official NinjaScript Developer Community for comprehensive resources, documentation, and community support. Build custom indicators and automated strategies for the NinjaTrader platforms with our extensive guides and APIs.
Then send order using Account.CreateOrder() and Account.Submit().
Join the official NinjaScript Developer Community for comprehensive resources, documentation, and community support. Build custom indicators and automated strategies for the NinjaTrader platforms with our extensive guides and APIs.
Join the official NinjaScript Developer Community for comprehensive resources, documentation, and community support. Build custom indicators and automated strategies for the NinjaTrader platforms with our extensive guides and APIs.
Below is a link to an example, ProfitCaseStopTrailIndicatorExample, that has sample code of using these events and methods.
Chelsea B.NinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
110 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
59 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
37 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
41 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
78 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment