bobtParticipant
Average
Hello,
Is it possible to change the colour of the returned values in a SCREENER command ( similar to the “coloured” option in an indicator “RETURN” ) ?
If not possible, is there a way to return a second variable, to add a second column to the SCREENER output ?
If not, are there plans to introduce these features ?
Many thanks in advance …
JSParticipant
Senior
Hi,
It’s not possible to use colors in your screener…
However, it is possible to show multiple criteria in the output of your screener…
Screener[C1](Cond1 as “Long”, Cond2 as “Short”)
With this you will see two columns namely “Long” and “Short”
bobtParticipant
Average
Hi,
Ah I see, I hadn’t noticed that the second column shows up as a variable to select under the screener configuration screen.
Very useful.
Thank you for the info.. 🙂