Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Gap detection at the beggining of the day

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

    Gap detection at the beggining of the day

    Hi,
    I'm building my own strategy and I'd like to detect days with gap between closing market at 4PM and the the opening bell (9H30) and avoid entering position during the first hour, using the strategy builder, is there a simple way to be able to detect it at 9H30, i thought doing it by adding price condition at 9H30 and compare it the the one at 4pm the day before but the price have only var parameter and not the day/time.
    Is there a simple way to detect these kind of gaps ?
    Thanks

    #2
    Hi bourasrafik, thanks for posting. There is an example here on making a time filter:


    The idea here would be to only trade if the times land within the defined time filter.

    Comment


      #3
      Hi Chris, I'm able to filter by time and by date but I need to detect the jump between 4pM closing price and 9H30AM opening price and if greater than a predefined value I do not enter a trade for few hours, it's simple to do it by code by I'm looking to a way to do it in the builder to avoid to an endless coding cycles
      It should work in both sides (like using ABS function)
      Thanks

      Comment


        #4
        Hi bourasrafik, the strategy builder can not do arithmetic on the data it's given, the script would need to be unlocked to take the difference of the close prices.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by NullPointStrategies, Today, 05:17 AM
        0 responses
        50 views
        0 likes
        Last Post NullPointStrategies  
        Started by argusthome, 03-08-2026, 10:06 AM
        0 responses
        126 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        69 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        42 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        46 views
        0 likes
        Last Post TheRealMorford  
        Working...
        X