Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Generate TARGET/STOP orders in NT with e-mail link to TS

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

    Generate TARGET/STOP orders in NT with e-mail link to TS

    Hello,

    I'm using the SMTP e-mail link from Ninja to Tradestation. I would like for my stop/profit target limit orders to be generated the moment a trade is entered. How do I do this?

    Right now, my EL code looks like this:

    if value = true then begin
    PricetoShort = close;
    Sell Short next bar at PricetoShort limit;

    if marketposition = -1 then
    Buy to cover next bar (limitprice + 1.00) limit;
    Buy to cover next bar (limitprice - 1.00) stop;

    EXAMPLE:

    BUY 1300.00
    SELL LIMIT 1301.00
    STOP LIMIT 1299.00

    This isn't working right now -- how do i do this? Thanks!

    #2
    You can try using the setting "Submit as-is"



    Keep in mind, NT will only generate orders as TS sends out an email notification on the order.
    RayNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by pibrew, Today, 06:37 AM
    0 responses
    0 views
    0 likes
    Last Post pibrew
    by pibrew
     
    Started by rbeckmann05, Yesterday, 06:48 PM
    1 response
    12 views
    0 likes
    Last Post bltdavid  
    Started by llanqui, Today, 03:53 AM
    0 responses
    6 views
    0 likes
    Last Post llanqui
    by llanqui
     
    Started by burtoninlondon, Today, 12:38 AM
    0 responses
    10 views
    0 likes
    Last Post burtoninlondon  
    Started by AaronKoRn, Yesterday, 09:49 PM
    0 responses
    15 views
    0 likes
    Last Post AaronKoRn  
    Working...
    X