EMA_Cross_TimeframeIndicator made to show the EMAs in different timeframes.
indicator gives buys signal when the EMA of the current chart (emaA1) crosses the EMA of the 1H chart (emaH1). And it gives the signal of sale when the EMA of the current chart (emaA1), crosses down the EMA of the 1H chart (emaH1) and the closing is below the emaH1.
NOTE 1: In the tests that I have done, it has given great signs of purchase, but with the sales signals, I still have to find the best result.
NOTE 2: Do not blindly use any indicators, analyze them, and use the indicator to help confirm your inputs and outputs.
I am open to suggestions for improvements.
Cross
Triple EMA Cross Strategy by lvinnylThis is a pretty simple strategy that uses three exponential moving averages (fast, normal, and slow) and enters a long position when the fast EMA is above the normal EMA and the normal EMA is above the slow EMA. The position will be closed once the inverse is true (slow is above normal and normal is above fast).
The settings allow you to choose your data source and the fast, normal and slow EMAs for your personal customization. It also includes custom back testing time frame inputs to target specific time frames in history to view its performance.
There is also a study version that supports alerts. The alerts are called "Long Condition" and "Short Condition".
Tips are welcomed...
BTC: 3B9vjMxrbdtbmZ3r3iGyq1uxxsnbkKNFzv
LTC: MU3oDbfDGeSxcAZc2VkMz31gKFDHAh5eF7
ETH: 0x6c432B24c4c62c3D2A8C55e6132FF1267A914110
Enjoy!
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.
Death & Golden Cross Moving Average StrategyJust a simple strategy to put two MA on the same chart and find golden/death crosses.
Default on 50/200.
Grahn Gyllene KorsGrahn Gyllene Kors strategy is an idea that was brought to me and I was asked to create for the client to be used as an early alert signal for when BTC 0.05% is trending. The client has graciously now decided that this should be shared with everyone.
This is an EMA / Trend Explorer useful for identifying trends before EMA's cross and also identifying and experimenting with various EMA lengths and candle trends. There will be a companion Alert study for this released soon in which signals may be sent to the user via sms or email.
EMA Fast and EMA Slow may be adjusted in length and color and their display may be turned on or off.
Bullish X% F/S controls what percentage the EMA Fast should be above EMA Slow before considered bullish and is represented by the Green band on the chart.
Neutral > Y% < is what percentage surrounding the EMA Slow should be considered neutral and is represented by the Yellow band on the chart.
Bearish Z% S/F controls what percentage the EMA Fast should be below EMA Slow before considered bearish and is represented by the Red band on the chart.
Trend Enable determines whether Trend Strength is enforced in addition to EMA divergence.
Bull Strength is the number of candles ranging from 0 to 5 that should be consecutively higher in value before considered to be a trend.
Bear Strength is the number of candles ranging from 0 to 5 that should be consecutively lower in value before considered to be a trend.
Adam Smith - MovingAvg CrossSimple Moving Average Cross script. Test on stocks and currency. For stocks test shorter time periods, meaning intra-day time periods such as 3min to 30min and so on to fit what is best. For currency, try longer periods with this model such as day to weeks depending on which currency.
NOTE: Take a look at your Max Drawdowns when testing. This will be the main indicator once you figure out your time period for backtesting. This will also let you know how much money to save and/or hold back in savings for down periods.
Ichimoku + Daily-Candle_X + HULL-MA_X + MacDIchimoku_cloud + Daily-Candle_cross(DT) + HuLL-MovingAverage_cross + MacD
any timeframe, all indicators settings adjustable for fine tuning to pair/timeframe
Target Point and Stop Loss settings
set SL low to reduce repaint
MultiCross v4.20Quad-HullMA-cross & VWMA & MacD & TSI combination
Version 4.20
added script for strategy settings to be already correct when strategy loads onto chart:
calc_on_order_fills= true, calc_on_every_tick=true, default_qty_type=strategy.percent_of_equity, default_qty_value=100, pyramiding=0
MultiCrossQuad-HullMA-cross & VWMA & MacD & TSI combination
Made for 4H - other timeframes unkown result.
[STRATEGY][RS]MicuRobert EMA cross V2Fixed a error were if trailing stop wasnt selected it wasnt activating stops.
changed property's to fit 5min timeframe parameters.