Scenario: I want to use an ATM strategy in a strategy for placing orders but would like to modify the ATM strategy sometimes.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Is an ATM Strategy User Accesable
Collapse
X
-
Is an ATM Strategy User Accesable
Can an ATM strategy definition be read or modified. I didn't know if it was stored somewhere in an XML file.
Scenario: I want to use an ATM strategy in a strategy for placing orders but would like to modify the ATM strategy sometimes.Tags: None
-
Hello ct,
The only supported way you can modify an ATM Strategy is by opening up an Order Entry for example an SuperDOM, select the ATM Strategy, modify it, and then save it again.
The ATM Strategies are going to be saved in the NinjaTrader Database file ( Documents -> NinjaTrader 7 -> db -> NinjaTrader.sdf ) so it will not be easily open and modified via code.
This is a Microsoft SQL file, which can be modified but would require quite a bit of SQL and coding knowledge to be able to change this.
You may want to make multiple ATM Strategies and then use a user defined input parameter to change the name of the ATM Strategy that you would like to use.JCNinjaTrader Customer Service
-
What you could do, is to create several ATM strategies and save them, and then let your automated strategy select one of them. Once the ATM strategy has been activated by your strategy, it cannot be modified anymore.Originally posted by ct View PostCan an ATM strategy definition be read or modified. I didn't know if it was stored somewhere in an XML file.
Scenario: I want to use an ATM strategy in a strategy for placing orders but would like to modify the ATM strategy sometimes.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
647 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
369 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
108 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
572 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
573 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment