I am building a strategy using the wizard. I want to make a condition regarding the high / low of the time period, e.g. if Close (Price) > High (Price) between 10:00am - 11:00am. Is it possible and how I can accomplish this? Thanks.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
HiLo of a specific time period
Collapse
X
-
HiLo of a specific time period
Hello,
I am building a strategy using the wizard. I want to make a condition regarding the high / low of the time period, e.g. if Close (Price) > High (Price) between 10:00am - 11:00am. Is it possible and how I can accomplish this? Thanks.Tags: None
-
Pipal, thank you for your questions, and what you wish to accomplish is possible in the wizard.
In one of your condition sets, you can check the timestamps of each bar to see if they're in the range you have set. The next step would be to store the highs and lows into a user defined variable only if the bar's high [low] is higher [lower] than your stored variable.
See attached screen shot to get an idea for how you can do this for the highs side.AustinNinjaTrader Customer Service
-
Comment
-
Time Indicator
Anybody who could help me in making indicator that will compare the current time and the time when the market is open or trading is present? The market will open every monday morning at 6:00 am.Help please
Comment
-
Pipal, in general what Austin suggested coding wise should work well - for your entry condition then, please try for example without the time filter just entering as Close cross the found High, perhaps the time filter is too restrictive?Originally posted by pipal View PostThanks Bertrand. I tried to work it on 1 min chart, and no trade is ever triggered in different months of data.
I have some other setups that work well in backtesting, and want to add HiLo as one of the conditions.
Comment
-
luxurious_04, you could custom code an indicator for example changing the backcolors of the chart panels if your Time condition is true -Originally posted by luxurious_04 View PostAnybody who could help me in making indicator that will compare the current time and the time when the market is open or trading is present? The market will open every monday morning at 6:00 am.Help please
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
71 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
42 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
25 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
28 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
56 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment