Skip to content

This app alarm you when you should check FX chart. (is being developed ...)

License

Notifications You must be signed in to change notification settings

siruku6/fx_alarm_py

Repository files navigation

FX_Alarm_py

Github Actions Maintainability Test Coverage

Overview

  • Backtest
  • Real Trade
    • Trade through Oanda API
    • Trading history

Description

In development ...

Requirement

You have to introduce following packages before start developing.

  • python3.8 or python3.9

  • pip modules

    $ pipenv install -d
  • awscli

  • node

    • serverless
    $ npm -g install serverless@3
  • DynamoDB Local (and, though it is optional, DynamoDB Admin)

Deployment

  1. Set Environment Variables

    $ cp .env.sample .env

    change these variables

  2. Deploy with serverless framework

    $ sls deploy
    
    # Display the detailed progress
    $ sls deploy --verbose
    
    # Specifying stage of AWS resources
    $ sls deploy --stage demo