New Members: Be sure to confirm your email address by clicking on the link that was sent to your email inbox. You will not be able to post messages until you click that link.

SEPARATING STOCKS FROM BONDS

I am trying to separate bonds with a 3% yield from stock with a 3% yield. If I run the attached scan with any of the stock only options I still get bonds in the results. if I say not stocks I still get bonds in the results. is it possible to separate stocks from bonds/income etf's
// INC15YR
[[favorites list is 9] or [group is ETF] OR [favorites list is 8]]
AND
//%%%%%%%% VOLUME TEST
[MIN(5, VOLUME) > 3000]
AND
[exchange IS NOT TSE]
and
[group is ETFNOUI]
//AND
//[PE ratio > 0.01]
AND
[type=STOCK]
AND
[optionable is true]
AND
//[dividend > 3.0] AND
[yield > 3.0] AND
[WEEKLY PctChange(27,close) > -20.0]
rank by weekly PctChange(27,close)







Comments

  • If the bond results contain "Bond" in the name associated with the symbol, you could try

    and [name not contains "Bond"]
  • thanks for info
Sign In or Register to comment.