Backtrader Community

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

    hadrien-toma

    @hadrien-toma

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

    hadrien-toma Unfollow Follow

    Latest posts made by hadrien-toma

    • RE: Running copy/pasted samples from documentation gives different results than those presented in the documentation

      @backtrader Perfect, thank you very much!

      posted in General Discussion
      H
      hadrien-toma
    • RE: Running copy/pasted samples from documentation gives different results than those presented in the documentation

      @backtrader Hum alright, thank you, so what have I to do to get the same results as the documentation? I would like to continue my quick start having exactly the same results :s.

      posted in General Discussion
      H
      hadrien-toma
    • Running copy/pasted samples from documentation gives different results than those presented in the documentation

      For instance for the sample "Our First Strategy", I get different results than those presented. Explicitly, I get :

      2000-12-26, Close, 30.94
      2000-12-27, Close, 30.69
      2000-12-28, Close, 31.06
      2000-12-29, Close, 29.06
      Final Portfolio Value: 100000.00
      

      When the documentation says I should get :

      2000-12-26T00:00:00, Close, 29.17
      2000-12-27T00:00:00, Close, 28.94
      2000-12-28T00:00:00, Close, 29.29
      2000-12-29T00:00:00, Close, 27.41
      Final Portfolio Value: 100000.00
      

      Is the difference due to differences in the imported data? In this case, why is the data different? I simply git cloned the master branch and use its data to try the samples in the doc.

      posted in General Discussion documentation samples quickstart
      H
      hadrien-toma