All Projects → zlq4863947 → triangular-arbitrage2

zlq4863947 / triangular-arbitrage2

Licence: other
a server side application for perform triangular arbitrage.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to triangular-arbitrage2

Quant
Codera Quant is a Java framework for algorithmic trading strategies development, execution and backtesting via Interactive Brokers TWS API or other brokers API
Stars: ✭ 104 (-21.8%)
Mutual labels:  trading-bot, trading-algorithms
Chanlun
文件 笔和线段的一种划分.py,只需要把k线high,low数据输入,就能自动实现笔,线段,中枢,买卖点,走势类型的划分了。可以把sh.csv 作为输入文件。个人简历见.pdf。时间的力量。有人说择时很困难,有人说选股很容易,有人说统计套利需要的IT配套设施很重要。还有人说系统有不可测原理。众说纷纭。分布式的系统,当你的影响可以被忽略,你才能实现,Jiang主席所谓之,闷声发大财。
Stars: ✭ 206 (+54.89%)
Mutual labels:  trading-bot, trading-algorithms
Astibot
Astibot is a simple, visual and automated trading software for Coinbase Pro cryptocurrencies (Bitcoin trading bot)
Stars: ✭ 104 (-21.8%)
Mutual labels:  trading-bot, trading-algorithms
Jesse
An advanced crypto trading bot written in Python
Stars: ✭ 1,038 (+680.45%)
Mutual labels:  trading-bot, trading-algorithms
Quant Trading
Python quantitative trading strategies including VIX Calculator, Pattern Recognition, Commodity Trading Advisor, Monte Carlo, Options Straddle, Shooting Star, London Breakout, Heikin-Ashi, Pair Trading, RSI, Bollinger Bands, Parabolic SAR, Dual Thrust, Awesome, MACD
Stars: ✭ 2,407 (+1709.77%)
Mutual labels:  trading-bot, trading-algorithms
Tradingview Alert Binance Trader
This trading bot listens to the TradingView alert emails on your inbox and executes trades on Binance based on the parameters set on the TD alerts.
Stars: ✭ 100 (-24.81%)
Mutual labels:  trading-bot, trading-algorithms
Tradzqai
Trading environnement for RL agents, backtesting and training.
Stars: ✭ 150 (+12.78%)
Mutual labels:  trading-bot, trading-algorithms
Cryptocurrency Trading Bots Python Beginner Advance
Crypto Trading Bots in Python - Triangular Arbitrage, Beginner & Advanced Cryptocurrency Trading Bots Written in Python
Stars: ✭ 672 (+405.26%)
Mutual labels:  trading-bot, trading-algorithms
Binance grid trader
A grid trading strategy and trading-bot for Binance Exchange. 币安交易所的网格交易
Stars: ✭ 132 (-0.75%)
Mutual labels:  trading-bot, trading-algorithms
Roq Api
API for algorithmic and high-frequency trading
Stars: ✭ 132 (-0.75%)
Mutual labels:  trading-bot, trading-algorithms
Gekko Strategies
Strategies to Gekko trading bot with backtests results and some useful tools.
Stars: ✭ 1,022 (+668.42%)
Mutual labels:  trading-bot, trading-algorithms
Mynt
An Azure Functions-based crypto currency trading bot; featuring 10 exchanges, 25 indicators, custom strategy support, backtester and more
Stars: ✭ 165 (+24.06%)
Mutual labels:  trading-bot, trading-algorithms
Coinbase Pro Trading Toolkit
DEPRECATED — The Coinbase Pro trading toolkit
Stars: ✭ 817 (+514.29%)
Mutual labels:  trading-bot, trading-algorithms
Socktrader
🚀 Websocket based trading bot for 💰cryptocurrencies 📈
Stars: ✭ 152 (+14.29%)
Mutual labels:  trading-bot, trading-algorithms
Awesome Quant
A curated list of insanely awesome libraries, packages and resources for Quants (Quantitative Finance)
Stars: ✭ 8,205 (+6069.17%)
Mutual labels:  trading-bot, trading-algorithms
Hummingbot chinese
hummingbot中文资源
Stars: ✭ 114 (-14.29%)
Mutual labels:  trading-bot, trading-algorithms
Kelp
Kelp is a free and open-source trading bot for the Stellar DEX and 100+ centralized exchanges
Stars: ✭ 580 (+336.09%)
Mutual labels:  trading-bot, trading-algorithms
Peregrine
Detects arbitrage opportunities across 131 cryptocurrency exchanges in 50 countries
Stars: ✭ 638 (+379.7%)
Mutual labels:  trading-bot, trading-algorithms
Turingtrader
The Open-Source Backtesting Engine/ Market Simulator by Bertram Solutions.
Stars: ✭ 132 (-0.75%)
Mutual labels:  trading-bot, trading-algorithms
Alpaca Backtrader Api
Alpaca Trading API integrated with backtrader
Stars: ✭ 246 (+84.96%)
Mutual labels:  trading-bot, trading-algorithms

triangular-arbitrage2

triangular-arbitrage2 Logo

开源的自动化三角套利交易程序。

前一版本程序地址: https://github.com/zlq4863947/triangular-arbitrage

see the English

技术架构

  • 开发语言: typescript
  • 技术库: rxjsnestjs
  • 数字货币相关库: ccxtbinance
  • 测试库: jest
  • 虚拟环境容器: docker
  • 数据库: mysql 8.0
  • 依赖管理工具: yarn (不是npm)

免责声明

  • triangular-arbitrage2 不是万无一失、百分之百、一定盈利交易机器人。需要您自行担风险使用它。
  • 数字货币仍处于萌芽实验阶段,triangular-arbitrage2也是如此。这意味着,两种都可能随时失败。
  • triangular-arbitrage2分为 Basic(免费版) 和 Pro(付费版)。
    • Basic(免费版),没有真实交易功能,您需要自行增加此功能,并承担由此产生的风险。
    • Pro(付费版),本人负责保证和维护此机器人的策略及交易的准确无误,不保证百分比盈利,交易产生的风险需自行承担。
  • 切勿让机器人长时间不受监控。 triangular-arbitrage2 并不知道什么时候需要停止,所以如果发生太多损失或出现问题,请准备好停止它。

机器人说明

Basic(免费版) Pro(付费版)
开源
命令行应用
支持的交易所 1(币安) 1+n (币安+其他交易所)
多种类日志记录
自动计算交易费率
模拟交易
真实交易 ×
收益报表 ×
多种执行策略 ×
维护与支援 github论坛 实时

快速开始

1,环境安装

  • 安装nodejs(最新版就可以)
  • 执行 npm install (安装程序依赖)

2、设置配置文件

  • config/default.sample.toml更改为config/default.toml
  • 自己修改成想要的配置,例如:币安的apikey

3、启动命令行机器人

免费版命令行应用

  • npm run start:cli

付费版命令行应用

  • npm run start:pro-cli(需求提前安装docker)

捐赠

程序开发不易,需要大量的时间和精力。如果有人为开发捐款,我将非常感谢。

BTC

1J3hX6en3147VtEJvS2WbFrJ1emNcfcTdz

ETH

0x8bb4a5f034B4822E0D1B51f4E07ce1eee7Bc8D8C

License: GPL3

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