Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Enter Position On Same Bar When Conditions Are Met

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

    Enter Position On Same Bar When Conditions Are Met

    Hey, I'm trying to have the short position opened when the conditions are met. The problem I'm having is that once the conditions are met the short position is opened one the next bar. Is there a way to have this position open on the same bar the condition was met?

    Thanks you for your time and help!

    #2
    Hello xNICK,

    Thanks for your post.

    When looking at historical trades the strategy would operate as if Calculate.OnbarClose were true and that is the expected behavior (detect condition/place order, order filled on next bar).

    For live data, to detect the cross and immediately place the order and fill within the same bar you would need to use the mode of Calculate.OnPriceChange or Calculate.OnEachTick. These modes will cause your script to recalculate on each price change or each tick instead of once per bar. As such you may find that cross conditions can occur and then can uncross while price oscillates within the bar then cross again and uncross, etc, etc, and this can lead to multiple unexpected orders. You would need to code your strategy to prevent this possible re-entry of conditions.

    Comment


      #3
      Ok I already had my strategy set to Calculate.OnPriceChange. Then when I ran it the historical data won’t act the same. I didn’t know the historical data only Calculate.OnBarClose, that’s good to know.

      Thnanks again for your time and help!

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by NullPointStrategies, Yesterday, 05:17 AM
      0 responses
      65 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