Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Using Strategy Builder to Filter Days by First Hours activity

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

    Using Strategy Builder to Filter Days by First Hours activity

    Based on the activity of the first hour of the day, I would like to sort out which approach is used that day. Basically how do I code:

    If VOL < 350k in the time frame 09:30AM to 10:30AM, use plan A. if not, Plan B.

    #2
    Hello Raginpower,

    Measuring the volume between two specific times would mean adding it together. The only math available in the strategy builder is with offsets on series. Any further math would require unlocking the script and coding by hand.

    This may work with series.

    Try adding a custom series. Then in a time filter from 9:30 AM to 10:30 AM set the value of the series to the previous bars value with an offset adding the Volume of the current bar.

    Below is a link to a video of saving volume using offsets in the Strategy Builder.


    Also, below is a link to the Strategy Builder 301 training video on time filters.


    From there you could set a bool in a condition after 9:30 that checks what was collected, and in each condition set that has the logic to place orders, require this bool to be true.
    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CarlTrading, 03-31-2026, 09:41 PM
    1 response
    46 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    22 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    33 views
    1 like
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    50 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    42 views
    0 likes
    Last Post CarlTrading  
    Working...
    X