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 Hwop38, 05-04-2026, 07:02 PM
|
0 responses
166 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
320 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
246 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
350 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
179 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment