All Projects → adamlawrencium → Ostia

adamlawrencium / Ostia

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

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to Ostia

Machine Learning And Ai In Trading
Applying Machine Learning and AI Algorithms applied to Trading for better performance and low Std.
Stars: ✭ 258 (+322.95%)
Mutual labels:  finance, trading, trading-bot
Lean
Lean Algorithmic Trading Engine by QuantConnect (Python, C#)
Stars: ✭ 5,675 (+9203.28%)
Mutual labels:  finance, trading, trading-bot
trading sim
📈📆 Backtest trading strategies concurrently using historical chart data from various financial exchanges.
Stars: ✭ 21 (-65.57%)
Mutual labels:  finance, trading, trading-bot
AutoTrader
A Python-based development platform for automated trading systems - from backtesting to optimisation to livetrading.
Stars: ✭ 227 (+272.13%)
Mutual labels:  finance, trading, trading-bot
Alpaca Backtrader Api
Alpaca Trading API integrated with backtrader
Stars: ✭ 246 (+303.28%)
Mutual labels:  finance, trading, trading-bot
Oandapyv20 Examples
Examples demonstrating the use of oandapyV20 (oanda-api-v20)
Stars: ✭ 102 (+67.21%)
Mutual labels:  finance, trading, trading-bot
Oanda Api V20
OANDA REST-V20 API wrapper. Easy access to OANDA's REST v20 API with oandapyV20 package. Checkout the Jupyter notebooks!
Stars: ✭ 325 (+432.79%)
Mutual labels:  finance, trading, trading-bot
Mida
The open-source and cross-platform trading framework
Stars: ✭ 263 (+331.15%)
Mutual labels:  finance, trading, trading-bot
Pipeline Live
Pipeline Extension for Live Trading
Stars: ✭ 154 (+152.46%)
Mutual labels:  finance, trading, trading-bot
Turingtrader
The Open-Source Backtesting Engine/ Market Simulator by Bertram Solutions.
Stars: ✭ 132 (+116.39%)
Mutual labels:  finance, trading, trading-bot
cira
Cira algorithmic trading made easy. A Façade library for simpler interaction with alpaca-trade-API from Alpaca Markets.
Stars: ✭ 21 (-65.57%)
Mutual labels:  finance, trading, trading-bot
futu algo
Futu Algorithmic Trading Solution (Python) 基於富途OpenAPI所開發量化交易程序
Stars: ✭ 143 (+134.43%)
Mutual labels:  finance, trading, trading-bot
portfoliolab
PortfolioLab is a python library that enables traders to take advantage of the latest portfolio optimisation algorithms used by professionals in the industry.
Stars: ✭ 104 (+70.49%)
Mutual labels:  finance, trading
GoatFish-Core
Not production ready - Capital at risk. A Bitcoin leverage trading and backtesting platform that connects to popular Bitcoin exchanges. It is written in JavaScript and runs on Node.js.
Stars: ✭ 31 (-49.18%)
Mutual labels:  trading, trading-bot
backtrader template
Basic template for managing Backtrader backtests.
Stars: ✭ 131 (+114.75%)
Mutual labels:  trading, trading-bot
ninjabot
A fast trading bot platform for cryptocurrency in Go (Binance)
Stars: ✭ 1,021 (+1573.77%)
Mutual labels:  trading, trading-bot
freqtrade-gym
A customized gym environment for developing and comparing reinforcement learning algorithms in crypto trading.
Stars: ✭ 192 (+214.75%)
Mutual labels:  trading, trading-bot
LickHunterPRO
Cryptocurrency Trading Bot that looks for large pools of liquidity getting liquidated on margin trading, when it finds these it counter trades them!
Stars: ✭ 114 (+86.89%)
Mutual labels:  trading, trading-bot
PyTrader
System Trading using Kiwoom OpenAPI+
Stars: ✭ 39 (-36.07%)
Mutual labels:  trading, trading-bot
binance-pump-bot
Automation for Binance p&d(pump and dump) activity, ensures fastest purchase and provides auto selling functionality to lockdown profit during these events.
Stars: ✭ 112 (+83.61%)
Mutual labels:  trading, trading-bot

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

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
  1. Start application
npm start
  1. Visit the Ostia dashboard on your browser
localhost:3000/
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].