Files
options_backtester/alert
Juan Pablo Amoroso 9af977a031 Added alert system
2019-05-13 17:28:34 -03:00
..
2019-05-13 17:28:34 -03:00
2019-05-13 17:28:34 -03:00
2019-05-13 17:28:34 -03:00
2019-05-13 17:28:34 -03:00
2019-05-13 17:28:34 -03:00
2019-05-13 17:28:34 -03:00
2019-05-13 17:28:34 -03:00
2019-05-13 17:28:34 -03:00
2019-05-13 17:28:34 -03:00

Financial Watchdog

Requirements

When installing diesel_cli if you run into any errors try installing with our needed features only:

$> make install_diesel_cli

Setup

Create a .env with the following values:

  • DATABASE_URL: The filepath where the DB will be stored (SQLite)
  • SLACK_WEBHOOK_URL: URL for Slack's webhook

Create the database by running the migrations:

$> make migration

Running

Run it

$> make run