PS I apologize if that is not explained the
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
need help
Collapse
X
-
need help
tell me please, how can a designer of strategies (built into NinjaTrader) prescribe the choice ATM strategy.
PS I apologize if that is not explained theTags: None
-
Hello viktor-chel,
Thanks for the post and welcome to the NinjaTrader forums! There is a sample available in all installations you can see for reference. Click Tools > Edit NinjaScript > Strategy > SampleAtmStrategy.
Excerpt from the sample.
Code:// **** YOU MUST HAVE AN ATM STRATEGY TEMPLATE NAMED '[COLOR="Blue"]AtmStrategyTemplate'[/COLOR] CREATED IN NINJATRADER (SUPERDOM FOR EXAMPLE) FOR THIS TO WORK **** if (orderId.Length == 0 && atmStrategyId.Length == 0 && Close[0] > Open[0]) { atmStrategyId = GetAtmStrategyUniqueId(); orderId = GetAtmStrategyUniqueId(); AtmStrategyCreate(Cbi.OrderAction.Buy, OrderType.Limit, Low[0], 0, TimeInForce.Day, orderId, "[COLOR="blue"]AtmStrategyTemplate[/COLOR]", atmStrategyId); }Ryan M.NinjaTrader Customer Service
-
I realized ... this is an example of ATM, but I would like to understand how the designer Ninja (tools-new-strategy .....) here to register ATM
Comment
-
Comment
-
Thanks for the video. It sounds like you are having difficulty with the custom NinjaScript strategy you're using. For this, you will want to work with the author or vendor. We did not create this, and are just not able to offer support for 3rd party scripts.Ryan M.NinjaTrader Customer Service
Comment
-
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
106 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
54 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
36 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
38 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
74 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment