Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Combining ATM Strategy and Ninjascript
Collapse
X
-
Combining ATM Strategy and Ninjascript
I have a ninjascript strategy running that will enter my orders at the right time but I want to combine that with an ATM strategy that will set my profit and stop loss points. I can't get them to run together, any help would be appreciatedTags: None
-
Mickslash, welcome to our forums here - which exact issues do you face when attempting to call the ATM templates for exit management? I suggest you closely work along side our 'SampleAtmStrategy' installed per default with NT. Please also keep in mind those can't be backtested then and that you need to call the exact template name as saved / setup in the DOM or ChartTrader.
-
Riverend, unfortunately you can't call ATM templates for exit management from the wizard - this will need to be done by custom coding as shown for example in the SampleAtmStrategy code I referred you to. You basically call the AtmStrategyCreate() in your code instead of for example the regular Enter() method, then you can define which ATM template to call to manage the exits for this entry.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
109 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
40 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