The following is not correct code - just roughing out the sequence of our problem
Dim esignal as ieSignal.hooks
esignal.dosymbollink(GE)
esignal.requestsymbol(GE)
set TimeSalesFilter properties(including symbol string example "GE")
iesignal.RequestTimeSales would then be passed that filter
That returns a NUMERIC handle...
1] THE QUESTION - DOES THAT HANDLE FOR A SYMBOL EVER CHANGE OR IS IT ALWAYS THE SAME
ps:
[Our whole problem would be easily solved if esignal.GetTimeSalesBar had a symbol property ?]
Dim esignal as ieSignal.hooks
esignal.dosymbollink(GE)
esignal.requestsymbol(GE)
set TimeSalesFilter properties(including symbol string example "GE")
iesignal.RequestTimeSales would then be passed that filter
That returns a NUMERIC handle...
1] THE QUESTION - DOES THAT HANDLE FOR A SYMBOL EVER CHANGE OR IS IT ALWAYS THE SAME
ps:
[Our whole problem would be easily solved if esignal.GetTimeSalesBar had a symbol property ?]
Comment