Cross
Ema cross strat / Turtle Trading This is just a simple EMA cross strategy which is meant to be similar to Turtle Trading Strategy.
It uses in default 4 Hour 21 / 10 EMA to long or short. This is not perfect but in the long run it will profit. Works best in bull market.
LINK TO ALERT :
EMA Cross by MarketAlphaSignals are generated when EMA(FastLength) and EMA(SlowLength) cross each other.
Below are the additional user parameters:
1. User defined backtesting period
2. User defined Target and StopLoss percentage points
GoldenCross Strategy by ClefsphereGolden cross when 50SMA crosses 200SMA. Can be used for any market. Day time frame is ideal.
Hamming Windowed Volume Weighted Moving AverageApplying a window to the filter weights provides sometimes extra control over the characteristics of the filter.In this script an hamming window is applied to the volume before being used as a weight.In general this process smooth the frequency response of a filter.
Lets compare the classic vwma with hamming windowed vwma
Something i noticed is that windowed filters depending on their period ( high ones in general ) tend to make less bad crosses with the price ( at least with the hamming window )
Here are some data regarding number of crosses with period 50 with the hamming vwma in orange and the classic vwma in purple
Feel free to use the hamming window when using weighted filter.
Moving Average Cross Strategy Simply define your fast and slow M then backtest the strategy.
*First script, work in progress. Will allow you to combine two TV indicators into one.
Moving Average & PriceBars that change color to red/green when the price closes below/above Simple MA
RSI Cross by AP
RSI Cross by AP create by 2 MA of RSI
- When ShortRSI > LongRSI, this is an uptrend.
- When ShortRSI < LongRSI, this is a downtrend.
MA50 and MA200 CrossingThe Indicator is a mix of the MA50 and MA200. You can use crossing of both to identify trend changes into a bullish (green) or bearish (red) market.
EMA_Cross_Trading_JHVer3.0
- EMA14 and EMA50 Cross detection
- HA 1st profit taking
- Overshoot detection
- Candle shape and Wick analysis
Death Cross - 200 MA / 50 Cross CheckerBITFINEX:BTCUSD
You can check if 200 day MA crossed by 50 day MA. Nuff said.
Moving Average 50/200 Golden Cross or Dead CrossA strategy is to apply two moving averages to a chart, one longer and one shorter. When the shorter MA 50 day scrosses above the longer term MA 200 days it's a buy signal as it indicates the trend is shifting up.This is known as a "golden cross."
When the shorter MA crosses below the longer term MA it's a sell signal as it indicates the trend is shifting down. This is known as a "dead/death cross"
For cryptocurrencies use 4 hour charts.
EMA CrossA single Indicator that has two EMA inputs (currently using 9, 16 for my crypto trading)
On a cross the color of the Fast movign EMA changes , and a cross gets indicated at the cross point.
This can then be used to set alerts moving up and down
GoldenCross by PuffyThis is a simple trading strategy that seeks the Golden Cross and Death Cross on the 4HR chart. The fast moving indicator in this strategy is the EMA 50 and the slow moving indicator is the EMA 200. When the EMA 50 crosses over the EMA 200 the strategy indicates a buy. When the EMA 50 crosses below the EMA 200 the strategy indicates a sell. This strategy averages trades in the 40 - 50 day range and as such should not be used with heavy leverage.
Hull MA Advanced CrossFaster and more accurate signals by using Hull MA. You can change the periods.