Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

ATM Strategy Reverse

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    ATM Strategy Reverse

    I am using an ATM strategy.

    I use the following command to inter a trade:
    Code:
    AtmStrategyCreate(Cbi.OrderAction.Buy, OrderType.Limit, GetCurrentBid()+ TickSize, 0, TimeInForce.Day, orderId, "IQMulti", atmStrategyId);
    I use this command to ext the trade:
    Code:
    AtmStrategyClose(atmStrategyId);
    These work fine.

    Rather than exit the trade I would like to reverse the position.
    Is this possible.

    Thanks,

    #2
    Hello DavidHP,

    Thank you for your post.

    This is possible, but requires using specific Ids for the short and long orders. I have created an example that details this, you can find it at the following link: http://ninjatrader.com/support/forum...d=5&linkid=615

    Please let me know if you have any questions.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    88 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    48 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    30 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    33 views
    0 likes
    Last Post TheRealMorford  
    Started by Mindset, 02-28-2026, 06:16 AM
    0 responses
    68 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X