mossene / Shark

Shark is an open source algorithmic trading platform. It alerts traders to specific items of interest and can execute trades based on those interests.

Home Page:https://github.com/danielneil/Shark

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shark - An Algorithmic Trading Platform

Shark is an open source algorithmic trading platform under active development.

It enables the use of programmable algorithms to identify and execute upon trading opportunities, perform back/foward testing, comes with a multitude of plugins, and can operate against REST and streaming APIs.

The example configuration demostrates a simple moving average crossover against the TOP 20 Crypto, and though the demo focuses on cryptocurrencies, it could easily be adjusted to suit any financial market.

See the plugins for a list of capabilities, and broker configurations can be found here.

See the example configuration, or the RSI2 tutorial to get started.

Instructions

System Requirements
Operating System CPU RAM DISK
Rocky Linux 8+ 4 CPU 8 GB 80 GB

Quick Setup

System Installation
  1. Prepare a vanilla Rocky Linux (server instance) with VirtualBox (help).

  2. Install epel - open a terminal, and run:

dnf install epel-release -y
  1. Install ansible - open a terminal, and run:
dnf install ansible -y
  1. Install git - open a terminal, and run:
dnf install git -y
  1. Open a terminal, and run:
git clone https://github.com/danielneil/Shark.git && cd Shark && ./build.sh
  1. Navigate to http://shark-server/shark (web credentials are shark/shark) - it will take a few minutes to populate with data.

Screenshot - Trading the TOP 20 Crypto

Screenshot - Shark Plugins (sma, yahoo_finance, backtest)

See the plugins for a list of capabilities.

Screenshot - Backtesting

Screenshot - Backtest Report (custom strategy against BTC-USD)

About

Shark is an open source algorithmic trading platform. It alerts traders to specific items of interest and can execute trades based on those interests.

https://github.com/danielneil/Shark

License:GNU General Public License v3.0


Languages

Language:C 95.1%Language:PHP 2.4%Language:CSS 2.1%Language:Shell 0.3%