All Projects → zlq4863947 → Triangular Arbitrage

zlq4863947 / Triangular Arbitrage

Licence: gpl-3.0
数字货币-三角套利机器人

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Triangular Arbitrage

Octobot
Cryptocurrency trading bot: high frequency, daily trading, social trading, ...
Stars: ✭ 706 (+46.17%)
Mutual labels:  trading-bot, bitcoin, arbitrage
Cryptotrader
A cryptocurrency trader for all famous exchanges
Stars: ✭ 228 (-52.8%)
Mutual labels:  trading-bot, bitcoin, arbitrage
Blackbird
Blackbird Bitcoin Arbitrage: a long/short market-neutral strategy
Stars: ✭ 5,456 (+1029.61%)
Mutual labels:  trading-bot, bitcoin, arbitrage
Crypto Arbitrage
Automatic Cryptocurrency Trading Bot using Triangular or Exchange Arbitrages
Stars: ✭ 369 (-23.6%)
Mutual labels:  trading-bot, bitcoin, arbitrage
R2
R2 Bitcoin Arbitrager is an automatic arbitrage trading system powered by Node.js + TypeScript.
Stars: ✭ 655 (+35.61%)
Mutual labels:  trading-bot, bitcoin, arbitrage
Arbitrader
A market neutral cryptocurrency trading bot.
Stars: ✭ 66 (-86.34%)
Mutual labels:  trading-bot, bitcoin, arbitrage
api-version-2
Executium API Version 2 - A comprehensive trading system API which connects traders with dozens of exchanges. Currently in closed beta
Stars: ✭ 82 (-83.02%)
Mutual labels:  trading-bot, arbitrage
ccapi
A header-only C++ library for interacting with crypto exchanges. Binding for Python is provided. A spot market making application is also provided as an end-to-end solution for liquidity providers.
Stars: ✭ 227 (-53%)
Mutual labels:  trading-bot, arbitrage
hummingbot
Hummingbot is open source software that helps you build trading bots that run on any exchange or blockchain
Stars: ✭ 3,602 (+645.76%)
Mutual labels:  trading-bot, arbitrage
Quantbot
数字货币量化交易学习框架
Stars: ✭ 257 (-46.79%)
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 (-46.58%)
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 (-45.34%)
Mutual labels:  trading-bot, bitcoin
arbitrage-trading-bot
Bot to automate trading orders between Bitcoin exchanges to make some profit.
Stars: ✭ 43 (-91.1%)
Mutual labels:  trading-bot, arbitrage
roq-samples
How to use the Roq C++20 API for Live Cryptocurrency Algorithmic and High-Frequency Trading as well as for Back-Testing and Historical Simulation
Stars: ✭ 119 (-75.36%)
Mutual labels:  trading-bot, arbitrage
rockfish
Rockfish is an arbitrage bot for the Stellar Decentralized Exchange (SDEX)
Stars: ✭ 58 (-87.99%)
Mutual labels:  trading-bot, arbitrage
Crypto Trading Bot
Automated Bittrex crypto-currency technical analysis and trading tool
Stars: ✭ 251 (-48.03%)
Mutual labels:  trading-bot, bitcoin
Crypto Signal
Github.com/CryptoSignal - #1 Quant Trading & Technical Analysis Bot - 3,100+ stars, 900+ forks
Stars: ✭ 3,690 (+663.98%)
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 (-30.64%)
Mutual labels:  trading-bot, bitcoin
Ccxt
A JavaScript / Python / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges
Stars: ✭ 22,501 (+4558.59%)
Mutual labels:  bitcoin, arbitrage
Wolfbot
Crypto currency trading bot written in TypeScript for NodeJS
Stars: ✭ 335 (-30.64%)
Mutual labels:  trading-bot, bitcoin

triangular-arbitrage

数字货币-三角套利机器人

配置

1、config/default.org.toml 改为 config/default.toml

2、config/default.toml文件中配置修改,例如:币安apikey

启动步骤

启动自动套利程序步骤

// 只在第一次安装程序时需要运行
npm install
// 启动自动套利主程序
npm start

控制台运行效果

web服务启动步骤

非必须启动项,只对想看的排行页面的同学需要如下配置

找到storage项目中的url = ""改为url = "http://127.0.0.1:5984"

  • CMD切换到项目路径,执行如下命令
npm run ws

页面显示

打开127.0.0.1:3000后,显示如下:

系统构成图

概念图

疑难解答

Q:toml配置如何改为json配置?

A:可以把toml后缀改成json,然后通过这个地址,把toml格式配置转换成json格式。

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