Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Introduction

This section hosts a collection ofIndicator implementations which are notpart of thebacktrader core.

To use them:

  • Copy the code to a file of your choice or directly above your strategy
  • If copied to a file, import it from the file

    frommyfileimportTheIndicator
  • And use it in your strategy

    classMyStrategy(bt.Strategy):def__init__(self):self.myind=TheIndicator(self.data,param1=value1,...)

[8]ページ先頭

©2009-2025 Movatter.jp