[proxy] web.archive.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

Achievements

Achievements

Block or Report

Block or report 51bitquant

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
51bitquant/README.md

python数字货币量化交易视频代�?�

youtube视频链接: https://www.youtube.com/channel/UCjCMoRi4dZ6LRV2KL_RP8KQ/videos

B站找到视频链接: https://space.bilibili.com/401686908

网易云课�?�进阶课程

如果�?想学�?进阶的课程,可以看下一网易云课�?�的视频: https://study.163.com/course/courseMain.htm?courseId=1209509824

课程包含python基础知识, 网络请求REST API, Websocket, 回测、策略, 实盘交易,以及linux服务器都有讲解,目前课程已经更新完结。 �?可以在网易云看下课程目录,非常的详细,适合入门和提高。具体可以网易云搜索51bitquant, 或者�?我微信咨询:bitquant51

马丁策略

  1. 马丁策略可以基于howtrader进行开发, 具体策略可以参考: https://github.com/51bitquant/course_codes 下面的25/26/27课代�?�,相应的是视频可以参考网易云课�?�的视频: https://study.163.com/course/courseMain.htm?courseId=1210904816
  2. 另外多币种的马丁策略,强势币的马丁策略代�?�如下: https://github.com/51bitquant/multi_pairs_martingle_bot

网�?�交易代�?�

https://github.com/ramoslin02/binance_grid_trader

网�?�交易的原理视频讲解链接: https://www.bilibili.com/video/BV1Jg4y1v7vr/

交易所注册推荐�?�

**如果�?的交易手续费比较多,�?可以联系我,给�?提供返佣的定制服务。添�?微信: bitquant51 ***

#网�?�交易策略使用行情

  • 震荡行情
  • 适合币圈的高波动率的品种
  • 适合现货, 如果交易合约,需要注意防止极端行情爆仓。

服务器购买

推荐ucloud的服务器

  • 价�?�便宜
  • 网络速度和性能还不错
  • 推荐链接如下:可以通过下面链接够买服务器,可以享受打折优�?:

https://www.ucloud.cn/site/active/kuaijie.html?invitation_code=C1x2EA81CD79B8C#dongjing

视频讲解如下: https://www.bilibili.com/video/BV1eK4y147HT/

部署服务器

参考我的博客

linux 常用命令

  • cd # 是切换工作目录, 具体使用可以通过man 指令 | 指令 --help
  • clear
  • ls # 列出当前文件夹的文件
  • rm 文件名 # �?除文件
  • rm -rf 文件夹 # �?除文件
  • cp # 拷贝文件 copy
  • scp scp binance_grid_trader.zip ubuntu@xxx.xxx.xxx.xxx:/home/ubuntu
  • pwd
  • mv # 移动或者剪切文件
  • ps -ef | grep main.py # 查看进程
  • kill 进程id # 杀死当前进程

部署

直接把代�?�上�?到服务器, 通过scp命令上�?

  • 先把代�?�压缩一下
  • 通过一下命令上�?到自己的服务器, xxx.xxx.xxx.xxx为�?的服务器地址, :/home/ubuntu表示�?上�?到服务器的目录

scp binance_grid_trader.zip ubuntu@xxx.xxx.xxx.xxx:/home/ubuntu

安装软件 sudo apt-get install 软件名称 | 库

sudo apt-get install unzip # pip install requests 解压文件 unzip binance_grid_trader.zip

进入该文件夹目录

cd binance_grid_trader

安装依赖包

pip install -r requirements.txt

执行运行脚本

sh start.sh

查看程序运行的id

ps -ef | grep main.py

杀死进程, 关闭程序

kill <进程ID>

linux服务器指令和网�?�策略实盘部署过程如下 https://www.bilibili.com/video/BV1mK411n7JW/

更多课程内容

请参考网易云课�?�的视频

联系我

可以添�?我的微信,如果�?有什么量化问题、python学�?、课程咨询等方面的问题,都可以咨询我。

Pinned Loading

  1. 51bitquant Python数字货币量化交易视频 CCXT框架 爬取交易所数据 比特币量化交易 交易机器人51bitquant tradingbot cryptocurrency quantitative trading btc trading

    Python 475 190

  2. A grid trading strategy and trading-bot for Binance Exchange. 币安交易所的网�?�交易

    Python 344 144

  3. howtrader: how to be a quant trader, forked from vnpy with easy installation and deployment

    Python 223 122

  4. VNPY 2020 Python数字货币量化交易视频教程课程代�?�和资料

    Python 106 73

  5. Binance REST API

    Python 4 6

  6. A muti pairs martingle trading bot for Binance exchange.

    Python 32 26

91 contributions in the last year

Contribution activity

December 2021

Created 1 commit in 1 repository
Created 1 repository
Loading

Seeing something unexpected? Take a look at the GitHub profile guide.