Skip to content

IntelligentTrading/indicators-public

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intelligent Trading Development

This document describe how works the development and deployment process.

Build Status

Configure GCP

The next steps require the gcloud tool, more informations: gcloud downloads

Set your account:

$ gcloud config set account [email protected]

Set the project:

$ gcloud config set project project-id

More informations about Google App Engine standard environment.

Testing locally

Worker Service

Install the dependencies:

worker/$ pip3.6 install -t lib -r requirements.txt -U

NOTE if run many times the pip do you can insert this argument --upgrade

Start the development server:

python3.6 -m main

Access the application:

http://localhost:8080

Deploy to App Engine

gcloud app deploy index.yaml cron.yaml

About

Open Source Indicators | Intelligent Trading

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages