6
Follow
956
Followers
バックテスト システムのデフォルトの Python バージョンを Python3 に変更することに関する重要なお知らせです。
Created 2019-10-13 15:59:04 Updated 2019-10-15 12:13:26
0
3016
Pythonのバージョンを Python3に変更する重要な通知です!
- Pythonのコアチームは2020年に Python2のサポートを終了する予定です.
- NumPy,Pandas,Matplotlibなどの有名な3つのライブラリも2020年にPython2のサポートを放棄すると発表しました.
発明者プラットフォームは,フィードバックシステムのデフォルトエンジンをPython3に更新し,tensorflow,torchライブラリへのサポートを追加することを決定しました.
Python 2 のコードで変更したくない場合は,コードの最初の行に追加できます.
#!python2
Python 3 の 2 to 3 ツールで変換できます.
注記:
- Pythonのコードの最初の行は,エンジンの絶対経路を指定できます.
- ホストは,Pythonのコードを実行するときに,ネイティブ Pythonのインストール環境を動的に検出します. Python3が指定されているがインストールされていない場合は,デフォルトバージョンで実行します.
- Python3のAPI返回型の文字列は,Dial操作で返されるバイト型を除いて,すべてstr型に統一されています.
Related Recommendations
Advanced Tutorial for FMZ Quant platform Strategy WritingElementary Tutorial for FMZ Quant platform Strategy WritingGet Started with FMZ Quant PlatformSECURITY BUGI keep getting error: Exchange_GetAccount: Invalid ContractTypeWe have an incredibly profitable market making algorithm for sideways markets on Bitmex - but need expert to help eliminate wait times during downward volatility in the marketError with deribitLimitations of the backtesting engineHow to install ta-lib on linux docker?5.5 Trading strategy optimization
Comment
All comments (0)
No data
- 1
