Navigation

    Backtrader Community

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

    john

    @john

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

    john Unfollow Follow

    Latest posts made by john

    • Re-sample of Oanda demo live data

      Hello,

      I am testing Backtrader with the Oanda demo live streaming data. I can receive the tick data & aggregate the data in minute time frame (I can see the data0 with OHLC in the log every minute).

      I am trying to work on some indicators like RSI, and I can generate the RSI (14 period) using the 1-min data.

      Now I try to generate the RSI using 5-min data by applying "compression = 5" for re-sampling, but the data0 is now produced every 5 minutes.

      I want to have the data0 generated every minute while to calculate the RSI with 5-min data. How can I do that?

      Thanks,
      John

      posted in General Code/Help
      J
      john