Navigation

    Backtrader Community

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

    aaggmm

    @aaggmm

    0
    Reputation
    278
    Profile views
    14
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    aaggmm Unfollow Follow

    Latest posts made by aaggmm

    • RE: Machine Learning Integration

      Thank you for the clarification and link, will look into it.

      posted in General Discussion
      A
      aaggmm
    • Machine Learning Integration

      Has anyone successfully integrated machine learning packages e.g. btgym (https://community.backtrader.com/topic/509/implementation-of-openai-gym-environment-for-backtrader) into strategy development?

      posted in General Discussion
      A
      aaggmm
    • RE: Get position of an instrument within a strategy

      Thanks for reply. Is there a way to assign one broker to each strategy then? Because without ability to correctly evaluate position within each strategy, multi-strategy cannot be truly implemented.

      posted in Indicators/Strategies/Analyzers
      A
      aaggmm
    • Get position of an instrument within a strategy

      How to get current position of an instrument within a strategy? It appears that "strategy.getposition(data)" returns the position of the instrument across all strategies.

      posted in Indicators/Strategies/Analyzers
      A
      aaggmm
    • RE: Extend a pandas datafeed

      .... the purpose of this need is to build indicator on user data. Any advice? Thanks !

      posted in Indicators/Strategies/Analyzers
      A
      aaggmm
    • Extend a pandas datafeed

      Is it possible add user data (other than open/high/low/close/volume/openinterest) from pandas dataframe to build bt datafeed? Thanks!

      posted in Indicators/Strategies/Analyzers
      A
      aaggmm
    • Compute indicator in _next_ process ?

      Is it possible to compute indicator in Next section? If not, is there any way to calculate adaptive indicators which parameters (or sometimes data) need to be dynamically determined in the next process? Thanks!

      posted in Indicators/Strategies/Analyzers
      A
      aaggmm
    • RE: How to get max close price for the past n days

      I see. Thank you!

      posted in Indicators/Strategies/Analyzers
      A
      aaggmm
    • How to get max close price for the past n days

      How to get the maximum close price for the past n days? I tried to use Max indicator but it is not supported?
      clsmax = bt.ind.Max(data.close, period=self.p.nmax)
      TypeError: init() got an unexpected keyword argument 'period'

      posted in Indicators/Strategies/Analyzers
      A
      aaggmm
    • RE: Sizer calculating ATR indicator values

      Thanks !

      posted in Indicators/Strategies/Analyzers
      A
      aaggmm