A screener for two strategies

Forums ProRealTime English forum ProScreener support A screener for two strategies

  • This topic has 5 replies, 2 voices, and was last updated 4 days ago by avatarJS.
Viewing 6 posts - 1 through 6 (of 6 total)
  • #244626

    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

    #244628
    JS

    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”)

    3 users thanked author for this post.
    #244634

    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

     

    #244637
    JS

    To show them both, you have to check the boxes in the ProSceener window…

    2 users thanked author for this post.
    #244640

    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

    #244641
    JS

    No, I don’t think there is a text string possible in the columns of the results…

Viewing 6 posts - 1 through 6 (of 6 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login