Navigation

    Backtrader Community

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

    Raptor

    @Raptor

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

    Raptor Unfollow Follow

    Latest posts made by Raptor

    • Calendar Problem - GenericCSVData

      Hi,
      I used GenericCSVData to add my own data with the following dtformat: ('%d.%m.%Y %H:%M').
      Even if I add params=(('calendar', NYSE_2014), ...) [within GenericCSVData] and cerebro.addcalendar(NYSE_2014) the system is still buying on holidays and at night.

      In https://www.backtrader.com/docu/dataautoref.html I read that for GenericCSVData is no default calendar set. But I should be able to set one through params or cerebro, right? If it's possible then I got some bug in my code.

      posted in General Discussion
      R
      Raptor