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 Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
558 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
324 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 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
545 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
547 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment