Giter VIP home page Giter VIP logo

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

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

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

币安合约交易快速下单软件下载

链接地址:https://share.weiyun.com/F03qTiin

网易云课堂进阶课程

如果你想学习进阶的课程,可以看下一网易云课堂的视频: 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 [email protected]:/home/ubuntu
  • pwd
  • mv # 移动或者剪切文件
  • ps -ef | grep main.py # 查看进程
  • kill 进程id # 杀死当前进程

部署

直接把代码上传到服务器, 通过scp命令上传

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

scp binance_grid_trader.zip [email protected]:/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学习、课程咨询等方面的问题,都可以咨询我。

51bitquant个人微信

51bitquant's Projects

-chanlun icon -chanlun

文件 笔和线段的一种划分.py,只需要把k线high,low数据输入,就能自动实现笔,线段,中枢,买卖点,走势类型的划分了。可以把sh.csv 作为输入文件。个人简历见.pdf。时间的力量。有人说择时很困难,有人说选股很容易,有人说统计套利需要的IT配套设施很重要。还有人说系统有不可测原理。众说纷纭。分布式的系统,当你的影响可以被忽略,你才能实现,Jiang主席所谓之,闷声发大财。第一周,大盘跌了1%,挣钱了一万,挣了5%。 #股票 #股市 #缠论 https://v.kuaishou.com/bFEl6M Copy this message and open 【Kwai】to view!

51bitquant icon 51bitquant

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

aioquant icon aioquant

Asynchronous event I/O driven quantitative trading framework.

arbitrum icon arbitrum

Powers fast, private, decentralized applications

binance_grid_trader icon binance_grid_trader

Binance_grid_trader is a grid strategy bot trading with Binance Spot and Binance Futures Exchange. you can use it to trade any pair in Binance Exchange. Binance_grid_trader是一个币安网格策略软件, 目前支持币安现货,USDT合约和币币合约。

bitquant icon bitquant

the bitquant for 51bitquant trading system.

course_codes icon course_codes

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

ethereum-bip44-python icon ethereum-bip44-python

Python code to generate Ethereum addresses from a hierarchical deterministic wallet according to the BIP44 standard.

ez-flashloan icon ez-flashloan

A Solidity starter template for implementing Aave's flashloans

fehelper icon fehelper

😍FeHelper--Web前端助手(Awesome!Chrome & Firefox & MS-Edge Extension, All in one Toolbox!)

gitignore icon gitignore

A collection of useful .gitignore templates

gplearnplus icon gplearnplus

升级后的gplearn, 支持包含时序和截面参数的自定义函数,例如均线

gpquant icon gpquant

Mining technical factors based on symbolic regression via genetic algorithm

hello-algo icon hello-algo

《Hello 算法》:动画图解、一键运行的数据结构与算法教程,支持 Python, C++, Java, C#, Go, Swift, JS, TS, Dart, Rust, C, Zig 等语言。English edition ongoing

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.