Many popular technical trading strategies are based on bar patterns (AKA Candlestick patterns). This means looking for a specific bar behavior as a way to indicate the right moment to enter or exit a trading position.
While these methods are popular amongst technical traders, newbies, as well as experienced traders, often find that monitoring the charts waiting for the right pattern to occur can be a daunting task. A specific pattern might take hours, days, or even weeks to appear, making it harder for traders to stick to their plan.
This is exactly why our new Candlestick Pattern Strategies was so highly requested by Capitaise.ai traders.
This new capability allows you to create automated trading strategies based on historical bars’ behavior. Capitalise.ai will trigger your trading orders only if the historical bars pattern you defined actually happened, ensuring your plan is executed at the right moment, precisely as you defined it. Saving time, eliminating emotional influence, and seizing the opportunity at the right moment are only a few of the priceless benefits that you get when automating your trading strategy with Capitalise.ai.
How to refer to historical bars?
The latest bar in the chart is the open bar and could be addressed as “the current bar”.
The first closed bar could already be addressed as “the previous bar”, now you can also relate to the previous bar using the term “with an offset of 0”. In order to relate to any bar prior to the previous bar, we will increment the offset, such that:
For example, if you would like to monitor the closing price of a 15-minute bar which closed 2 bars before the current bar, you can write:
“If AAPL bar(1, 15m, Close) with an offset of 1…”
This new capability enables you to create endless strategy scenarios to meet your specific trading method.
In this article, we will demonstrate the use of this new feature with an example of a Candlesticks Pattern Strategy.
Defining candlesticks patterns
For the sake of this explanation, I would like to introduce an example of a 3 bar pattern and how I can set a trading strategy that will execute my orders once this pattern occurs.
The following 3 bars pattern tries to seize an opportunity for a quick-moving market trade. A long play of the 3 bar pattern would look like this:
This pattern starts with a long bullish bar followed by a smaller contained bearish bar and ends with the current bar breaking above the first bar’s high price.
In order to catch this pattern, we need to define multiple conditions:
- The first bar should be a strong bullish bar. for example, we can set it to be at least 5% in price movement:
- The second bar should have a small range, for example, less than 0.5%.
- The second bar should also have its high price below the first bar high
- Finally, the current bar should cross above the first bar’s (the one with an offset of 1) high.
Creating a full entry strategy
Once we add all of these conditions together, we can complete the strategy by setting an action to buy or sell any amount of shares. This is how the full entry strategy will look like:
This is just one example of a trading strategy you can write, automate & execute code-free with Capitalise.ai. Try the strategy wizard to create your own strategy or use ready-made templates from the Live Examples library.