Hi all,
I was wondering if there’s a way to view the values of MULTIPLE script variables when executing script. All I can see to do is output a variable in the ProScreener output as below to see the variable value. But this is only one variable at a time.
SCREENER[myTrendLength <> 0 and mytrendDirection <> 0](waveCount as “waveCount”)
If I try to add multiple e.g
SCREENER[myTrendLength <> 0 and mytrendDirection <> 0](waveCount as “waveCount”, “price as “price”)
I do not see the second variable column in the output, only the first.
Am I missing something?
Thanks for any help
k