All Projects → danielneil → Shark

danielneil / Shark

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

Programming Languages

c
50402 projects - #5 most used programming language
PHP
23972 projects - #3 most used programming language
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to Shark

Quantdom
Python-based framework for backtesting trading strategies & analyzing financial markets [GUI ]
Stars: ✭ 449 (+2263.16%)
Mutual labels:  algotrading, trading-platform
Hastic Server
Hastic data management server for analyzing patterns and anomalies from Grafana
Stars: ✭ 292 (+1436.84%)
Mutual labels:  monitor, alerting
Bitmex Simple Trading Robot
Simple BitMEX trading robot.
Stars: ✭ 100 (+426.32%)
Mutual labels:  strategy, trading-platform
quanttrader
Backtest and live trading in Python
Stars: ✭ 139 (+631.58%)
Mutual labels:  algotrading, trading-platform
NSE-Stock-Scanner
National Stock Exchange (NSE), India based Stock screener program. Supports Live Data, Swing / Momentum Trading, Intraday Trading, Connect to online brokers as Zerodha Kite, Risk Management, Emotion Control, Screening, Strategies, Backtesting, Automatic Stock Downloading after closing, live free day trading data and much more
Stars: ✭ 78 (+310.53%)
Mutual labels:  algotrading, strategy
Glass Isc Dhcp
Glass - ISC DHCP Server Interface
Stars: ✭ 486 (+2457.89%)
Mutual labels:  monitor, alerting
Siis
Trading bot including terminal, for crypto and traditionals markets. Assisted or fully automated strategy.
Stars: ✭ 45 (+136.84%)
Mutual labels:  algotrading, trading-platform
gatus
⛑ Automated service health dashboard
Stars: ✭ 3,018 (+15784.21%)
Mutual labels:  monitor, alerting
Cryptotrader
A cryptocurrency trader for all famous exchanges
Stars: ✭ 228 (+1100%)
Mutual labels:  monitor, strategy
Gatus
⛑ Gatus - Automated service health dashboard
Stars: ✭ 1,203 (+6231.58%)
Mutual labels:  monitor, alerting
wolfinch
Wolfinch is your friendly trader Bot written in Python
Stars: ✭ 246 (+1194.74%)
Mutual labels:  algotrading, trading-platform
quick trade
convenient script for trading with python.
Stars: ✭ 63 (+231.58%)
Mutual labels:  strategy, trading-platform
symphony-of-empires
Symphony of the Empires is a RTS strategy game and map game.
Stars: ✭ 67 (+252.63%)
Mutual labels:  strategy
Dell-S2716DGR-Calibration-Guide
Calibration guide for the Dell S2716DG and S2716DGR to get the best picture quality and colors
Stars: ✭ 33 (+73.68%)
Mutual labels:  monitor
open-trading-platform-UI
The Open Trading Platform UI is a front-end module for trading across 5 crypto currency exchanges allowing both spot and margin trading. The UI needs to be used with the API repo.
Stars: ✭ 54 (+184.21%)
Mutual labels:  trading-platform
heartbeats
一个基于数据上报的监控系统. 用于监控定时和定期类型服务监控状况
Stars: ✭ 25 (+31.58%)
Mutual labels:  monitor
piker
#nontina, #paperhands,, #pwnzebotz, #tradezbyguille
Stars: ✭ 63 (+231.58%)
Mutual labels:  trading-platform
monitorcontrol
Python monitor controls using DDC-CI.
Stars: ✭ 60 (+215.79%)
Mutual labels:  monitor
mc-monitor
Monitor the status of Minecraft servers and provides Prometheus exporter and Influx line protocol output
Stars: ✭ 100 (+426.32%)
Mutual labels:  monitor
ReSwiftMonitor
ReSwift+redeux dev tools
Stars: ✭ 13 (-31.58%)
Mutual labels:  monitor

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 - Shark Plugins (sma, yahoo_finance, backtest)

Screenshot - Shark Plugin (backtest - against all instruments)

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

Need Help?

Come hang out on Reddit!

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].