I have developed a screener which will identify the stocks that meet two different strategies. I would like to display the strategy name in the proscreener result against each result.
Screener[C1 and C2 and (C3 or C4) and (S0 or S1)]((S0 and C3) as "Squeeze Up",(S0 and C4) as "Squeeze Down")
Any guidance on this will be very helpful please
JSParticipant
Senior
You can try it like this…
Signal1=(S0 and C3)
Signal2=(S0 and C4)
Screener[C1 and C2 and (C3 or C4) and (S0 or S1)](Signal1 as “Squeeze Up”, Signal2 as “Squeeze Down”)
Still not working.. i am getting like as shown in screenshot.. Not sure why only Squeeze up is only displayed.. Thank you for your help so far
JSParticipant
Senior
To show them both, you have to check the boxes in the ProSceener window…
That makes sense. Thank you very much. Is there anyway to show text of strategy please rather than condition result 0,1? Column name will be strategy and against each result row display strategy name
JSParticipant
Senior
No, I don’t think there is a text string possible in the columns of the results…