Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/adamlawrencium/Ostia

Ostia is a cryptocurrency trading platform that allows you to run algorithmic trading strategies across all major exchanges.
https://github.com/adamlawrencium/Ostia

bitcoin cryptocurrency ethereum finance trading trading-bot

Last synced: about 1 month ago
JSON representation

Ostia is a cryptocurrency trading platform that allows you to run algorithmic trading strategies across all major exchanges.

Lists

README

        



### Ostia is a cryptocurrency trading platform that allows you to test and run algorithmic trading strategies.

## Getting started
The easiest way to run Ostia is to deploy it to Heroku -- or you can clone the app locally and run it on your machine.

### Deploy to Heruoku
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)

Or just go to an already deployed version here: https://ostiatrading.herokuapp.com/ (old version here: https://ostrade.herokuapp.com, might take a second for the Heroku dyno to spin up)

### Install and run locally on your machine
```
git clone https://github.com/adamalawrence/Ostia.git
```
First of all make sure you have Node properly installed. Then...
1. Install dependencies
```
npm install
```
2. Start application
```
npm start
```
3. Visit the Ostia dashboard on your browser
```
localhost:3000/
```