hi all and thanks for any help in advance
I understand a little about the proscreener , I want to get started on a few simple screening options , how do I add screen for companies less than 40 million market cap with a max price of .50c and a trend for the last 12 months upwards
Trend defining: many ways to test that and many ways to interpret what is a trend? Please define it in order to be able to code it.
marketcap = close*volume<40000000
price = close<0.50
screener[marketcap and price]
Surely close * volume is not really market cap?
Market cap is close * total number of shares a company has – which is not information available in PRT.