Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Move Stop eSignal/NT ATI

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

    Move Stop eSignal/NT ATI

    Hello, I am relatively green in ATI coding interfacing NT and esignal and whereas I understand well the content of the NT helpfile, I cannot seem to find how to create and move targets. Is there any documentation on that or could someone give me a quickstart on it?

    Many thanks,

    Tao-Nhan
    Last edited by TaoNhan; 09-18-2007, 10:01 AM.

    #2
    To clarify, have you reviewed the Help Guide on all of the eSignal DLL functions for placing orders?
    RayNinjaTrader Customer Service

    Comment


      #3
      .

      Well yes I have looked at that part, but maybe i missed something.

      Here is what i have now:

      if (NTMarketPosition("") == 0 && pending == 1) {
      NTBuyMarket("MyOrderId0", ncontracts);
      NTSellStopLimit("MyOrderId0", ncontracts, limitPrice, stopPrice) ; //stop loss?
      NTSellLimit("MyOrderId0", ncontracts, limitprice); // target?
      pending = 0;
      }

      Is that correct? I notice that when the trade exits (say with stop), the NTSellLimit order doesn t disapear
      Last edited by TaoNhan; 09-18-2007, 11:34 AM.

      Comment


        #4
        Several things -

        - Make sure your orderId values are unique for each orders submitted
        - Send stop/target orders once you have confirmed that your entry order has been filled
        - If a stop or target is filled, you need to manually cancel the other order
        - You can send OCO orders by providing unique OCO ids for each bracket order pair, you have to use the NTCommand() function for this
        RayNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

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