shner-elmo/TradingView-Screener

Comparing current close price with previous days

Closed this issue · 4 comments

jvence commented

It would be helpful to allow the query to compare current price to previous price. For example, if we want to create a scanner that can identify stocks that had 3 down days, and today's low is lower than yesterday's low and current price is higher than yesterday's low.

Firstly Hello.
Second, I'm confused, is this a bug report? Or a feature request?

Have you taken the time to read the documentation and understand what this project is about?

jvence commented

Hello, yes I've installed and ran and understand very well what this project is about. This is a feature request and it's basically a way to screen stocks based on custom indicators. In case you're not familiar with custom indicators, here's an example: https://www.tradingview.com/script/kwQynp0T-Red-Dog-Reversal-Pattern/
And thank you for all your hard work.

@jvence Can you use custom indicators in the stock screener?

Btw its not possible. You can compare close to high, or the close of one timeframe to another (5 minutes Vs 1 month).
Have a look at the columns in constants.py there are some that might interest you, for example: 24h_close_change or 24h_close_prev.