Exponential Moving Average (EMA)
Trend Indicator A-V2 (Smoothed Heikin Ashi Cloud)"Trend Indicator A-V2" and "Trend Indicator B-V2" are updated and improved versions of my initial trend indicators. Totally rethinking the code, adding highs and lows in the calculations, including some more customisation through colour schemes.
In practice, this indicator uses EMAs and Heikin Ashi to provide an overall idea of the trend.
The "Trend Indicator A-V2" is an overlay showing “Smoothed Heikin Ashi” .
The "Trend Indicator B-V2" uses the same values in a different way to measure the momentum of the trend and identify potential trend rejections.
Please, take into account that it is a lagging indicator.
Trend Indicator B-V2 (Momentum measuring)"Trend Indicator A-V2" and "Trend Indicator B-V2" are updated and improved versions of my initial trend indicators. Totally rethinking the code, adding highs and lows in the calculations, including some more customisation through colour schemes.
In practice, this indicator uses EMAs and Heikin Ashi to provide an overall idea of the trend.
The "Trend Indicator A-V2" is an overlay showing “Smoothed Heikin Ashi” .
The "Trend Indicator B-V2" uses the same values in a different way to measure the momentum of the trend and identify potential trend rejections.
Please, take into account that it is a lagging indicator.
MA-SS ( EMA SSL ) Indicator StudyThe MA-SS Indicator is a simple yet effective indicator using a combination of EMAs and SSL channel, utilising higher time frame data to help confirm trend/ price direction.
How does it work?
The Indicator consists of;
- 3 x EMAs – The 3rd EMA being a filter EMA
- Multi Time Frame EMA (This is an additional filter EMA which can be switched on and off)
- Multi Time Frame SSL Channel (This acts as a filter and can also be switched on and off)
The concept initially began as a simple EMA crossing indicator, but adding an MTF EMA plus a MTF SSL channel for additional filtering, helped to give a better indication of trend and ultimately filter out several bad trades.
- EXAMPLE: If price is …
o below the MTF EMA filter
o The MTF SSL Channel is red
o White and blue EMAs cross below the yellow (filter) EMA in the red SSL channel
> …a short is fired!
- (Opposite scenario for longs)
- Your stop loss would ideally be the top/ bottom of the SSL channel (either the MTF SSL channel or a standard SSL channel added manually to the chart), or, go for a clear pivot point or support/ resistance level.
- Take profit is yours to decide but I opt for a 1:1.5 risk/reward ratio. You could also use the MTF SSL channel to gauge when you should exit your trade (i.e. if you're in a long, wait for the SSL channel to flip red).
I will also have a strategy script available for this indicator.
Any questions please fire away in the comments.
3x SuperTrend Strategy (Mel0nTek) V1This is a triple SuperTrend based strategy for lower time frame trades such as day trades and scalping. I have not seen many strategies that combine multiple SuperTrends so I thought I would publish this one since I put it together and have been quite happy with the results. I have found through testing that the best results are on currency exchange markets such as Crypto or Forex on 1-15 min time frames.
The core idea was inspired by a youtube video put out by Trade Pro:
"Trade Pro - HIGHEST PROFIT Triple Supertrend Trading Strategy Proven 100 Trade Results"
I went ahead and set the defaults to the ones he uses in his video for anyone who wants to try a configuration similar to his. They work pretty well in general, however the EMA, SuperTrend ATR multipliers, and P/L ratio can be tuned/optimized to fit the timeframe/market desired. The video is quite good but not a required watch as I will explain below.
The 200EMA is used as a medium-term trend direction indicator.
- Price closing consistently above the 200EMA means that only long positions should be entered.
- Price closing consistently below 200EMA means that only short positions should be entered.
The 3 SuperTrend indicators should be used as direction confirmation for entries. Typically, price above SuperTrend indicates bullish movement, while price below SuperTrend indicates Bearish movement. However by itself, it is not a great indication to enter/exit positions in my experience. By combining 3 of them with slightly longer periods and increased ATR multipliers, we can get much stronger confirmation of trend direction/strength.
The way they are used in this strategy is such that:
- We only want to enter a position if at least 2 out of 3 SuperTrends are on our side.
- 3/3 SuperTrends on our side is the best case, since we are taking trades WITH momentum/price strength.
- The second farthest SuperTrend from entry price is used as a Stop Loss
SuperTrend being on our side is not the only requirement for an entry however. The probability of success is increased with SuperTrend, and a longer EMA on our side, but we want to be sure that we aren't getting in too late/after the movement has already happened.
So we use Stoch RSI to pick our entries where price is oversold/overbought and reversing. That means the Stoch RSI is above 80, or below 20, and our indication to enter the trade is when the 2 lines cross/begin reversing direction.
So with trend direction on our side, we can get really good entries at these oversold/overbought extremes, especially as it's reversing (Stoch RSI K and D are crossing). This allows us to use the SuperTrend as a support/stop loss on our entry since price should be above it.
Then we just target 1.5x our max loss so that even if we only win 50% of the time, we still make a profit.
The explicit rules of this strategy are as follows:
=== Rules ===
long only
- price above EMA200
short only
- price below EMA200
Stop Loss = 2nd SuperTrend line above (short) or below(long) entry candle
Profit = 1.5x SL/risk (Profit Ratio x Max Loss)
=== Entry Setup ===
LONG
- Stoch RSI below 20, cross up
- at least 2 SuperTrend lines below close
SHORT
- Stoch RSI above 80, cross down
- at least 2 SuperTrend lines above close
P.S. Special thanks to Trade Pro for producing so many quality videos, putting strategy claims to the test, and providing me with so many good ideas I apply to my own strategies.
350DMA Golden ratio Higher timeframe ma'sThis Script take a 350 day moving average (bright yellow line) and multiplies it by the golden ratio 1.6... and by the Fibonacci sequence (0, 1, 2, 3, 5)
It is a great tool for finding tops and critical supports on higher timeframes.
The script also includes and higher timeframe ma (gray line) that can be set to your liking (default is 21 week).
EMA 8,21 SMA 50,200 / Show horizontal linesShow horizontal lines after the last point of EMA8, EMA21, SMA50 and SMA200
Muestra líneas horizontales que continúan del último punto de la EMA8, EMA21, SMA50 y SMA200
Three EMA and Stochastic RSI Signals with TP and SL AlertsThis is kind of similar to one of my other scripts but I figured people might be looking for this one in a simple wrapped up package. It takes 3 EMAs, a 50, 14 and an 8 and the trade signals come from crossovers of the Stochastic RSI lines and conditions that marry up with the EMAs lining up in an uptrend or downtrend condition. I used the TP and SL lines from one of my other scripts so you can see where the winners and losers are. Includes alerts so they can be used with webhooks to automate however you wish. I have added signal confirmation with Weiss Wave Volume on side with trend. Stop and TP Levels are configurable in the settings as well as the periods for the ATR used in these calculations.
EMA Ribbon Bollinger UltimateEma Ribbon and Bollinger Bands.
Background change color if the trend change or if it goes weak.
3EMA 5/13/26 StrategyBuy signal generated when following conditions are met
1. EMA 5 crossess EMA 13 and 26 from bellow
2. RSI is crossing 60 from below
stoploss- last 2 candle below
Sell signal generated when following conditions are met
1. EMA 5 crossess EMA 13 and 26 from above
2. RSI is crossing 40 from above
stoploss- last 2 candle above
OptionsMillionaire SPY Moving Averages and Signalsby ColeJustice
OptionsMillionaire's SPY Options trading system is based mainly on these indicators:
- 8 EMA*
- 21 EMA*
- 100 SMA*
- 200 SMA*
- MACD
- RSI
- Squeeze Momentum
(*provided by this indicator)
and follows these rules:
|
| 1) I never fight the trend. If its green, i buy calls. If its red, i buy puts. I will only buy puts on a green day if there is a overall change in market trend. Inversely, calls on a red day
| 2) Price action is my #1 indicator. I wait for it to confirm my thesis before i enter a trade
| 3) I only trade SPY Options
| 4) My baseline is to choose a call/put that has a DTE (Date To Expiration) 6-7 days out, with a strike $2-$3 away. I adjust that to fit my current appetite for volatility. i virtually never play same day DTE's.
| 5) I set a 10% stop, but usually exit at 8% before my stop triggers depending on current situation
| 6) I utilize about 10-20% of my Portfolio for one trade. Sometimes more. Rarely less.
| 7) I never hold overnight in these market conditions.
| 8) I shoot for 10-20% for gains. Depending on market conditions.
| 9) Always look for confirmations in your indicators.
| 10) I never force a trade. No trade is a good trade too if the entry just isn't there.
| 11) Patience always pays off. A great set-up can form in minutes or seconds. I never regret being patient to enter. I nearly always regret rushing into a trade.
|
This indicator combines the moving averages into a single unit to simplify one part of the indicator usage rules: the 8 EMA / 21 EMA Cross. . The 8 crossing over the 21 is a Bullish signal, while the 8 crossing under the 21 is a Bearish signal. This indicator places flags at these crossover/under points, as well as shading the area between the 8 and 21 EMAs to help visualize the strength of the trend; green during a Bullish cross, and red during a Bearish cross.
A new addition to this strategy is the Hull Moving Average, or HMA. This script defaults to an HMA of 20 and shows alerts when candles close above or below the plot in the form of green and red candle backgrounds. This alert is best used in conjunction with the main crossovers and should be considered an addition level of confidence rather than providing trade entry/exits directly. This indicator is more flexible and you should feel free to adjust the period if you find a different value works better within your own personal trading style.
Each individual element of this indicator can be modified or toggled, providing maximum customization. While you should strive to become comfortable with the default settings, these options are provided in case you feel the need to adjust for your own style (or if testing on tickers other than SPY, for example).
Goodluch, and happy trading!
CRYPTO 3EMA Strategy with Take Profit & Stop Loss based on ATRSimple 3 EMA Strategy with plotted Take Profit and Stop Loss
Entry condition:
- Middle EMA cross above the Slow EMA
- Set take profit and stop loss exit conditions based on ATR Indicator
Exit condition:
- Fast EMA cross below the Middle EMA
1H 50-EMAFor anyone using a smaller timeframe who still wants to see the 1-hr 50-ema without having to change its settings every time
MA Emperor insiliconot StrategyConverted EmperorBTC's EMA crossover indicator for easy backtesting and added ability to:
Specify time period for backtesting
Specify order quantity
Toggle original indicators (default off)
Quoting EmperorBTC:
Entry is to be made when the
1. Cross over gives a P(Positive Sign) and the candle completely closes above the cross-over
2. When the Heikin Ashi turns green and the next green HA candle goes above the previous green HA candle.
3. The price should be at-least above the 0.236 Level from the Swing high.
Kindly note that the strategy only attempts to do check number 1, where it ensures the entry opens above the cross-over.
Universal MA BandThis universal Moving Averages Band allows you to configure 2 independent MA with a tinted band between them. It is unique in that it allows you to configure each one separately: separate Resolution, Period and Type (SMA or EMA). Recommended bands for BTC:
50D SMA/EMA
100D SMA/EMA
20W SMA / 21W EMA
MA Strategy Emperor insiliconotThe Script offers 9 different EMAs with 14 different MA types.
The make use of the script is to find the entry on the 1-4 hour altcoins while using the in-built 13/21 crossover strategy to be used in sync with Heikin Ashi cross-over with Fib levels of 0.236 Fib level.
How to use it.
Entry is to be made when the
1. Cross over gives a P(Positive Sign) and the candle completely closes above the cross-over
2. When the Heikin Ashi turns green and the next green HA candle goes above the previous green HA candle.
3. The price should be at-least above the 0.236 Level from the Swing high.
All the Best.
EmperorBTC
Bot go_up strategyHello. This strategy is based on go_up alerts.
Our task is to find the local minimum. The trade is entered on the basis of RSI and SMA according to a specific formula, which is embedded in the code. When the RSI crosses the SMA upside down, a long position is entered. You can change the length of the RSI . The longer the length, the less frequent, but more accurate the entrance, and vice versa. You can use a different time frame.
The settings have:
1) RSI length, the lower the length, the more often the entry.
2) Testing results for any period of time
3) Take profit for any percentage
4) Stop order for any percentage
5) If there is a check mark ✅, then purchases will always be made, and if not, then purchases will be made, BUT, if the next payback is lower than the previous one, it does not matter by what percentage.
6) If there is a check mark ✅, then each trace of the purchase will be made provided that it is lower by the percentage specified, even if the conditions of the purchase are triggered.
7) The filled area is made for visual display of consolidation zones
Default settings:
RSI length 15, step 1.5, take profit 15, stop order 30.
Also in the settings there is a pyramid of the order, keep this in mind. Enter a deal for a small part of the deposit, and not for all the money at once! You can remove pyramiding and see the results with one entry.
For a more visual understanding, overlay the go_up script.
You can choose a strategy for yourself based on history! If you need examples of strategies, then write to me, my contacts are in the column: instructions from the author.
Successful trades, dear friends, I am glad that you trust me!
(IK) Color Coded MAJust a simple Moving Average indicator. Choose between SMA, EMA, and WMA, set the length and the source. There are 3 color indicators that represent whether price is above or below the moving average:
- the moving average line itself
- the background of the chart (optional)
- the 'underglow' of price action (optional - set 'underglow strength' to 0 to turn off)
You can customize the colors
I wasn't planning on publishing this, because, again, it doesn't really do anything special, but I've been using it for a little bit now in place of regular MAs, and I really dig the visual effect of the underglow, so I thought I'd share.
Feel free to steal/modify this.
Xartos ZeroLag MACD + MOM Indicatorinspired by Grimmes MACD HIGH LOW indicator,
this script uses ZL MACD for fast adaption to changes. High Low MOM uses EMA instead of sma. HF
ModestPips RSI + Apirine Slow RSIThis script is composed of 4 elements:
EMA Cross Indicator
Money Flow Indicator Oversold/Overbought
RSI with divergence indicator
Apirine Slow RSI
EMA Cross:
The EMA Cross provides a rough idea of trend direction. The 50 horizontal line will flash green/red depending on the current EMA crossover status.
The EMA values can be changed depending on your preference.
This indicator is not used for entries. It only provides confluence for entries.
Money Flow Indicator:
The money flow indicator will flash green/red in the background when it is oversold/overbought. It could be referred as an early signal before a potential big move.
Not used for entries, just as a warning to get ready for a potential big move.
RSI Indicator:
Typical RSI that shows indicates when divergences are detected
Apirine Slow RSI:
Generates OB/OS signals & midline crossover signals and divergence
Configured with high smoothing to show trends in the markets (This value can be adjusted). When maxed out in either direction, can help to identify strong trends in the market.
Thanks to @Lazybear for providing the code for the slow RSI.
Moving Average ExponentialThis indicator is based on the embedded Tradingview EMA script. The difference is having the capability of showing four different EMA in one single indicator. Due to being baseed on the oroiginal EMA script, user can modify the source and length of each EMA as s/he wish.
Bu indikatör gömülü Tradingview EMA scripti üzerinden oluşturulmuştur. Diğer indikatörlerden farklı olarak dört EMA değerini tek bir indikatörde gösterir ve kullanıcının her bir EMA değeri için uzunluk ve zaman değerlerini modifiye etmesi mümkündür.
Devilpool Operational Moving Average ExponentialThis indicator contains the main exponential moving averages (9, 21, 80, 200, 305 and 610), which I use in my operational.
It was developed by my friend Giovani, who is a 10 note guy!
I hope he can help you on your journey to becoming a Professional Trader.
You can modify it the way you prefer, it is very simple.
Neste indicador estão reunidas as principais médias móveis exponenciais (9, 21, 80, 200, 305 e 610), que uso em meu operacional.
Ele foi desenvolvido por meu amigo Giovani, que é um cara nota 10!
Espero que ele possa ajudar a você na jornada para se tornar um Trader Profissional.
Você pode modifica-la do jeito que preferir, é muito simples.
ToTitans - AJ Jim : Type 2 Plus + Alligator (Future & Intraday) What is it ?
It is a strategy based on Type 2 from AJ Jim Class. It used a volume indicator at the same time as William Alligator given a magnificent result. With a bit of knowledge in his class for hedging, it will make your trade perfect.
Must use with 3 indicators 1) ToTitans - TVI , 2) ToTitans - Buy/Sell HHV and 3) ToTitans - Williams Alligator with Life Line. However this strategy already include Williams Alligator with Life Line.
Has no need to add those 3 indicators to use this strategy. Those 3 indicators are included in the signal already. However, the additional indicators are only for visualisation purpose
This strategy aims for giving the user to get a bear and bull icon signal for considering long and short from those combined indicators. However, its performance required a hedging and money management for drastically improve on WinRate and Profit.
This version is optimised for Future and Intraday Timeframe
How to Use it ?
You can use either TVI or Buy/Sell HHV to determine the trend of the trade. Especially the when Buy/Sell Volume is hit the HHV and TVI hit the HHV or LLV as dotted in the those indicators
Using Life Line while enter the cloud as an entry signal
Using Life Line while exit the cloud as an exit signal
Apply Money management for a better performance
Also you can set alert to your phone for Long and Short Entry Signal
Differentiation
The calculation formula has been improved for a better performance
Suitable for
Intra Day Trading (20m-2h). Best for 30m
TFEX:S501!