Thanks
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
reassign bar slot
Collapse
X
-
reassign bar slot
Having an issue with custom bar type not appearing on charts - possible slot conflict. Please provide instructions on how to assign a new slot number for a custom bar type.
Thanks -
Hello srbdoc,
Each custom barstype has a predefined 'slot' in which it would be sit in NT's type collection, in total there are 15 slots available (.Custom0 - Custom9 + .Final0 - Final4).
If you run into an issue with selecting or importing custom type for use, it could be another custom type installed as well would already take of of the slots above. There is for example an addon type from Rjay called ChannelTrend, it defaults to use .Custom5
You may have to modify the code of the bar type, which in your case might look like
Code:Public userUSABarType() : base(ChartStyleType.Custom8
Code:Public userUSABarType () : base(ChartStyleType.Custom9)
Please let us know if you need further assistance.
(Update Jan 6th, re-uploaded as an importable NinjaScript .zip file)Attached FilesLast edited by NinjaTrader_ChelseaB; 01-06-2019, 02:45 PM.Alan P.NinjaTrader Customer Service
-
Hello music_p13,
Below is a link to the User App Share section of the NinjaTrader Ecosystem where a similar indicator for NinjaTrader 8 can be found.
This is just a simple script which prints the BarsTypes and their BarsPeriodType ID as an integer. This is to aid in finding BarsPeriodType ID’s for the use with AddDataSeries syntax. For more apps from this user, check out the Trendline Detection tool!
The NinjaTrader Ecosystem website is for educational and informational purposes only and should not be considered a solicitation to buy or sell a futures contract or make any other type of investment decision. The add-ons listed on this website are not to be considered a recommendation and it is the reader's responsibility to evaluate any product, service, or company. NinjaTrader Ecosystem LLC is not responsible for the accuracy or content of any product, service or company linked to on this website.Chelsea B.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Started by raysinred, 04-06-2025, 01:52 PM
|
15 responses
132 views
0 likes
|
Last Post
|
||
Started by Str8boominit, 04-14-2025, 06:03 PM
|
7 responses
85 views
0 likes
|
Last Post
|
||
Started by pjsmith, 10-01-2019, 08:59 AM
|
27 responses
1,997 views
0 likes
|
Last Post
|
||
Started by Zazzgram91, 04-01-2025, 01:49 PM
|
6 responses
65 views
0 likes
|
Last Post
![]()
by Zazzgram91
Today, 12:49 PM
|
||
Started by TAJTrades, Today, 09:01 AM
|
5 responses
29 views
0 likes
|
Last Post
|
Comment