Category: Systematic Trading
-
Is Buying a Stock at its All-Time High More Profitable
—
Read more: Is Buying a Stock at its All-Time High More ProfitableBuying a stock at its all-time high can feel counterintuitive. After all, you’re paying the highest price the market has ever seen. But that moment is also uniquely compelling. There’s no overhead resistance, momentum is strong, and every existing shareholder is sitting on a profit (even if just barely, when the breakout is small). These…
-
Do candlestick patterns work in Forex?
—
Read more: Do candlestick patterns work in Forex?In today’s post, let’s explore the topic: Do candlestick patterns work in Forex? Before we begin, let’s do a quick introduction to candlestick patterns. I believe most readers of a trading blog should understand and be able to read a candlestick chart, so I will not go into the basics. In the rare event that…
-
How Markets Really Work by Larry Connors
—
Read more: How Markets Really Work by Larry ConnorsChapter 1 Chapter 2: Short-Term Highs and Short-Term Lows Average one week gain (%) for S&P after it makes a High Low 5 day -0.02 0.43 10 day -0.03 0.51 Average one week gain (%) for Nasdaq after it makes a High Low 5 day 0.08 0.57 10 day 0.20 0.74 Chapter 3: Higher Highs…
-
A backtest of the Naïve System in Mean Reversion Trading Systems by Howard Bandy
—
Read more: A backtest of the Naïve System in Mean Reversion Trading Systems by Howard BandyThis system is taken from Howard Bandy’s Mean Reversion Trading Systems book. It’s a simple system that he presented in one of the earlier chapters (I believe it’s Chapter 3). Note that I have likely altered the code a bit; I’m unable to verify as I do not have the book with me now. This…
-
Mean Reversion Trading Systems by Howard Bandy
—
Read more: Mean Reversion Trading Systems by Howard BandyThese are notes complied from Howard B. Bandy’s excellent book: Mean Reversion Trading Systems. The notes here are based on what is relevant to me and does not cover everything that is discussed in the book. In addition, I did not copy all the code examples (aka listings) in the book. If you are interested…
-
Quantitative Trading Systems (2nd Edition) by Howard B. Bandy
—
Read more: Quantitative Trading Systems (2nd Edition) by Howard B. BandyThese are notes complied from Howard B. Bandy’s excellent book: Quantitative Trading Systems. The notes here focus on Chapters 9 to 17, which primarily discuss different trading systems and strategies. The post is a work-in-progress and will be updated as I complete the different chapters. Chapter 9: Trending Systems Key Takeaways He gave an example…
-
Understanding Amibroker’s ExRem() and Flip() functions
—
Read more: Understanding Amibroker’s ExRem() and Flip() functionsHave not been posting much because I have been learning more about Amibroker. I re-read Howard Bandy’s book “Quantitative Trading Systems” and also watched some YouTube videos. Here’s a very useful video that I watched on how to scale in and out of a position: Amibroker When it comes to Amibroker, I think I have…
-
How to import forex data into Amibroker
—
Read more: How to import forex data into AmibrokerFirst, we go to https://www.histdata.com/download-free-forex-data/?/excel/1-minute-bar-quotes to download free forex data in Excel format. Note that this data source does not include volume. If you know of any free data source that includes volume, do let me know. Next, open the file in Excel and delete the last column. Save the resulting file in CSV format.…
