Technical indicators are popular trading signals for many trading systems. The platform provides multiple technical indicators to choose from when automating your strategy.
You can use a technical indicator recipe inside a scanner automation to filter trading opportunities. Adding a loop symbol action lets you scan a watchlist of tickers in the automation and tells the bot what to reference for each security.
For example, you can have the bot check the 14-day RSI to determine if the security is overbought or oversold. You can then create dynamic orders to open certain positions based on market conditions.
You can also check more indicators, such as MACD and CCI. The bot will automatically check both technical indicators before progressing through the automation and eventually opening a new position.
You can group decisions with “and/or” functionality. So, either both decisions must be true, or one of the decisions must be true. Grouped recipes allow targeted decisions for more precision inside an automation.
You can always test the automation to see each symbol’s indicator reading using real-time, live market data. Testing can help you determine if the bot will open a position or where an automation would end.
It’s a challenge to track multiple technical indicators to identify trading opportunities. With bots, you can leverage the power of automation to evaluate multiple indicators simultaneously in a single automation and enter new positions only when your criteria are met.