Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Enter as soon as indicator touch

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

    Enter as soon as indicator touch

    Hi
    ​​​​​​im doing a simple ema cross strategy. I want to enter a long when 9ema cross above 20ema. But I want to enter long as soon as 9ema touched 20ema. I don't want to wait until candle finish and enter in the next candle. I want in as soon as it touch.
    thank you

    #2
    Hello SuperDude123,

    Thanks for your post.

    As you are asking about a strategy we will move this thread into the NinjaTrader 8 strategy forum.

    From your description, it sounds like you are running your strategy with Calculate.OnBarClose which means your strategy would run once when the forming bar closes. The good of this is that the data does not change once the bar closes so you are assured that the EMA cross has occurred. The downside is as you have observed, the entry order is delayed.

    For live data, to enter on the first instance of the ema cross, you would need to use Calculate.OnPriceChange. The good is that your order is submitted immediately. The downside is that it is possible that by the end of the bar that the cross will have uncrossed (because of price retracement) and so it would "appear" that your order was submitted with no cross condition (when viewed historically). Also, with intrabar executions it will be possible that you can unintentionally place many orders in one bar because the cross condition can occur repeatedly as price oscillates within the bar. You would need to add further coding so that you only place one order. So you can enter as you wish using Calculate.OnPriceChange but you need to consider the risks in doing so.



    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by NullPointStrategies, Yesterday, 05:17 AM
    0 responses
    64 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    139 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    75 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    45 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    50 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X