Concatenate Text and Numbers for display

Hi,

I would like to display custom text in watchlist from a script. could not see any direct method.

custom text in the script = Number + “text” + Number2 + “text2”

how can i concat string and numbers - so that i could take that for display.

This will help me to reduce number of columns in watchlist.

THanks and best regards

Hi,

A script can only output a number (except for some special functions like Candlestickpattern). You can setup custom labels via the Watchlist however:

https://help.optuma.com/kb/faq.php?id=967

With this you could build a script with 5 different outputs (for example) and use the Watchlist Custom labels to convert the different numbers into text.

THanks Matthew, my purpose was different one i am afraid - but now i know for sure. thanks speak soon