Giter Site home page Giter Site logo

Minute "bar" support about pybroker HOT 3 CLOSED

edtechre avatar edtechre commented on August 25, 2024
Minute "bar" support

from pybroker.

Comments (3)

edtechre avatar edtechre commented on August 25, 2024

Thank you for your feedback, @spinus!

Regarding your first point, bars in PyBroker do not necessarily represent days. Instead, they represent the granularity of the data used for backtesting. For example, if you are using per-minute data, then bars will be per-minute as well.

As for your second point, I'm not quite sure how that would work. You can increase the granularity of your data to whatever you like, but the framework assumes that bars are discrete time steps that have already completed.

from pybroker.

spinus avatar spinus commented on August 25, 2024

@edtechre thank you for very fast response.

  1. That makes sense. Just documentation was misleading in few places as it refers to bars as days and I didn't find any general statement about that. Maybe worth clarifying.
  2. Right, but often you cannot get second or minute level data, so your backtesting can be misleading when later algorithm is switched to live trading and won't be tested on sensitive "bar building" events which can trigger events that on daily level data that wouldn't be trigger. One idea for that, would be adding generation of sub-level bars.

from pybroker.

edtechre avatar edtechre commented on August 25, 2024

Thank you @spinus.

  1. I will look over the docs again and see if I can make this more clear.
  2. You should conduct backtesting using the same timeframe as your intended live trading. For example, if you plan to trade intraday, then you should use historical intraday bars for backtesting. Generating sub-level bars would not be possible if there is no available sub-level information. For instance, if you only have daily data, it is not feasible to increase the data granularity to intraday.

from pybroker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.