暗号資産のことはよくわかってないのに、アドベントカレンダーに参加してしまいました。 Open in Colab で開くとお手元で実行できます。よければお試しください。 このような内容を書いてます。 CCXT からデータをフェッチ バックテスト用にデータ前処理 ...
今回はバックテストを行うためのpythonライブラリであるBacktesting.pyについて解説します。 ずっと前に公開した自前のバックテストコードではそろそろ物足りなくなってきたので最近はBacktesting.pyを使っています。 最初からこっちを使っていれば良かったん ...
Backtest trading strategies with Python. Kudos to Zach Lûster for the original project kernc/backtesting.py which he built and maintained for 5 years. We at LUCIT like to use backtesting.py with our ...
# Copyright (c) Drakkar-Software, All rights reserved. # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser ...