If VOL < 350k in the time frame 09:30AM to 10:30AM, use plan A. if not, Plan B.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Using Strategy Builder to Filter Days by First Hours activity
Collapse
X
-
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.Tags: None
-
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
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Yesterday, 05:17 AM
|
0 responses
56 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
133 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
73 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
45 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
49 views
0 likes
|
Last Post
|

Comment