Hi elite traders,
Some 3 years ago, I am informed by a guru here to learn some Python and do the research and trading, as this is "what the professionals are doings". Now, I am done with the research work, and seem to find a pattern in the ES 1 mins intra-day data.
So, now I am looking forward to deploy a semi-automated system using Python and IB api. Probably starting with ib_insync. As I have just started, there is another steep learning curve ahead(not from a programming related background). And I have envisioned two ways to realize this: 1) one is to realize all this on the python side, whether it is an interactive environment such as jupyter notebook/lab, or an IDE like pyCharm; but this way, I have to code everything including the charting, which seems daunting; 2) or, I can realize all this on the TWS side, so that I can take advantage of the charting ability, meanwhile integrating the system in the background. But at this moment I do not even know whether this is possible.
I guess there are traders already doing something similar. So, any advice that can shorten the learning curve is welcomed.
Meanwhile, I will also record every step how I resolve the problems encountered. As a way to contribute back to the community and deliver some information for those who are struggling to achieve similar things.
Some 3 years ago, I am informed by a guru here to learn some Python and do the research and trading, as this is "what the professionals are doings". Now, I am done with the research work, and seem to find a pattern in the ES 1 mins intra-day data.
So, now I am looking forward to deploy a semi-automated system using Python and IB api. Probably starting with ib_insync. As I have just started, there is another steep learning curve ahead(not from a programming related background). And I have envisioned two ways to realize this: 1) one is to realize all this on the python side, whether it is an interactive environment such as jupyter notebook/lab, or an IDE like pyCharm; but this way, I have to code everything including the charting, which seems daunting; 2) or, I can realize all this on the TWS side, so that I can take advantage of the charting ability, meanwhile integrating the system in the background. But at this moment I do not even know whether this is possible.
I guess there are traders already doing something similar. So, any advice that can shorten the learning curve is welcomed.
Meanwhile, I will also record every step how I resolve the problems encountered. As a way to contribute back to the community and deliver some information for those who are struggling to achieve similar things.

It's very low level, just a step above Assembler language, or machine code writing