Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 523 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 523 Bytes

EMA CrossOver Calculator

A cryptocurrency backtester application for traders who want to backtest the EMA Crossover strategy on various configurations.

Deployment

To try this project go here!

Or...

To run this project locally, run

  git clone https://github.com/Jojo970/EmaCalculatorReact.git
  cd client
  npm i
  npm run start

Tech Stack

Client: React

Server: Node, Express, Danfo.js

Authors