Skip to main content

Day Four

 Sometimes, the most productive days in algo trading aren't spent coding or backtesting, but simply absorbing knowledge. Today was one of those quieter days for me, and I finally carved out some dedicated time to dive into a new resource.


Diving into TradingCafe

I've finally cracked open the TradingCafe book! I've heard a lot about it in various trading circles, and I'm excited to start digging into its insights. It's easy to get caught up in the technical aspects of building bots and analysing data, but understanding the underlying market dynamics and trading psychology is just as crucial. I'm hoping to gain some fresh perspectives and perhaps even discover new strategy ideas from its pages. It's a reminder that continuous learning is paramount in this ever-evolving field.


Babypips School of Pipsology: A Game-Changer!

On another exciting note, I made a fantastic discovery today: the Babypips School of Pipsology is available in audio format! Seriously, what a life-saver!

For those new to trading, Babypips School of Pipsology is an incredibly comprehensive and widely recommended free online course for learning Forex trading from the ground up. It covers everything from the absolute basics to more advanced concepts. I've always intended to go through it thoroughly, but finding the uninterrupted time to sit down and read through all the lessons can be a challenge with everything else going on.

Having it in audio format means I can now listen and learn while I'm doing other things – whether it's on my commute, during a workout, or just handling chores around the house. This is a game-changer for someone like me who's always juggling multiple tasks and trying to maximise every minute of learning time. It's a fantastic way to reinforce fundamental concepts and fill in any gaps in my theoretical knowledge, which is crucial even when you're focusing on the algorithmic side of things.

It just goes to show, sometimes the biggest leaps in our learning journey come from finding a more accessible way to consume information.

What are your go-to resources for learning about trading or algo trading, especially if you're trying to fit it into a busy schedule? Let me know in the comments!

Happy (algo) trading,

Comments

Popular posts from this blog

Day Five

 Hello fellow aspiring algorithmic traders! Today, I want to talk about two critical, yet often overlooked, aspects of developing an algo trading strategy: backtesting libraries and the looming question of deployment , especially when you're a dedicated Linux user like me. Diving into Backtesting: QStrader vs. backtestpy So, my current focus is really on nailing down the backtesting of my news straddle strategy. It's one thing to have a great idea; it's another entirely to prove it stands a chance against historical market data. For this, I've been getting my hands dirty with a couple of prominent Python backtesting libraries: QStrader and backtestpy . Both libraries offer fantastic functionalities, but they approach the problem from slightly different angles. QStrader is a comprehensive framework that provides a more structured and object-oriented approach. It's great for building sophisticated event-driven backtesting systems, which can accurately simulate ma...

Day Seventeen

 Hey everyone, After the eye-opening (and somewhat humbling!) experiences with my manual backtesting, and having re-prioritized my learning journey, I've come to a crucial realization: one of the most fundamental skills I need to truly master is proper backtesting methodology. It's not enough to just scroll charts and count pips. To truly validate a strategy and understand its edge, you need a systematic, unbiased, and thorough approach to historical data. This is where many aspiring traders, myself included, often fall short. Why Proper Backtesting is My Next Big Focus You might recall my previous posts about the pain of manual backtesting and the frustration of realizing my news straddle strategy "sucked." While those were valuable lessons, they also highlighted a gap in my knowledge: how to design and execute a truly effective backtest. That's why my immediate next step is to learn how to backtest properly via The Trading Cafe's dedicated course on the sub...