Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Strategy with different time frames
Collapse
X
-
Strategy with different time frames
I developed a strategy that has CalculateOnBarClose = false calculations to update the single tick. I want to use the same strategy basat indicators on the bar at one and five minutes. How do I proceed? ThankTags: None
-
Using OnMarketDepth () to access prices in level II, and then I imposed CalculateOnBarClose = false to be able to update tick by tick. In the meantime would like to use the signals from the two indicators based on time frames of one and five minutes. How do I get the values of two indicators in the same strategy when CalculateOnBarClose = false?
Comment
-
onurbbruno, you could call the indicators in the if (FirstTickOfBar) context and then reference one bar back to make up for calling it on the open tick of the next bar instead of the closing tick of the previous (as you wanted to work with CalculateOnBarClose = false in realtime.
Comment
-
Strategy with different time frames
Thanks for the reply.Immediately apply the information you gave me.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
566 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
330 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
547 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
548 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment