![]() |
This website will be down for maintenance from Friday May 24th at 6PM MDT until Saturday May 25th at 11AM MDT. We apologize for the inconvenience. If you need assistance during this time, please email sales@ninjatrader.com
|
|||||||
| Charting Support for NinjaTrader Advanced Charting. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Member
Join Date: Apr 2008
Location: Bellingham, WA
Posts: 44
Thanks: 0
Thanked 0 times in 0 posts
|
NT + Zenfire is a great platform but one of the problems, for me anyways, is the following.
Let's say I've been using Pepe's channel tool on chart 1 which for illustration's sake is the YM 2 min. When I open a new YM 2 min chart, chart 2, all of the channels which were drawn on chart 1 are transferred to chart 2. On the other hand "Ninja specific" chart lines (horizontal, vertical or sloped lines) are not transferred to chart 2. The reason I'm opening a second YM 2 min is because I want a second time frame. Does anyone know a way around this? TIA lj |
|
|
|
|
|
#2 |
|
NinjaTrader Customer Service
Join Date: Feb 2009
Location: Denver, CO
Posts: 3,808
Thanks: 32
Thanked 134 times in 134 posts
|
Hello ljyoung,
Thank you for your post. Unfortunately lines drawn on one chart will not transfer when opening a new chart. I will forward this to our development team for future considerations. Please let me know if I may be of further assistance.
Christopher
NinjaTrader Customer Service |
|
|
|
|
|
#3 |
|
Administrator
Join Date: Nov 2004
Location: Denver, CO, USA
Posts: 11,163
Thanks: 6
Thanked 45 times in 32 posts
|
NT7 supports global draw objects. This will do what you want.
Here is a list of what's coming with NT7 - http://www.ninjatrader.com/webnew/NT7/NinjaTrader7.html
Ray
NinjaTrader Customer Service |
|
|
|
|
|
#4 | |
|
Member
Join Date: Apr 2008
Location: Bellingham, WA
Posts: 44
Thanks: 0
Thanked 0 times in 0 posts
|
Quote:
Apologies for the lack of clarity. lj |
|
|
|
|
|
|
#5 | |
|
Member
Join Date: Apr 2008
Location: Bellingham, WA
Posts: 44
Thanks: 0
Thanked 0 times in 0 posts
|
Quote:
lj |
|
|
|
|
|
|
#6 |
|
Member
Join Date: Apr 2008
Location: Bellingham, WA
Posts: 44
Thanks: 0
Thanked 0 times in 0 posts
|
While there are some very useful additions to NT7, what I still cannot find is a draw object for a set of parallel lines aka a channel. At present, the only 'tool' available for those who use channels is an indicator called "Pepe's Channels" or "PP_Channels" which unfortunately is a global indicator. This means that every new chart with the same time setting, let's say a 2 min/bar YM09-09, will have the channels from the previous chart.
So if I wished to open a new 2 min/bar YM09-09 chart but with a time range different from the old chart, let's say a CME Globex time range (essentially 24 hours) vs a regular futures trading hours time range (9:30 AM - 4:15 PM EST), the channels from the old chart are on the new chart and it's a mess. All of this crap could be avoided by having a channel tool as a drawing object with a choice as to whether or not I wish to carry it over (make it global). There have been any number of requests by users of NT who employ channels in their charting (a site search shows requests going back at least 2 years) for a simple channel-drawing tool. Such requests have been duly noted by Admins and CS people but nothing ever happens. The regression channel tool is NOT what most people want but rather a very basic parallel lines tool. Software/trading platforms of considerably less sophistication than NT, I won't bother to name them, have this simple device. Surely the code honchos at NT can come up with something. C'mon guys give the channel people a break. Channel people have feelings too and besides, there's a lot more of us than traders who use Andrew's pitchforks or Fib circles. TIA lj PS: If all you do is 'duly note' me, I will, like a small child with a behaviour problem, hold my breath until I turn blue and upon recovery (possibly after a convulsion or two) contact my lawyers. |
|
|
|
|
|
#7 |
|
Junior Member
Join Date: Mar 2008
Posts: 14
Thanks: 0
Thanked 0 times in 0 posts
|
Instead of holding your breath until you turn blue, better spend your time and try to understand how PP_Channels works
![]()
_dir = Environment.GetFolderPath Environment.SpecialFolder.....
_fileName = _dir + Instrument.FullName + "_" + Bars.Period.Value + ".dat"
Unique file name per chart
in the Variables region add the new variable chartID: in the Properties region add these lines:
_fileName = _dir + Instrument.FullName + "_" + Bars.Period.Value + "_" + chartID + ".dat"
e.g. ljyoung_is_happy, now the file name is ES 09-09_5_ljyoung_is_happy.datUnique file name per session
string sessionID = Bars.SessionBegin.ToString("HHmm") + "-" + Bars.SessionEnd.ToString("HHmm");
_fileName = _dir + Instrument.FullName + "_" + Bars.Period.Value + "_" + sessionID + ".dat"
|
|
|
|
|
|
#8 | |
|
Member
Join Date: Apr 2008
Location: Bellingham, WA
Posts: 44
Thanks: 0
Thanked 0 times in 0 posts
|
Quote:
The challenge to the enterprise NT coders stands! Dumb down and extend a helping hand to dull-witted channel traders. Thank you again B2 for your help. lj |
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Charting/Historical Data Problem | Tooker | Miscellaneous Support | 3 | 07-24-2008 11:56 PM |
| Odd 6J charting problem | Taters | Charting | 1 | 06-02-2008 09:30 AM |
| Gain/eSignal charting problem | Elliott Wave | Charting | 2 | 05-09-2008 01:55 PM |
| Charting problem with IB | jcsteward | Charting | 2 | 06-12-2007 01:38 PM |
| Charting Problem | Greg1 | Charting | 2 | 04-14-2007 01:46 PM |