Backtrader Community

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

    zfsamzfsam

    @zfsamzfsam

    0
    Reputation
    426
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    zfsamzfsam Unfollow Follow

    Latest posts made by zfsamzfsam

    • RE: Futures handling with strategy

      Suggest to support notify_rollover just like notify_timer,
      in notify_rollover event,add new data delete old data.

      posted in Indicators/Strategies/Analyzers
      Z
      zfsamzfsam
    • RE: next() not generated anymore after "IB and Trader Workstation connectivity lost"

      The following links could help solve the problem:
      https://github.com/erdewit/tws_async

      tws_async

      Integrate the Python IB API from Interactive Brokers with asyncio.

      Unix

      Unix users can use the tws_async.py script. It requires Python version >= 3.5 and the Interactive Brokers API.

      Windows

      Windows users are encouraged to use the tws_async_windows.py script that bypasses some reconnect issues.

      posted in General Code/Help
      Z
      zfsamzfsam
    • RE: v1.x -Quick Roadmap

      @RandyT said in v1.x -Quick Roadmap:

      e instrument.

      To achieve this,
      AcountManager(based Acount LEVEL)/Order and Position Tracker & Recovery(based Engine LEVEL)/Strategy Position Manager(based Strategy LEVEL)
      are needed,
      just like IB:
      AccountManager:
      * AccountAdvisor
      * AccountOwner
      * Account
      PortfolioManager:
      * Portfolio
      * Position
      OrderManager:
      * Order
      * Execution

      posted in Announcements
      Z
      zfsamzfsam