Traders Laboratory - View Single Post - Coding for Sierra Charts
View Single Post
  #18 (permalink)  
Old 03-14-2008, 09:46 AM
Hlm's Avatar
Hlm Hlm is offline
Hlm is debugging software (banging head on desk).

 
Join Date: Sep 2007
Posts: 209
Thanks: 12
Thanked 102 Times in 59 Posts
Re: Coding for Sierra Charts

Sure Soultrader. I am going to add a couple things first. For example it would be nice to have one that counts bars versus time. Also, with the current dll, it's built to be extremely efficient since it runs off the tick chart. If a spurt of orders (bars) come it at once, it won't go back and calculate the value at every single bar. It will, however, calculate the CORRECT value at the current bar. So unless you need correct bar by bar (tick by tick) data for some extreme scalping, it should be fine. I might make an option where you could load historical graphic information and true tick by tick (for the extreme scalper and then the individual decide if it's too cpu intensive.

Reply With Quote