Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
CreateOrder with ATM
Collapse
X
-
Hello,
This should also be able to be accomplished from an indicator. Can you tell me what methods you are looking at specifically?
A good majority of the Addon related code can be used throughout the platform in the different types. The best judge if this would work or not would be to try the code you are reviewing in an indicator. If you are able to just copy and paste it in, likely it will work the same. Otherwise if there are errors you may need to adjust the code in order to be used in a indicator.
I look forward to being of further assistance.
-
a - my account
This code works without errors, but nothing happensCode:Order buyOrd = a.CreateOrder(Instrument,OrderAction.Buy,OrderType.Market,TimeInForce.Day,1,0,0,"myOCO","Buy Market",null); NinjaTrader.NinjaScript.AtmStrategy.StartAtmStrategy("ATM2", buyOrd);
Comment
-
Hello,
Thank you for the reply.
I believe this is due to the signal name you are using.
I see that the help guide sample is working correctly where what you have provided is not.
Using the signal name "Entry" specifically I see this working correctly. The ATM strategy specifically would be looking for ATM related signal names.
I will need to verify this with development as that is not documented that the SignalName Entry should be used specifically. .
I look forward to being of further assistance.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
662 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
376 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
110 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
575 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
580 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment