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 CarlTrading, 03-31-2026, 09:41 PM
    1 response
    71 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    39 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    63 views
    1 like
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    62 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    53 views
    0 likes
    Last Post CarlTrading  
    Working...
    X