PureBytes Links
Trading Reference Links
|
Hi,
I hope someone can help with this or has experienced it before and
can tell me what is going on.
I am having a problem when I run workspace assistant.
I have set up a global server custom data list.
I have a workspace with one chart with 3 datas:
data1 = 1 minute tick data of symbol A from global server list
TestList
data2 = daily data of symbol A from global server list TestList
data3 = daily data of symbol SPY from global server list SpyList
In TestList, I have the following symbols:
A
AA
ABK
In SpyList, I have just one symbol: SPY
So, running this with the workspace assistant, I would expect it to
run through:
A for data1, A for data2, SPY for data3, then
AA for data1, AA for data2, SPY for data3, then
ABK for data1, ABK for data2, SPY for data3, then
I have an EL strategy set up that prints data to the debug log with
every bar as well as to a file. This includes info on data1 and data2
I look in the debug log and everything looks fine for A, everything
looks fine for AA, but when I look at the first bar of ABK (data1), it
says that Data2 is AA and I can see it is correct because it shows
me the Open and Close which is confirmed on the chart.
So, what am I doing wrong? How can I get the program to properly
recognize when I moved on to the next symbol? It did so going
from A to AA, why not from AA to ABK?
Thanks,
Cash
"Some days you're the dog, some days you're the hydrant."
|