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 andrewtrades, Today, 04:57 PM
    1 response
    6 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Started by chbruno, Today, 04:10 PM
    0 responses
    5 views
    0 likes
    Last Post chbruno
    by chbruno
     
    Started by josh18955, 03-25-2023, 11:16 AM
    6 responses
    436 views
    0 likes
    Last Post Delerium  
    Started by FAQtrader, Today, 03:35 PM
    0 responses
    7 views
    0 likes
    Last Post FAQtrader  
    Started by rocketman7, Today, 09:41 AM
    5 responses
    19 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Working...
    X