GetActiveSymbol Function
Returns a string value containing the current active market symbol
Return Type
A String value
Syntax
GetActiveSymbol(DataNum As integer)
GetActiveSymbol Function
Returns a string value containing the current active market symbol
Return Type
A String value
Syntax
GetActiveSymbol(DataNum As integer)
If GetActiveSymbol(0)="MSFT" then
end if
The GetActiveSymbol function syntax has these parts:
| DataNum |
0 is mom, 1 is independent 1 , 2 is independent 2 ect |
|