Skip to main content

Day Two

 It’s been an interesting few days as I continue to dive deeper into the world of trading. I’ve been spending a lot of my energy trying to build a news straddle strategy algorithm. It’s a fascinating challenge, and while it’s not quite finished, I’m making progress and learning a ton along the way.

In my quest to test out different platforms for my algo, I recently started a free trial with FTMO. My goal was to explore their DXTrade API, but I quickly discovered that it’s not actually allowed on their platform. A bit of a curveball, but it’s all part of the learning process when you’re exploring new tools and environments!

Beyond the coding, I’ve also been getting more involved in the trading community. I recently joined the Trading Cafe and have been quite active there. It’s been great to connect with other traders, and I even had the chance to watch a live session. Plus, I picked up their book and just started reading it – always keen to soak up more knowledge!

Looking ahead, I’m thinking my next step should be to complete the School of Pipsology at BabyPips.com. I’ve got through the early stages of it before, I feel like solidifying my foundational knowledge will be incredibly beneficial as I continue to refine my strategies and navigate the markets.

What have you all been working on lately? Let me know in the comments!

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 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, wha...

Welcome

  Hello world Welcome to  Quant Quest , my brand new journal documenting my foray into the fascinating and sometimes daunting world of algorithmic forex trading. As a relative beginner in the realm of automated strategies and quantitative analysis, this blog will serve as my logbook, my testing ground, hopefully, my chronicle of progress (and perhaps a few entertaining missteps along the way) but more importantly, my accountability. In this blog, you can expect to find: My learning journey:  The concepts I’m grappling with, the resources I’m exploring, and the “aha!” (and “oh no!”) moments I encounter. Algorithm development:  Snippets of code (when I dare to share!), the logic behind my strategies, and the evolution of my bots. Backtesting results:  The cold, hard numbers (and my attempts to interpret them!). Live trading experiments:  The nervous excitement (and potential heartbreak) of deploying my creations in the real market. My thoughts and reflections...