Skip to content

Alert stock RSI, market CNN fear and greed index for bug/sell signal.

License

Notifications You must be signed in to change notification settings

nanlei2000/stock_alert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock Alert

1. create config.json like this:

{
  "smtp": {
    "host": "smtp.example.com",
    "port": 587,
    "secure": false,
    "auth": {
      "user": "your-email@example.com",
      "pass": "your-email-password"
    }
  },
  "email": {
    "from": "your-email@example.com",
    "to": "recipient-email@example.com",
    "subject": "RSI Notification: AAPL Stock"
  }
}


2. start: 

pm2 start index.js

About

Alert stock RSI, market CNN fear and greed index for bug/sell signal.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published