Thank you for your kind words.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Add NinzaRenko and 5minute chart to the Strategy
Collapse
X
-
Originally posted by trdninstyle View Post
Thank you for your kind words.
- Likes 1
-
That ID thought it was referring to something else like from a purchase because when I looked it up it was for $0 so u needed a purchase ID making it more complicated than necessary.
But I see what u are saying now.
Are you the one who created the BltTriggerLine? I use that a lot, thanks for making it.
Leave a comment:
-
Originally posted by trdninstyle View PostAnd it doesn't require ID#'s to mess with.
Every custom BarsType has a unique ID# associated with it.
NinzaRenko and UniRenko are both custom BarTypes, ergo, by definition,
they will have a ID# that you must specify when used with AddDataSeries.
Leave a comment:
-
I was curious and looked up ninzarenko bars, it doesn't look any different than UniRenko bars. And it doesn't require ID#'s to mess with.
There free on the site these are the settings that I use because there uniformed.
2-4-9,
2-6-14,
2-12-26.
They look exactly the same as ninzarenko bars.
Two cents you can gladly pay me on Wednesday. (Reference, that guy that was always eating hamburgers on Popeye)
Leave a comment:
-
Also, recommend you go to the third-party website where you
got the Ninza Renko bars and read it carefully.
It tells you integer value for BarsPeriodType in the Overview section,
"To other vendors/developers: ninZaRenko’s ID is 12345. Each custom
bar type on the market should have a different ID, so that ID interference
can be avoided."Last edited by bltdavid; 12-12-2022, 05:43 PM.
Leave a comment:
-
Hello bahmaniq,
You would need to use the AddDataSeries for custom bars types.
From the help guide page for AddDataSeries:
Tips:
2. You can add a custom BarsType which is installed on your system by casting the registered enum value for that BarsPeriodType. For example: AddDataSeries((BarsPeriodType)14, 10);
3. You can specify optional BarsPeriod values (such as Value2) of a custom BarsType in the BarsPeriod object initializer. For example: AddDataSeries(new BarsPeriod() { BarsPeriodType = (BarsPeriodType)14, Value = 10, Value2 = 20 });
Leave a comment:
-
Add NinzaRenko and 5minute chart to the Strategy
My strategy is based on NinzaRenko bars and 5minute chart. How can I add NinzaRenko chart to 5minute chart in a strategy?Some of indicators are based on NinzaRenko and Some of them are based on regular 5 minutes chart. There is Addrenko function but I could not find anything about NinzaRenko. Is there a way to implicity add custom chart to a known chart like 5minutes?
Latest Posts
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Started by Chuso, 01-14-2025, 03:41 AM
|
4 responses
20 views
0 likes
|
Last Post
by Chuso
Today, 04:50 AM
|
||
Started by steinberg123, 01-09-2025, 05:48 AM
|
3 responses
38 views
0 likes
|
Last Post
by steinberg123
Today, 02:45 AM
|
||
Started by Mindset, 01-14-2025, 05:33 AM
|
2 responses
12 views
0 likes
|
Last Post
by Mindset
Today, 02:43 AM
|
||
Started by steinberg123, Today, 02:43 AM
|
0 responses
5 views
0 likes
|
Last Post
by steinberg123
Today, 02:43 AM
|
||
Started by r68cervera, Today, 02:22 AM
|
0 responses
7 views
0 likes
|
Last Post
by r68cervera
Today, 02:22 AM
|
Leave a comment: