- 修改配置文件, config your config file.
{
"platform": "binance_spot",
"symbol": "ETHUSDT",
"api_key": "replace your api key here",
"api_secret": "replace your api secret here",
"gap_percent": 0.005,
"quantity": 0.01,
"max_orders": 1,
"proxy_host": "",
"proxy_port": 0
}
- platform: 是交易的平台, 填写 binance_spot 或者 binance_future, 如果交易的是合约的,就填写binance_future. if you want to trade future, use binance_future, or binance_spot for spot exchange in Binance.
- symbol 交易对: BTCUSDT, BNBUSDT等, trading pair like BTCUSDT, ETHUSDT.
- api_key : 从交易所获取 api key from Binance
- api_secret: 交易所获取 api secret from Binance
- gap_percent: 网格交易的价格间隙, the grid step
- quantity : 每次下单的数量, the order quantity you want to trade every time.
- max_orders: 单边的下单量: max order count.
- proxy_host: 如果需要用代理的话,请填写你的代理 your proxy host, if you want proxy
- proxy_port: 代理端口号 your proxy port for connecting to binance.
修改完配置文件后,用shell 命令运行下面的shell 命令:
sh start.sh
网格交易的原理视频讲解链接: https://www.bilibili.com/video/BV1Jg4y1v7vr/
- download the code, and edit the config.json file, input your configuration, then save the file.
- run the main.py file in Pycharm or use the shell script. then run sh start.sh
-
OKEX 交易所注册推荐码, 手续费返佣20%
-
币安合约推荐码:返佣10%
- 震荡行情
- 适合币圈的高波动率的品种
- 适合现货, 如果交易合约,需要注意防止极端行情爆仓。
推荐ucloud的服务器
- 价格便宜
- 网络速度和性能还不错
- 推荐链接如下:可以通过下面链接够买服务器,可以享受打折优惠:
https://www.ucloud.cn/site/global.html?invitation_code=C1x2EA81CD79B8C#dongjing
视频讲解如下: https://www.bilibili.com/video/BV1eK4y147HT/
参考我的博客
- https://www.jianshu.com/p/50fc54ca5ead
- https://www.jianshu.com/p/61cb2a24a658
- https://www.jianshu.com/p/8c1afcbbe722
- cd # 是切换工作目录, 具体使用可以通过man 指令 | 指令 --help
- clear
- ls # 列出当前文件夹的文件
- rm 文件名 # 删除文件
- rm -rf 文件夹 # 删除文件
- cp # 拷贝文件 copy
- scp scp binance_grid_trader.zip [email protected]:/home/ubuntu
- pwd
- mv # 移动或者剪切文件
- sh stop.sh # 杀死当前进程
直接把代码上传到服务器, 通过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
杀死进程, 关闭程序
sh stop.sh
linux服务器指令和网格策略实盘部署过程如下 https://www.bilibili.com/video/BV1mK411n7JW/
请参考网易云课堂的视频
- 网易云课堂链接
- 你也可以在网易云课堂直接搜索51bitquant可以找到课程视频。
可以添加我的微信,如果你有什么量化问题、python学习、课程咨询等方面的问题,都可以咨询我。