Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Changing chart timeframe.
Collapse
X
-
-
Hello blekdzhon,
Thanks for opening the thread.
It is possible to load a separate data series and use the data series for calculation, but it is not possible to dynamically load a new data series or change the primary data series (the bar type, period, and time frame.)
We are tracking interest in dynamically loaded data series', but as this is more in reference to changing the primary data series, I will submit a separate feature request on your behalf. I'll update this post with the feature request ticket ID when I receive it.
EDIT: This feature is being tracked with the Dynamically added additional data series feature request. The ticket ID is SFT-882 and can be noted in the release notes pages of the help guide for the version of NinjaTrader 8 that includes that feature's implementation.
Release Notes: https://ninjatrader.com/support/help...ease_notes.htm
Please let me know if I may be of further assistance.Last edited by NinjaTrader_Jim; 06-13-2017, 09:55 AM.
-
Is there a way to access the timeframe of a chart via code so I have multiple charts running and for example have a signal on a 50 tick chart or 100 tick chart and want to send an alert to the alerts window along the lines of 'FDAX 50 tick chart signal A detected', 'FDAX 100 tick chart signal B detected'?Originally posted by blekdzhon View PostHello. Is there a way to change timeframe of chart via code?
Comment
-
Hello mballagan,
Yes, you can check BarsPeriod and Instrument.MasterInstrument (for BarsInProgess 0 for multi series NinjaScripts) to get information about the data series that the NinjaScript is attached to.
Alerts can be sent with the Alert() method.
Here are links to openly available documentation on the items discussed.
Instrument.MasterInstrument.Name - https://ninjatrader.com/support/help...ument_name.htm
BarsPeriod - https://ninjatrader.com/support/help...barsperiod.htm
Alert() - https://ninjatrader.com/support/help...n-us/alert.htm
If you have any questions on the items referenced here, please don't hesitate to bump the thread.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
649 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
370 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
109 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
574 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
576 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment