Entry Signal

Below is the specification for all the predefine entry signal. Take first one SMA crossover as example, by selecting SMA crossover mean your algorithm will generate a trading signal when long and short SMA crossover with each other.

SMA Crossover

A Simple Moving Average (SMA) crossover is a technical trading strategy where two SMAs of different time periods (e.g., 50-day and 200-day) intersect. A bullish signal occurs when the shorter SMA crosses above the longer SMA, indicating potential buying opportunities. Conversely, a bearish signal emerges when the shorter SMA crosses below, suggesting selling or shorting.

Parameter 1 : Short SMA Period – Typically 10, 20, or 50 days (e.g., 50-day SMA). Determines the faster-moving average.
Parameter 2 : Long SMA Period – Often 100, 200, or 260 days (e.g., 200-day SMA). Sets the slower-moving average.

EMA Crossover

A Simple Moving Average (SMA) crossover is a technical trading strategy where two SMAs of different time periods (e.g., 50-day and 200-day) intersect. A bullish signal occurs when the shorter SMA crosses above the longer SMA, indicating potential buying opportunities. Conversely, a bearish signal emerges when the shorter SMA crosses below, suggesting selling or shorting.

Parameter 1 : Short SMA Period – Typically 10, 20, or 50 days (e.g., 50-day SMA). Determines the faster-moving average.
Parameter 2 : Long SMA Period – Often 100, 200, or 260 days (e.g., 200-day SMA). Sets the slower-moving average.

RSI

The Relative Strength Index (RSI) is a momentum oscillator used in technical analysis to measure the speed and change of price movements. It ranges from 0 to 100, with readings above 70 indicating overbought conditions and below 30 suggesting oversold conditions. RSI helps traders identify potential reversals, trend strength, and entry or exit points. Calculated using average price gains and losses over a specified period, typically 14 days, it’s widely used in stock, forex, and crypto markets.

Parameter 1 : RSI Period
Parameter 2 : RSI Upper Level
Parameter 3 : RSI Lower Level
Parameter 4 :
When parameter 4 set to 1,
Long if RSI level larger then RSI Upper level.
Short if RSI level less then RSI Lower Level.
When parameter 4 set to 2,
Long if RSI level crossing to oversold zone,
Short if RSI level crossing to overbought zone.

MACD

The Moving Average Convergence Divergence (MACD) is a technical analysis indicator used to identify trends and momentum in financial markets. It calculates the difference between a short-term (typically 12-day) and a long-term (typically 26-day) exponential moving average (EMA) of an asset’s price. The MACD line is plotted alongside a signal line (usually a 9-day EMA of the MACD). Crossovers, divergences, and histogram patterns signal potential buy or sell opportunities, helping traders gauge market direction and strength.

Parameter 1 : Fast EMA Period
Parameter 2 : Slow EMA Period
Parameter 3 : Signal Period

Sign-up now to get a 50% discount code and Free Trial.