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

Bollinger Band Crossover

Bollinger Bands Entry Signal generate buy signal when price cross from below to above lower band. And generate sell signal when cross from above upper band to below upper band.

Parameter 1 : Period
Parameter 2 : MACD Deviation

Stochastic Oscillator

Signal generated when fast Stochastic Oscillator crossing slow Stochastic Oscillator. When fast crossing from below to above slow indicator, buy signal will be generated. If fast crossing from above to below slow indicator, sell signal will be generated.

Parameter 1 : Fast Stochastic Oscillator K Period
Parameter 2 : Fast Stochastic Oscillator D Period
Parameter 3 : Slow Stochastic Oscillator K Period
Parameter 4 : Slow Stochastic Oscillator D Period

ADX Crossover

Signal generate when ADX value cross below and above the threshold value. Sell signal when crossing below, buy signal when cross above.

Parameter 1 : ADX Period
Parameter 2 : ADX Threshold

CCI Crossover

Buy signal generated when indicator value cross from below threshold to above threshold. Sell signal generated when indicator value cross from above threshold to below.

Parameter 1 : CCI Period
Parameter 2 : CCI Threshold

Williams Percent R Crossover

Buy signal generate when Williams %R crossing from below oversold to above oversold. Sell signal generate when William %R crossing from above overbought to below.

Parameter 1 : Period
Parameter 2 : Overbought Level
Parameter 3 : Oversold Level