Just my simple crypto screener build using VueJs, to help me find opportunity to enter trade
- use PWA (Progressive Web App) so you can install it on desktop / mobile device
- Position sizing calculator
- Multi timeframe chart using Tradingview on every symbol ( 15m, 1h, 4h )
- Auto refresh every minute ( you can set it on the setting )
- Colorized symbol when above/below EMA
- RSI
- EMA
if you want to deploy it, you can use heroku, netlify, or render to host the site yourself for free
yarn install
yarn serve
yarn build
yarn lint