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 argusthome, 03-08-2026, 10:06 AM
    0 responses
    66 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
    53 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X