Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
How to use ATM Strategy with Strategy Builder?
Collapse
X
-
How to use ATM Strategy with Strategy Builder?
I'm testing a simple Strategy in strategy builder and while I can get it to enter long, I am not sure how to tell it to use an ATM where I have 2 contracts with different stops.Last edited by MatthewLesko; 07-09-2021, 11:01 PM. -
Hello MatthewLesko,
Calling an Atm Strategy instead of using NinjaScript Strategy stop losses and trailing stops uses a separate advanced set of methods and cannot be setup with the Strategy Builder.
The Strategy must be programmed manually in the NinjaScript Editor using Atm Strategy methods.
When using Atm Strategy Methods the Atm strategy is basically send to the core to be handled. It is then completely abandon by the strategy, other than the id that can be used to retrieve the state.
Orders placed through Atm Strategy methods do not affect the Strategy Position and do not affect the StrategyPerformance.
Think of these as manually placed orders that are not part of the strategy, but still are able to have the entry automated with logic.
Below are links to the help guide on Atm Strategy Methods.
Atm Strategy Methods - https://ninjatrader.com/support/help...gy_methods.htm
Using Atm Strategy Methods - https://ninjatrader.com/support/help...strategies.htm
Included with NInjaTrader is a strategy named SampleAtmStrategy which demonstrates.
In the Straetgy Builder, it would be necessary to use Exit orders and control the prices of these with logic.
Below is a link to examples.
Chelsea B.NinjaTrader Customer Service
- Likes 2
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