Backtrader Community

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. sorkaladaube
    For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 0
    • Controversial 0
    • Groups 0

    sorkaladaube

    @sorkaladaube

    0
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    sorkaladaube Unfollow Follow

    Latest posts made by sorkaladaube

    • Expected slow down from using stop trail

      I have a strategy which normally takes ~27 seconds to run. If I add a simple stop trail, like

      self.sell(size = sz, exectype=bt.Order.StopTrail, trailpercent=0.01)
      

      it takes ~724 seconds to run. I have tried this with varying strategies with seemingly similar slow downs. Is this normal or is there something I can do to speed these things up?

      posted in General Code/Help
      S
      sorkaladaube