Created a Mark Minervini scanner. Want to share it to the community. I am not a professional. There could be mistakes in the code. 

Rs rating :
First calculate 12 months ,6 months, 3 months, 1 month ROC of close. Then get total roc by 12 months roc * weighting1 + 6 months roc * weighting2 + 3 months roc * weighting3 + 1 month roc * weighting4. Then sort the dictionary in ascending order. Copy the symbol to an empty list. The rs rating = position in list of total roc / total number of stock in calculation. Then reverse the order. 

Other condition :
current close price > 52 week low by 30%

current close price < 52 week high by 25%

close > sma50

sma 50 > sma150

sma50 > sma200

sma150 > sma200

How to use:

It will return a string like this: ['APP', 'MSTR', 'VST', ‘EAT’]
You can just copy the string after [ and before ] then paste it on "Add symbol" on tradingview. You can add multiple indicator even with ' before and after the ticker.
Beware if you are a free plan user on tradingview. You can only have max of 30 symbols in watchlist.

 
If you are able to make some money with this scanner, please support quantconnect so it won't shut down like quantopian.