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 FrazMann, Today, 11:21 AM
    0 responses
    3 views
    0 likes
    Last Post FrazMann  
    Started by geddyisodin, Yesterday, 05:20 AM
    8 responses
    52 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Started by cmtjoancolmenero, Yesterday, 03:58 PM
    10 responses
    36 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by DayTradingDEMON, Today, 09:28 AM
    4 responses
    24 views
    0 likes
    Last Post DayTradingDEMON  
    Started by George21, Today, 10:07 AM
    1 response
    19 views
    0 likes
    Last Post NinjaTrader_ChristopherJ  
    Working...
    X