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 DannyP96, 05-18-2026, 02:38 PM
    1 response
    25 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    115 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 05-10-2026, 08:12 PM
    0 responses
    69 views
    0 likes
    Last Post CarlTrading  
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    225 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Started by CaptainJack, 04-24-2026, 11:07 PM
    0 responses
    411 views
    0 likes
    Last Post CaptainJack  
    Working...
    X