All Projects → miaolz123 → Samaritan

miaolz123 / Samaritan

Licence: mit
An Algorithmic Trading Framework for Digital Currency.

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Samaritan

Crypto Trading Bot
Automated Bittrex crypto-currency technical analysis and trading tool
Stars: ✭ 251 (-53.6%)
Mutual labels:  trading-bot, bitcoin
Tai
A composable, real time, market data and trade execution toolkit. Built with Elixir, runs on the Erlang virtual machine
Stars: ✭ 264 (-51.2%)
Mutual labels:  trading-bot, bitcoin
Machine Learning And Ai In Trading
Applying Machine Learning and AI Algorithms applied to Trading for better performance and low Std.
Stars: ✭ 258 (-52.31%)
Mutual labels:  trading-bot, bitcoin
Bxbot
A simple Bitcoin trading bot written in Java.
Stars: ✭ 515 (-4.81%)
Mutual labels:  trading-bot, bitcoin
Tribeca
A high frequency, market making cryptocurrency trading platform in node.js
Stars: ✭ 3,646 (+573.94%)
Mutual labels:  trading-bot, bitcoin
Gekko Backtesttool
Batch backtest, import and strategy params optimalization for Gekko Trading Bot. With one command you will run any number of backtests.
Stars: ✭ 203 (-62.48%)
Mutual labels:  trading-bot, bitcoin
Quantbot
数字货币量化交易学习框架
Stars: ✭ 257 (-52.5%)
Mutual labels:  trading-bot, bitcoin
Tensorflow Bitcoin Robot
A Bitcoin trade robot based on Tensorflow LSTM model.Just for fun.
Stars: ✭ 155 (-71.35%)
Mutual labels:  trading-bot, bitcoin
Wolfbot
Crypto currency trading bot written in TypeScript for NodeJS
Stars: ✭ 335 (-38.08%)
Mutual labels:  trading-bot, bitcoin
Profit Trailer Settings
Place to store and stay up to date with configs & strategies from the CryptoGnome Group
Stars: ✭ 335 (-38.08%)
Mutual labels:  trading-bot, bitcoin
Krypto Trading Bot
Self-hosted crypto trading bot (automated high frequency market making) written in C++
Stars: ✭ 2,589 (+378.56%)
Mutual labels:  trading-bot, bitcoin
Triangular Arbitrage
数字货币-三角套利机器人
Stars: ✭ 483 (-10.72%)
Mutual labels:  trading-bot, bitcoin
Magic8bot
Magic8bot is a cryptocurrency trading bot using Node.js and MongoDB.
Stars: ✭ 176 (-67.47%)
Mutual labels:  trading-bot, bitcoin
Cryptotrader
A cryptocurrency trader for all famous exchanges
Stars: ✭ 228 (-57.86%)
Mutual labels:  trading-bot, bitcoin
Channelbreakoutbot
Channel Breakout Bot for bitflyer-FX
Stars: ✭ 162 (-70.06%)
Mutual labels:  trading-bot, bitcoin
Crypto Signal
Github.com/CryptoSignal - #1 Quant Trading & Technical Analysis Bot - 3,100+ stars, 900+ forks
Stars: ✭ 3,690 (+582.07%)
Mutual labels:  trading-bot, bitcoin
Tradzqai
Trading environnement for RL agents, backtesting and training.
Stars: ✭ 150 (-72.27%)
Mutual labels:  trading-bot, bitcoin
Socktrader
🚀 Websocket based trading bot for 💰cryptocurrencies 📈
Stars: ✭ 152 (-71.9%)
Mutual labels:  trading-bot, bitcoin
Erc20 Ico Onchain Technical Analysis
An tool to analyze any company's ICO
Stars: ✭ 326 (-39.74%)
Mutual labels:  trading-bot, bitcoin
Crypto Arbitrage
Automatic Cryptocurrency Trading Bot using Triangular or Exchange Arbitrages
Stars: ✭ 369 (-31.79%)
Mutual labels:  trading-bot, bitcoin

Samaritan

Travis Go Report Card Github All Releases Gitter Docker Pulls license

中文文档

Installation

You can install samaritan from installation package or Docker.

The default username and password are admin, please modify them immediately after login!

From installation package

  1. Download the samaritan installation package on this page
  2. Unzip the samaritan installation package
  3. Enter the extracted samaritan installation directory
  4. Run samaritan

Then, samaritan is running at http://localhost:9876.

Linux & Mac user quick start command

wget https://github.com/miaolz123/samaritan/releases/download/v{{VERSION}}/samaritan_{{OS}}_{{ARCH}}.tar.gz
tar -xzvf samaritan_{{OS}}_{{ARCH}}.tar.gz
cd samaritan_{{OS}}_{{ARCH}}
./samaritan

Please replace {{VERSION}}, {{OS}}, {{ARCH}} first.

From Docker

docker run --name=samaritan -p 19876:9876 miaolz123/samaritan

Then, samaritan is running at http://localhost:19876.

Supported exchanges

Exchange Stock
okcoin.cn BTC/CNY, LTC/CNY
huobi BTC/CNY, LTC/CNY
poloniex ETH/BTC, XMR/BTC, BTC/USDT, LTC/BTC, ETC/BTC, XRP/BTC, ETH/USDT, ETC/ETH, ...
btcc BTC/CNY, LTC/CNY, LTC/BTC
chbtc BTC/CNY, LTC/CNY, ETH/CNY, ETC/CNY
okcoin.future BTC.WEEK/USD, BTC.WEEK2/USD, BTC.MONTH3/USD, LTC.WEEK/USD, ...
oanda.v20 coming soon ......

Usage

Add an Exchange

Add an Algorithm

Deploy an Algorithm

Run a Trader

Algorithm Reference

Read Documentation

Contributing

Contributions are not accepted in principle until the basic infrastructure is complete.

However, the ISSUE is welcome.

License

Copyright (c) 2016 miaolz123 by MIT

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