Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

¿How can I attach a limit order to an Ema by ninjascript?

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

    ¿How can I attach a limit order to an Ema by ninjascript?

    Hello.

    I need to attach a limit order to an EMA by ninjascript. I´d like that when the price do something then a limit order is placed attached to the Ema.

    EnterLongLimit(0, true, DefaultQuantity, EMA2[0], "live until cancelled long"); This is what I am using but when the order is placed, it does not follow the EMA and it keep in the same price where it

    #2
    Hello jleira,

    Thank you for your post.

    The code you have will simply place the initial order based on whatever conditions you've chose and would only update the order if the conditions for entry are still true. What you'd need to do is resubmit the order on each bar so it sends an update to the order the next time it goes through On Bar Update. I've attached a very simple example - we save the initial order to an Order variable, then we check it to make sure the order is still active and if so we send a new update for the order so it follows the EMA plot. Once the order has filled and we're no longer in a flat position, we reset our order variable to null to prepare for the next entry.

    Please let us know if we may be of further assistance to you.
    Attached Files
    Kate W.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by funk10101, Today, 12:02 AM
    1 response
    11 views
    0 likes
    Last Post NinjaTrader_LuisH  
    Started by GLFX005, Today, 03:23 AM
    1 response
    6 views
    0 likes
    Last Post NinjaTrader_Erick  
    Started by nandhumca, Yesterday, 03:41 PM
    1 response
    13 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Started by The_Sec, Yesterday, 03:37 PM
    1 response
    11 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Started by vecnopus, Today, 06:15 AM
    0 responses
    1 view
    0 likes
    Last Post vecnopus  
    Working...
    X