Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 723 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 723 Bytes

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/