Thanks jharmon,
I'm trying to build a fully automated trading system based on Python and have tested different pieces like ib_insync, I'm not from a programming background, so the design of the system seems a bit difficult for me, such as which part a essential of a system and what's the role of a database etc.
I'm trying to build a fully automated trading system based on Python and have tested different pieces like ib_insync, I'm not from a programming background, so the design of the system seems a bit difficult for me, such as which part a essential of a system and what's the role of a database etc.
xappppp, I've been doing Python for a while now.
Extra modules like Zipline and the like take a while to figure out. My daily data vendor (Norgate) has figured out how to adapt code Clenow's book against its data, which is a task I'm thankful I didn't have to do myself.
Zipline is authored by Quantopian, but you need to really delve through their community forum to get anything approaching "extensive".
Maybe you could tell us what you're trying to achieve, what periodicity you use (or want to use) and we could let you know which Python module(s) might work?