GetSymbol ();
Description
Returns the currently selected symbol.
Example
declare lower;
plot Diff = close(GetSymbol()) - close("IBM");
This example script plots the difference between Close prices of currently selected symbol and IBM.
GetSymbol ();
Returns the currently selected symbol.
declare lower;
plot Diff = close(GetSymbol()) - close("IBM");
This example script plots the difference between Close prices of currently selected symbol and IBM.