Traders Laboratory - View Single Post - Global Variables or ELCollection??
View Single Post
  #1 (permalink)  
Old 10-24-2007, 12:04 PM
jojojo's Avatar
jojojo jojojo is offline
jojojo has no status.

 
Join Date: May 2007
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Global Variables or ELCollection??

Hello
I'm looking for some programming help from someone who is experienced in gv's and/or elc .After weeks I'm burned out now and not able to find a solution.
I'm doing some calcs on a one tick chart and want to display these values on a say 1 min chart. First I tried GVSetFloat in the senderchart , but could not accumulate it on the receiverchart , maybe because global variables are always reset to zero or something like this.
Then I tried this with el-collections and was able to put one value into a list , even to a file. But then the same problem - unable to accumulate it on another chart.Anyone's help appreciated.
Regs
Jojo

Reply With Quote