I'd like to create a wrapper for the indicator where I can just specify the timeframe multiplier, rather than the absolute timeframe to operate on. In order to do that, I'd need something like a "CurrentTimeframe" variable. Does something like that exist?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Current Timeframe Variable
Collapse
X
-
Current Timeframe Variable
I have an indicator that operates on a higher timeframe, but it needs to be specified manually. I always set it to 4x current timeframe (e.g., if the chart is a 15 minute, it operates on a 60 minute). If I change timeframes, I need to change the indicator parameters manually, and if I go to a higher timeframe than the indicator is operating on, it breaks everything. So far, my best workaround has been to have a template for every single timeframe and load that template as necessary.
I'd like to create a wrapper for the indicator where I can just specify the timeframe multiplier, rather than the absolute timeframe to operate on. In order to do that, I'd need something like a "CurrentTimeframe" variable. Does something like that exist?Tags: None
-
DMC,
From inside an indicator/strategy you can use :
Bars.Period.Id.ToString() and Bars.Period.Value.ToString()
Regards,
Pablo Maglio
www.TheIndicatorStore.com
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
29 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
17 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
9 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
15 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
18 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment