Does anybody know what these methods are used for?
I'm trying to find a way to programatically (i.e. via the API) ADD symbols to my quote window.
I've been experiencing intermittent "symbol freeze" issues using the API and have been advised that I need to have the symbols that I'm requesting via the API physically ON the quotes screen.
As I trade futures, and the symbols for these change all the time, I'd like to be able to dynamically add these symbols to the GUI.
I've been advised that SetGroupSymbol & DoSymbolLink MIGHT do what I need but I can't find any documentation on these methods.
I've tried simply calling these methods immediately after a call to RequestSymbol (I also tried doing the call BEFORE RequestSymbol) but it doesn't seem to have any effect.
Any help would be greatly appreciated.
Arold
I'm trying to find a way to programatically (i.e. via the API) ADD symbols to my quote window.
I've been experiencing intermittent "symbol freeze" issues using the API and have been advised that I need to have the symbols that I'm requesting via the API physically ON the quotes screen.
As I trade futures, and the symbols for these change all the time, I'd like to be able to dynamically add these symbols to the GUI.
I've been advised that SetGroupSymbol & DoSymbolLink MIGHT do what I need but I can't find any documentation on these methods.
I've tried simply calling these methods immediately after a call to RequestSymbol (I also tried doing the call BEFORE RequestSymbol) but it doesn't seem to have any effect.
Any help would be greatly appreciated.
Arold
Comment