Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Multiple Targets
Collapse
X
-
Multiple Targets
I am trying to exit half of my positions at 4T pofit and let the other half of my positions ride up to 8T profit. At the same time I would like to place a Breakeven once 4T is touched on all my positions. Is there a way to code this? I have been able to code the Breakeven portion, but the multiple tick targets is a challange for me. Can you help with this?Tags: None
-
lvaduva, this is possible to do in NinjaScript if you scale in first so you can scale out later with your exits, here's a sample to get you started coding this - http://www.ninjatrader-support2.com/...ead.php?t=3751
-
That is a great start. Can you help with the syntax, for a EnterLongLimit()
Currently I have:
EnterLongLimit(DefaultQuantity, Bollinger(Median, 1, 21).Upper[0] + 3 * TickSize, "");
From you example you use EnterLong("Long1a") how do I change this to EnterLongLimit syntax that I have above?
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
650 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
370 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
109 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
574 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
577 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment