Announcement

Collapse
No announcement yet.

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

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    88 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    134 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    68 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    119 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    67 views
    0 likes
    Last Post PaulMohn  
    Working...
    X