MA Crossover Strategy with MA Turning Point ExitsStrategy based on MA crossover entries and MA turning point (pivots) exits. You can select any SMA or EMA length, with the first faster one being used as the exit trigger. You can backtest different combinations on different timeframes.
Поиск скриптов по запросу "crossover债券是什么"
EMA 55 CrossoverBasically what this does is to flag when EMA 55 crosses over EMA 8, 13, 21, and 200. This strategy was described by @Philakone on this tweet , but I'm not really sure if this is the correct strategy he described.
Dual Timeframe SMA Ribbon Crossover Backtest// Backtesting Dual SMA Ribbon Crossover Strategy
// see f.bpcdn.co
// including time limiting
Turned this study into a backtest.
EMA CrossoverSimple script showing two EMA values and a shape(circle) when a crossover has taken place.
RSX CrossoverThis plots an RSX crossover with barcolor, I chose 75 and 100 for optimum smoothality. Very good.
Trend MA 20Simple to use for anyone trading a 20 length moving average.
Crossover is signaled once 20 MA crosses 1 MA at close of selected time interval.
RN MACD SignalsThis is my simple way to quickly see MACD signals without having the MACD taking up space. The one at the bottom is for display to show how this works. A crossover occurs when the arrow flips over. The position of the arrow tells you if it is currently above or below the zero line. You can change the script to overlay and have it show up above or below price also. Let me know what you think.
MACD Crossover MACD – Moving Average Convergence Divergence. The MACD is calculated
by subtracting a 26-day moving average of a security's price from a
12-day moving average of its price. The result is an indicator that
oscillates above and below zero. When the MACD is above zero, it means
the 12-day moving average is higher than the 26-day moving average.
This is bullish as it shows that current expectations (i.e., the 12-day
moving average) are more bullish than previous expectations (i.e., the
26-day average). This implies a bullish, or upward, shift in the supply/demand
lines. When the MACD falls below zero, it means that the 12-day moving average
is less than the 26-day moving average, implying a bearish shift in the
supply/demand lines.
A 9-day moving average of the MACD (not of the security's price) is usually
plotted on top of the MACD indicator. This line is referred to as the "signal"
line. The signal line anticipates the convergence of the two moving averages
(i.e., the movement of the MACD toward the zero line).
Let's consider the rational behind this technique. The MACD is the difference
between two moving averages of price. When the shorter-term moving average rises
above the longer-term moving average (i.e., the MACD rises above zero), it means
that investor expectations are becoming more bullish (i.e., there has been an
upward shift in the supply/demand lines). By plotting a 9-day moving average of
the MACD, we can see the changing of expectations (i.e., the shifting of the
supply/demand lines) as they occur.
Strategy Stochastic Crossover This back testing strategy generates a long trade at the Open of the following
bar when the %K line crosses below the %D line and both are above the Overbought level.
It generates a short trade at the Open of the following bar when the %K line
crosses above the %D line and both values are below the Oversold level.
Trailing TP Bot • Crossover-based Trend Strategy using two simple moving averages (SMAs)
• Includes Take Profit and optional Trailing Take Profit
• Trades both long and short
• No pyramiding, i.e., one position at a time