Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Where's the StopLoss
Collapse
X
-
Hello Bluebeep, Thanks for your post.
You would need to calculate this with your code. When you say "set a stop loss at x ticks" that means to set the stop x ticks away from your average entry, whatever that price may be. Set up a int variable at the class level that represents the tick value being used, then if you are long, the price the stop will be at will be written as such: var stopprice = Close[0]-TickSize*<number of ticks for the stop>.
Best regards.
-
That makes sense I'll use it. Thanks. However, as a possibility this might help for the future (maybe a feature request, and maybe to make things a bit easier) - there's a line on my screen where the stop-loss is. Give me a hook so I can get it's value. For example: Your.Cool.Stoploss[0]. Would be amazing to grab Your.Cool.Stoploss[1] no?
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Today, 05:17 AM
|
0 responses
41 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