![]() |
|
|||||||
| Version 7 Beta General Questions & Bug Reports Ask questions here and post bug reports. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Certified NinjaScript Consultant
Join Date: Sep 2006
Location: New York, USA
Posts: 774
Thanks: 1
Thanked 7 times in 5 posts
|
NT,
I may have stumbled upon a bug when trying to add a Tick period to an indicator. I add these data series as such Code:
protected override void Initialize()
{
Add(Instrument.FullName, PeriodType.Tick, 1, MarketDataType.Bid);
Add(Instrument.FullName, PeriodType.Tick, 1, MarketDataType.Ask);
}
When applying the indicator to a 1M LAST EURJPY chart with 1 day loaded it loads fine. I set this 1 day via the "Data Series" window, with Load data base on --> day Days to load --> 1 If I increase the number of days load to 2 days (and I only have 1 days worth of bid / ask tick data in my database), my NT locks with the chart "updating." I set this 2 day via the "Data Series" window, with Load data base on --> day Days to load --> 2 Now, whats interesting is that if I change the method in which I am loading data over to: Load data based on --> Bars Bars to load = 2880 = 24 * 60 * 2 (2 days worth of 1M bar data) This leads me to believe there is a bug when Loading data based on day over bars. I believe there may also be an overlay issue where the tick data is not aligned to its appropriate bar depending on how much data is loaded, but this I have to verify. Can you please try to reproduce and verify. Indicator attached. I am running NT7B19, Win7 64-bit, MBTrading data feed. Thanks
"You look closely enough, you can find everything has a ... weak spot where it can break, sooner or later"
PureLogikTrading |
|
|
|
|
|
#2 |
|
Administrator
Join Date: Nov 2004
Location: Denver, CO, USA
Posts: 11,163
Thanks: 6
Thanked 45 times in 32 posts
|
I will have someone follow up on this post early next week. Thanks for your patience.
Ray
NinjaTrader Customer Service |
|
|
|
|
|
#3 |
|
NinjaTrader Product Manager
Join Date: May 2007
Location: Denver, CO
Posts: 17,458
Thanks: 1
Thanked 106 times in 70 posts
|
mrlogik,
I tried on my end, but did not experience any issues with the data I had available on my end here. It may seem that NT is locked as it is populating in the series for a little bit, but after it completes the task it is doing the chart comes back again. Perhaps it is still working on your end? Can you bring up your Windows Task Manager and see if the CPU is still crunching away? If you can still reproduce perhaps it would be easier if we all worked off the exact same data. Can you please send me your bid, ask, and last data in use for this instrument? Can you then provide me with exact Data Series dialogue properties used? I will need to know session template and PC clock timezone as well. Thank you.
Josh
NinjaTrader Customer Service |
|
|
|
|
|
#4 |
|
Certified NinjaScript Consultant
Join Date: Sep 2006
Location: New York, USA
Posts: 774
Thanks: 1
Thanked 7 times in 5 posts
|
Hi Josh,
I will try this again to see if I can figure anything else out. I do remember I let NT run for about 20 minutes b/c I know it takes a bit of time when loading tick data. I'll get back to you with more information. if the problem persists, can you please provide me with an email addess that I can send the data to? Thanks
"You look closely enough, you can find everything has a ... weak spot where it can break, sooner or later"
PureLogikTrading |
|
|
|
|
|
#5 |
|
NinjaTrader Customer Service
Join Date: Nov 2009
Location: Denver, CO
Posts: 1,424
Thanks: 0
Thanked 3 times in 3 posts
|
Hi mrlogik,
You can send an email to "support at ninjatrader dot com" and reference this post: http://www.ninjatrader.com/support/f...ad.php?t=31751 and this ticket number #346714
Tim
NinjaTrader Customer Service |
|
|
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Adding $TICK and $TRIN w/ ZenFire | winston99 | Charting | 1 | 12-28-2009 04:50 PM |
| Creating an indicator from different tick chart data | kevinh786 | Indicator Development | 1 | 01-16-2009 09:14 AM |
| Adding NYSE TICK with DTN data | brownsfan019 | Charting | 6 | 08-27-2008 02:55 PM |
| Adding TICK to ES Chart | brownsfan019 | Charting | 1 | 05-01-2008 08:52 AM |
| Adding TICK as a multi instrument | altrader | Connecting | 2 | 03-27-2008 08:25 AM |