deerme / 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/AutomatedTradingPlatform

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 to get started.

Instructions

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

Setup

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

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

yum install epel-release -y
  1. Install ansible - open a terminal, and run:
yum install ansible -y
  1. Install git - open a terminal, and run:
yum 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 - Plugins

Screenshot - Backtest Report

Video - Installing Shark on Rocky Linux 8

asciicast

Contributing

Need help? Visit us on Reddit!

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/AutomatedTradingPlatform

License:GNU General Public License v3.0


Languages

Language:PHP 81.0%Language:C 16.8%Language:CSS 1.2%Language:JavaScript 0.8%Language:Smarty 0.2%Language:Shell 0.1%Language:HTML 0.0%Language:Hack 0.0%