Navigation

    Backtrader Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/

    Incorporating Data (live and historical) from my Stock broker API

    General Discussion
    2
    2
    436
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ?
      A Former User last edited by A Former User

      Greetings,
      My stock broker provides me with real time as well as historical (1m, 3m, 1w, 1M etc) data of stocks and I was wondering how i could feed them to backtrader. The live data is sent via sockets and is of type OrderedDict.

      Also is this the InteractiveBrokers that is integrated with BackTrader ?

      I am from outside of the United States is there a way to switch IB with my own broker ?

      B 1 Reply Last reply Reply Quote 0
      • B
        backtrader administrators @Guest last edited by

        @s13rw81 said in Incorporating Data (live and historical) from my Stock broker API:

        My stock broker provides me with real time as well as historical (1m, 3m, 1w, 1M etc) data of stocks and I was wondering how i could feed them to backtrader. The live data is sent via sockets and is of type OrderedDict

        By reading the code and developing your own Store, Broker and Datafeed. It seems really surprising someone sends an OrderedDict over a socket and not something like JSON.

        @s13rw81 said in Incorporating Data (live and historical) from my Stock broker API:

        Also is this the InteractiveBrokers that is integrated with BackTrader ?

        We can't know with a such a description, but it probably isn't.

        @s13rw81 said in Incorporating Data (live and historical) from my Stock broker API:

        I am from outside of the United States is there a way to switch IB with my own broker ?

        Interactive Brokers works regularly with introducing brokers in different countries. Most of them are a small office which do fully rely on the administration and technology from IB.

        • https://www.lynxbroker.de/handelsplattform/trader-workstation/

        Even if you don't speak german, you should be able to recognize that the pictures belong to TWS and the mobile applications of IB.

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        • First post
          Last post
        Copyright © 2016, 2017, 2018, 2019, 2020, 2021 NodeBB Forums | Contributors