Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Program Stops with NinjaScript
Collapse
X
-
Program Stops with NinjaScript
I would like to be able to program stops similar to ATM strategies, but inside of NinjaScript. Is it possible to do this without having a fully automated strategy? Would like a manual entry. -
Hello Lumbeezl,
Thank you for the post.
This is possible to combine manual entries with NinjaScript now, this is considered an Addon task. Take the superdom for example, it combines manual trading with ATM strategies. You can also do this in your code in a similar way although this is a more complex type of script.
The following pages would be good areas to start learning:
In the first link, it shows how to observe an account and its executions. With that, you can use the Submit method to create other orders much like you would in a strategy.
Because this is coming from the addon namespace, you don't need to use a strategy specifically. This code could be in an indicator or other types. You could even go as far as making an addon that creates a new window with buttons.
I look forward to being of further assistance.
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
69 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
42 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
24 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
27 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
54 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment