Skip to content

Types of Trading Strategies

Once you have selected the indicators that you wish to use your next step is to define your trade rules, so far we have only implemented trade rules for moving average crossovers, in future releases we will include rules for other technical indicators like th MACD Histogram and Relative strength Index.

Moving Averages

Moving average indicators are widely used tools in technical analysis, a field of study in financial markets that focuses on using historical price and volume data to make informed trading and investment decisions. These indicators are calculated to smooth out price data and help traders and analysts identify trends and potential reversals in a financial instrument's price.

Traders and market analysts frequently employ various timeframes when calculating moving averages to construct their charts and among the most commonly used periods for identifying substantial, extended support and resistance levels, as well as overall trends, are the 50-day, 100-day, and 200-day moving averages. These extended moving averages are considered more dependable trend indicators based on historical data and are less susceptible to short-term price fluctuations.

The 200-day moving average holds particular significance in the realm of stock trading and when a stock's 50-day moving average remains above the 200-day moving average, it is typically interpreted as being in a bullish trend and the downside crossover of the 200-day moving average is seen as a bearish signal.

For spotting near-term trend shifts, the 5-day, 10-day, 20-day, and 50-day moving averages are frequently employed where alterations in direction by these shorter-term moving averages are closely monitored as potential early indicators of longer-term trend changes. Crossovers involving the 50-day moving average with either the 10-day or 20-day moving average are deemed significant.

In intraday trading, the 10-day moving average plotted on an hourly chart is often used to provide guidance to traders.

Two of the most commonly used moving average indicators are Simple and Exponential, the choice between SMA and EMA depends on the trader's or analyst's specific goals and time horizon. Short-term traders often prefer EMA for its responsiveness to recent price changes, while longer-term investors might use SMA for a smoother trend analysis.

Moving Average Death Cross

There are two types of moving average strategies you can use with the algo building tool.

Golden & Death Cross Strategy

Crossover Signals: Crossovers between different moving averages, such as the "golden cross" (50-day SMA crossing above the 200-day SMA) and the "death cross" (50-day SMA crossing below the 200-day SMA), are used to signal potential changes in trend direction.

Price Crossover Strategy

You can also trade based on the symbols price crossing above or below the moving average.

The MA Crossover Strategy with Price Action is a strategy that helps in finding the midpoint of a trend that provides traders with price signals about when to long or short a trade. The two Moving Averages that can be used in this crossover strategy are the 50- period (short term) moving average and the 200-period (long term) moving average.

  • Whenever the 50-period MA crosses the 200-period MA from above, it indicates a market uptrend and signals traders to enter the market or go long to benefit from the uptrend.

  • Whenever the 50-period MA crosses the 200-period MA from below, it indicates a market downtrend and signals traders to exit or go short to benefit from the falling markets.

Remember that no trading strategy is foolproof, and it's essential to have a well-defined trading plan and risk management rules in place when using moving average price crossover strategies, it is also wise to stay updated on current market conditions and adjust your strategy accordingly.


5-8-13 EMA Strategy

The combination of five, eight, and 13-bar exponential moving averages (EMAs) offers a relatively strong fit for day trading strategies, these are Fibonacci-tuned settings that have withstood the test of time, but interpretive skills are required to use the settings appropriately. It's a visual process examining relative relationships between moving averages and price as well as moving average slopes that reflect subtle shifts in short-term momentum.

8-8-13 Strategy

The Exponential Moving Average (EMA) stands as a potent tool within a trader's toolkit and in contrast to its counterpart, the Simple Moving Average (SMA), which treats all price data equally, the EMA places a heightened emphasis on the most recent prices.

But what's the rationale behind the numbers 5, 8, and 13? These numerical choices align with Fibonacci numbers, a sequence frequently encountered in natural phenomena and deeply ingrained in trading folklore due to its apparent prevalence in market trends. While there exists no scientific validation that Fibonacci numbers can predict price movements, their extensive use often transforms them into self-fulfilling prophecies capable of influencing market dynamics.

How to Use

  • Begin by plotting the three EMAs (5, 8, and 13 periods) on your trading chart.
  • A bullish trend might be showing when the 5 EMA moves above the 8 and 13 EMAs, a bearish trend is suggested when the 5 EMA dives below the 8 & 13 EMAs.
  • It is best to reinforce EMA-based insights with other technical instruments like the Relative Strength Index (RSI) or the Stochastic Oscillator for a comprehensive reading.
  • A common approach among day traders is to use the 5 EMA as a guide and exiting a trade could be when the 5 EMA reverses its course, crossing the 8 EMA in the opposite direction to the initial trade.

Other Strategies

There are many moving average strategies to choose, you can find them on the internet with a quick search.

RSI & SMA

Adding a confirmation indicator like the Relative Strength Indicator to a Simple Moving Average indicator is a good method to capture both the trend and if a symbol is overbought or oversold, the following strategy uses a simple combination of a 1-hour timeframe with 14 periods. You can check the trades here by drawing a vertical line on the trade entry points.

Trade Rules

  • Sell Trade = RSI > 60 and symbol price is below SMA.
  • Buy Trade = RSI < 40 and symbol price is above SMA.

RSI & SMA Strategy