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 argusthome, Yesterday, 10:06 AM
|
0 responses
14 views
0 likes
|
Last Post
by argusthome
Yesterday, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
11 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
9 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
4 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
31 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment