Skip to content

phoenix2082/tsignal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tsignal

A simple project which demos Moving Average Crossover Strategy using reactjs, python3, flask and pandas.

Moving Average Crossover Strategy

Preqequisites:

  1. Python3
  2. Pandas (If not installed, please install using > $ pip install pandas)
  3. Flask (If not installed, please install using > $ pip install flask

Running the app.

  1. Clone the repository. > $ git clone https://github.com/phoenix2082/tsignal.git
  2. Switch to directory. > $ cd tsignal/
  3. Set flask app var.. > $ export FLASK_APP=app.py
  4. Run the app. > $ python3 -m flask run
  5. Open browser & hit. > http://127.0.0.1:5000/

About

A simple project which demos Moving Average Crossover Strategy for stock trading using reactjs, python3, flask and pandas.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages