NeoTicker Forums  

Go Back   NeoTicker Forums > NeoTicker > Programming Discussion
User Name
Password
Register FAQ Members List Calendar Mark Forums Read

Reply
 
Thread Tools Rating: Thread Rating: 6 votes, 5.00 average. Display Modes
  #1  
Old 02-08-2010, 01:14 AM
Karish Karish is offline
Regular User
 
Join Date: Nov 2007
Posts: 125
Creating superposition inside indicator

According help I think that managedseries is the correct tool as compressSeries does not support superposition, but then it seems that there is no way to make use of the superposition but build the series from scratch, is it correct?
Reply With Quote
  #2  
Old 02-08-2010, 07:15 AM
Bruce DeVault's Avatar
Bruce DeVault Bruce DeVault is offline
Regular User
 
Join Date: Jul 2006
Location: Washington DC
Posts: 8,829
That is correct - in the current 4.2 NeoTicker architecture you would use SetManagedSeries for this task.
__________________
Bruce DeVault
bdevault@quantevo.com
www.quantevo.com
Reply With Quote
  #3  
Old 02-09-2010, 01:39 AM
Karish Karish is offline
Regular User
 
Join Date: Nov 2007
Posts: 125
Thx, seems I have some work in front of me.
Reply With Quote
  #4  
Old 02-09-2010, 06:53 AM
Bruce DeVault's Avatar
Bruce DeVault Bruce DeVault is offline
Regular User
 
Join Date: Jul 2006
Location: Washington DC
Posts: 8,829
Take a look at this blog article http://newsletter.neoticker.com/2006...nt-and-figure/ for a good example to get started. Good luck, and keep us posted!
__________________
Bruce DeVault
bdevault@quantevo.com
www.quantevo.com
Reply With Quote
  #5  
Old 02-10-2010, 06:21 AM
Karish Karish is offline
Regular User
 
Join Date: Nov 2007
Posts: 125
Thx, I use this post as basis for my work

Once I create the higher time frame from the input link, there is no more need to store it and I want to release its memory. Is it possible to reduce the conserved memory of Link 1 using the data manager > conserve memory > limit # of bars? What does it actually limit? the total of bars on the window, of the first link, all links? is it useful at all?
Reply With Quote
  #6  
Old 02-10-2010, 06:32 AM
Bruce DeVault's Avatar
Bruce DeVault Bruce DeVault is offline
Regular User
 
Join Date: Jul 2006
Location: Washington DC
Posts: 8,829
Could you be more specific please about what setting you are referring to? Are you referring to IQFeed? If so, the limitation would be on the number of historical bars you can retrieve to backfill your disk cache, and would not otherwise affect indicator operation.
__________________
Bruce DeVault
bdevault@quantevo.com
www.quantevo.com

Last edited by Bruce DeVault : 02-10-2010 at 06:41 AM.
Reply With Quote
  #7  
Old 02-10-2010, 03:57 PM
Karish Karish is offline
Regular User
 
Join Date: Nov 2007
Posts: 125
I am referring to long history back testing were all data resides in disk cache. I load a chart with 1Sec. bars and create internally several series, once the internal series is created the 1sec. is redundant and I would like to limit it's memory usage. Now, In Chart Manager under data Setting we can setup the chart to a fix # of bars. My question what this fix number effects, will it limit this 1Sec. link only, if I have additional links to this indicator would lit limit them to this number too?
Thx
Reply With Quote
  #8  
Old 02-10-2010, 04:04 PM
Bruce DeVault's Avatar
Bruce DeVault Bruce DeVault is offline
Regular User
 
Join Date: Jul 2006
Location: Washington DC
Posts: 8,829
Limiting the chart to a fixed number of bars will limit the number of bars loaded initially on the chart, and therefore the number of bars tracked on any series such as those in indicators that are created initially as well, because those have one value tracked for each bar on the chart.
__________________
Bruce DeVault
bdevault@quantevo.com
www.quantevo.com
Reply With Quote
  #9  
Old 02-10-2010, 04:19 PM
Support Team Support Team is offline
Administrator
 
Join Date: Feb 2006
Posts: 3,927
The conserve memory setting apply to all data series loaded in the current chart.
__________________
TickQuest Support
Reply With Quote
  #10  
Old 02-11-2010, 02:09 AM
Karish Karish is offline
Regular User
 
Join Date: Nov 2007
Posts: 125
Thank you both,

Did some usability test and..
Unfortunately, this setup is maybe useful for live system, however most of the time were memory is under stress is during long period of historical tests.
As a chart is loaded sequentially first data than indicators this feature cannot be used.

Please correct me if my observation is wrong.
Reply With Quote
  #11  
Old 02-11-2010, 06:23 AM
Bruce DeVault's Avatar
Bruce DeVault Bruce DeVault is offline
Regular User
 
Join Date: Jul 2006
Location: Washington DC
Posts: 8,829
There's nothing wrong with the setting - it works as it is supposed to, and limits the number of bars initially loaded as I described above. It you need more bars than this, of course, you would have to not limit it or set the limit higher, but it definitely limits to the number you specify.

It sounds like you are saying what you want is for NeoTicker not to keep all past bars in memory as it's running - that's a topic that has been discussed and that TickQuest has said they are working on for future releases. See Lawrence's comment regarding what they're working on at the suggestion http://forums.neoticker.com/showthread.php?t=59221.
__________________
Bruce DeVault
bdevault@quantevo.com
www.quantevo.com
Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT -4. The time now is 11:58 AM.


Powered by vBulletin Version 3.5.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Copyright© 2000-2010 TickQuest, Inc.