Thursday, July 1, 2021

Best stock filters for stock hunting

 Stock filters:

1. Top FNO gainers

2. New 52 week high

3. Positive breakout today

4. Oversold stocks with RSI < 30

5. Stocks crossing over 50 dma

6. Undervalued IPOs on listing

7.  Hourly gainers

8. Top gainers of the day (All NSE)

Basic Flask web app

 from flask import Flask app = Flask(__name__) #In Flask, URL rules can be added using either the @app.route() decorator or the app.add_url_...