3
Follow
1508
Followers
アップグレードする手順
- サーバーホストの所在ディレクトリにログインする (変更されていない場合は,通常はSSHログイン後のデフォルトディレクトリ)
lsファイルを見る

見えるlogs robot robot_linux_amd64.tar.gzログはログのフォルダ,ロボットはホストの実行プログラム,ロボット_linux_amd64.tar.gzは原始圧縮パッケージ. - 実行する
rm -rf robot*古いロボットプログラムと圧縮ファイルパケットを削除し,ログを保存します. - 実行する
wget https://www.fmz.com/dist/robot_linux_amd64.tar.gz新しいホストのコンプレッションパッケージをダウンロードする - 実行する
tar -xzvf robot_linux_amd64.tar.gz解圧縮する - 実行する
nohup ./robot -s node.fmz.com/xxxxxx -p yourFMZpassword &背景が動いている.node.fmz.com/xxxxxx詳細はhttps://www.fmz.com/m/add-nodeで確認できます.
アドバンテージ
このようなアップグレードの利点は,ログが保存され,古いホストで動作するボットも停止されないことです (メモリにロードされている). 特定のボットのホストをアップグレードしたい場合は,ボットを停止し,パラメータインターフェイスでホストを交換し (最新のホストid 最大で) 再起動する必要があります.
fmz.com/m/nodesのページから直接削除できます.
Related Recommendations
2.2 How to configure the FMZ Quant trading system2.1 Introduction to the quantitative trading toolFMZ intermediate tutorial1.4 What are the elements of a complete strategy?1.3 What are needed for quantitative trading?1.2 Why choose quantitative trading1.1 What is quantitative trading?Quantitative trading quick startFMZ beginer tutorialImplementing MACD in Python
Comment
All comments (3)
- 1

