 |
QuantShare
2010-07-30 11:19:57
0
|
|
Best Answer
There is a problem in the FullName function. We will fix this.
There is another way to display the full name. Select Tools -> Create Functions, click on add and type a name (example: fname).
Add the following code then save:
result.Assign(cFunctions.SymbolInfo.FullName);
Now, in the watchlist type the following formula:
AddColumn("Full Name", fname());
|
|