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 sjsj2732, Yesterday, 04:31 AM
|
0 responses
33 views
0 likes
|
Last Post
by sjsj2732
Yesterday, 04:31 AM
|
||
|
Started by NullPointStrategies, 03-13-2026, 05:17 AM
|
0 responses
286 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
284 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
133 views
1 like
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
91 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|

Comment