Currently only HLOC, typical on time based bar.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
need to have Range bar as input in Indicator/Strategy
Collapse
X
-
If you want range bars, you need to run off of range charts.
Indicators are not multi-series so this is the only way to achieve it, run it off of a range chart to begin with.
Strategies can be multi-series. If you want range bars you need to program it. This is not available in the Strategy Wizard.
Code:Add(PeriodType.Range, 4);
Josh P.NinjaTrader Customer Service
-
Plot = those things under the chart?
And drawing is on the Price chart?
Just want to be clear.
But then it runs into another problem I asked in another thread, when I run strategy, I cant trade on chart, unless i run indicator. That's why I changed to making a new indicator. Now indicator cant run specified type of price method... And back to strategy, but no chart trading, and cant put signals on the Panel 2, 3, 4.. The loop
Wondering why not have all features on all set, probably NT's development session decided this is not useful.
Comment
-
NT7 will have strategy persistence in that any strategies you had on the chart will be recovered onto the same chart the next time you start NT. The strategies won't be started, but they will be available for a one click enable process through the Strategies tab.Josh P.NinjaTrader Customer Service
Comment
-
bertrand, just realized you are different user reply this thread. no wonder you dont follow it. np
Yes, i tried to use Range to calculate price in Strategy.
But I want to show the strategy on a minute chart, so I have to hard code the Range as input price type inside Strategy.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
153 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
306 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
244 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
345 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
176 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment