Skip to main content

Day Twelve

 Hey everyone,

After the recent, shall we say, "humbling" experience with my news straddle strategy's backtesting (ouch, those 10-pip losses!), I've had to take a serious step back and re-evaluate my entire approach. It's easy to get caught up in the excitement of "algo" and "bots," but sometimes, the best path forward is to slow down and deepen your fundamental understanding.

And that's exactly what I'm doing.

Back to Basics: Alex Morris's Supply & Demand Strategy

I've decided to shift my primary focus for now. Instead of immediately trying to fix my news straddle algo, I'm dedicating my effort to learning the components of Alex Morris's Supply and Demand strategy from The Trading Cafe.

This isn't abandoning algorithmic trading, but rather taking a strategic detour. The "Six Figure From Scratch" book and the accompanying chapter readings have been incredibly insightful, and I'm realizing the importance of truly understanding a trading edge manually before attempting to automate it.

Supply and Demand trading focuses on identifying institutional footprints in the market – areas where large banks and institutions have previously bought or sold, creating zones of potential future price reaction. It's a price action-based approach that relies heavily on chart reading and discretionary decision-making.

My goal now is to:

  1. Learn the Components Individually: I'm breaking down Alex Morris's strategy into its smallest, most digestible parts. This means understanding exactly how to identify valid supply and demand zones, how to recognize specific entry and exit patterns within those zones, and the nuances of confirmation.
  2. Gain Confidence in Manual Application: Before I even think about coding, I need to be able to consistently identify and apply these components on a chart myself. This is where hours of screen time and diligent practice come in.

The Path to Automation (Eventually!)

My journey into algorithmic trading isn't over; it's just temporarily on pause while I build a stronger foundation. The plan is to follow a disciplined progression, focusing on manual mastery first:

  • Confidence in Components: Master each individual element of the Supply and Demand strategy.
  • Backtest the Whole Strategy: Once confident, I'll manually backtest the entire strategy rigorously, just as I did with my news straddle. This will involve significant chart replay work.
  • Demo Trade the Whole Strategy: After a successful backtest, I'll move to a demo account, applying the strategy in live market conditions without risking real capital. This tests psychological discipline and real-time execution.
  • Live Trade the Strategy: Only after consistent profitability and confidence on a demo account will I consider live trading with small capital.

And then, only then, if the strategy proves consistently profitable and definable in a rule-based manner, I might look into creating an algorithm for it.

This feels like a more sustainable and ultimately more effective path. Building a solid manual edge first will not only give me a deeper understanding of market mechanics but also a much clearer blueprint for any future automation efforts. It's about patience and building skills step-by-step.

Have you ever taken a step back from automation to master a manual strategy? What were your key takeaways? Share your thoughts in the comments!

Happy learning,

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