Can someone please tell me how I return the Symbol using the History Handle.
When I issue the command:
lHistoryHandle = esignal.RequestHistory("MSFT", “D”, btDAYS, 1, -1, -1)
I now have the History Handle but I do not know what Symbol it is associated with.
The Event:
Private Sub esignal_OnBarsChanged(ByVal lHandle As Long)
Is constantly returning history data but I can not relate the symbol because “Symbol” is not a member of the datatype “BarData”.
I have looked for other properties in the eSignal object but can not return the symbol with the history handle.
Please help.. Thanks JB
When I issue the command:
lHistoryHandle = esignal.RequestHistory("MSFT", “D”, btDAYS, 1, -1, -1)
I now have the History Handle but I do not know what Symbol it is associated with.
The Event:
Private Sub esignal_OnBarsChanged(ByVal lHandle As Long)
Is constantly returning history data but I can not relate the symbol because “Symbol” is not a member of the datatype “BarData”.
I have looked for other properties in the eSignal object but can not return the symbol with the history handle.
Please help.. Thanks JB
Comment