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 habeebft, Today, 07:27 AM
    1 response
    11 views
    0 likes
    Last Post NinjaTrader_ChristopherS  
    Started by AveryFlynn, Today, 04:57 AM
    1 response
    12 views
    0 likes
    Last Post NinjaTrader_Erick  
    Started by Max238, Today, 01:28 AM
    4 responses
    37 views
    0 likes
    Last Post Max238
    by Max238
     
    Started by r68cervera, Today, 05:29 AM
    1 response
    10 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by geddyisodin, Today, 05:20 AM
    1 response
    14 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Working...
    X