- Backtest
- Real Trade
- Trade through Oanda API
- Trading history
In development ...
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)
-
Set Environment Variables
$ cp .env.sample .env
change these variables
-
Deploy with serverless framework
$ sls deploy # Display the detailed progress $ sls deploy --verbose # Specifying stage of AWS resources $ sls deploy --stage demo