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 CaptainJack, 05-29-2026, 05:09 AM
    0 responses
    321 views
    0 likes
    Last Post CaptainJack  
    Started by CaptainJack, 05-29-2026, 12:02 AM
    0 responses
    203 views
    0 likes
    Last Post CaptainJack  
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    190 views
    1 like
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    283 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    238 views
    0 likes
    Last Post CarlTrading  
    Working...
    X