Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
getting the chart timeframe into an indicator
Collapse
X
-
getting the chart timeframe into an indicator
How to do I get the chart time-frame from inside an indicator or strategy. For example, say I have a simple strategy and I apply it to a 1-min chart, a 500-tick chart and a 3-range chart. Based on the chart type I may have different stop settings. Then what code should I add to the indicator/strategy to tell me which chart I am using? -
Hi franntOriginally posted by frannt View PostHow to do I get the chart time-frame from inside an indicator or strategy. For example, say I have a simple strategy and I apply it to a 1-min chart, a 500-tick chart and a 3-range chart. Based on the chart type I may have different stop settings. Then what code should I add to the indicator/strategy to tell me which chart I am using?
Using NinjaScript items from BarsPeriod (eg BarsPeriod.Id & BarsPeriod.Value ) should achieve what you're after... here is the link to the NinjaTrader help guide...
Cheers
-
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
161 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
308 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
245 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
349 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
179 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment