MA ReboundThe MA Rebound Indicator is a single algorithm that is designed for the 30m charts of Forex, Crypto, Stocks and Indicies.
How to use;
Alerts trigger when the price has rebounded off the Moving Average and several underlying indicators confirm. You also need a higher timeframe correlation to ensure the trend is continuing.
There are a number of rules baked into the code to try and eliminate as many fake signals as possible.
This algorithm is a combination of several indicators but has trend continuation at its heart.
When to trade
The grey shaded area shows the best times to trade.
Wait for the bar to close and place a pending order with a 3 pip gap from the high or low of the candle.
MA Rebound in action
How to Access
Gain access to MA Rebound for your TradingView account through our website, links below.
7 day paid trials, subscriptions and lifetime access are all available.
All tiers give you full instructions on how to trade this strategy.
Moving
Tilson T3 and MavilimW Triple Combined StrategyInspired by truly greatful Kivanç Ozbilgic (www.tradingview.com).
The strategy tries to combined three different moving average strategies into one.
Strategies covered are:
1. Tillson T3 Moving Average Strategy
Developed by Tim Tillson, the T3 Moving Average is considered superior to traditional moving averages as it is smoother, more responsive and thus performs better in ranging market conditions as well. However, it bears the disadvantage of overshooting the price as it attempts to realign itself to current market conditions.
It incorporates a smoothing technique which allows it to plot curves more gradual than ordinary moving averages and with a smaller lag. Its smoothness is derived from the fact that it is a weighted sum of a single EMA, double EMA, triple EMA and so on. When a trend is formed, the price action will stay above or below the trend during most of its progression and will hardly be touched by any swings. Thus, a confirmed penetration of the T3 MA and the lack of a following reversal often indicates the end of a trend. Here is what the calculation looks like:
T3 = c1*e6 + c2*e5 + c3*e4 + c4*e3, where:
– e1 = EMA (Close, Period)
– e2 = EMA (e1, Period)
– e3 = EMA (e2, Period)
– e4 = EMA (e3, Period)
– e5 = EMA (e4, Period)
– e6 = EMA (e5, Period)
– a is the volume factor, default value is 0.7 but 0.618 can also be used
– c1 = – a^3
– c2 = 3*a^2 + 3*a^3
– c3 = – 6*a^2 – 3*a – 3*a^3
– c4 = 1 + 3*a + a^3 + 3*a^2
T3 MovingThe T3 Moving Average generally produces entry signals similar to other moving averages and thus is traded largely in the same manner.
Strategy for Tillson T3 is if the close crossovers T3 line and for at least five bars the close was under the T3
2. Tillson T3 Fibonacci Cross
Kivanc Ozbilgic added a second T3 line with a volume factor of 0.618 (Fibonacci Ratio) and length of 3 (fibonacci number) which can be added by selecting the T3 Fibonacci Strategy input box.
Strategy for Tillson T3 Fibo is when the Fibo Line crossover the T3 it gives long signal vice versa.
3. MavilimW
MavilimW is originally a support and resistance indicator based on fibonacci injected weighted moving averages.
Strategy for MavilimW is is if the close crossovers T3 line and for at least five bars the close was under the T3
Hope you enjoy
MA_CROSSOVER with SL & TPThis is the Moving Average Script Including the Stoploss and Target Levels. By Default it is working on 25 & 40 Parameters but it can change accordingly.
FrameKitHere are the elements that FrameKit adds to your graphic.
The Bollinger Bands of the upper TimeFrame.
As explained above, context bands are present to speed up your analysis and give you interesting areas to position on your local TF.
Also, since there are two elements in the BBs, the bands and the moving average, I have shown you a trace of this moving average for the last 40 candles. This information therefore gives you an additional technical zone to watch out for when the price approaches it, since there could be a price reaction. This may be the less useful information in FrameKit, because I personally use it very little and that's why I only displayed it for the last 40 candles. On the other hand, I don't want to saturate your chart with too much information and leaving the complete MM trace would have been superfluous and useless.
The Bollinger Bands of the local TimeFrame.
The other information that FrameKit offers you is the bollinger bands channel of the local TimeFrame. This channel is called the minor channel. This information is represented by 2 thin lines, identical to BBs. As its name indicates, the minor channel gives us additional information about the local TF and minor market fluctuations. In addition, this channel allows us to secure our position, something we will see in the risk management stage.
A 200-period Moving Average (orange line).
The penultimate information offered by FrameKit is a 200-period moving average. This MM is used a lot by Traders and that's why it's important. The 200MM, combined with another technical framework such as the Fibonacci ratios as instance, offers you once again a better information package and strengthens your conviction about the market and your trading plan. The 200 Moving Average gives a very good idea of the current trend in the medium term and it's always good to keep an eye on it! For example, it can be useful in a context such as pull-back within a trend. Also be aware that you can change the period’s number of the moving average by clicking on the settings button besides the Framekit indicator. Then change the value over EMA Lenght. That said, I recommend using the 200MM since it gives us a good view of the current market.
TD9
Finally, the last information that FrameKit gives us is the TD9 Sequential, that can be activated by going again in the FrameKit settings and checking the box “Show TD9 Sequential”.
Here is the TimeFrame List for the indicator, but you can also access this list with the google sheets on Teachable.
1M = 5M
3M = 15M
5M = 15M
15M = 1H
30M = 2H
1H = 4H
2H = Daily
4H = Daily
Daily = Weekly
Weekly = Monthly
UTG - Gravy TrainThe most complex indicator we've ever developed.
Works on ALL MARKETS!
Gravy Train is a ALL IN ONE - ONE GLANCE indicator.
- It allows you to gauge trend, gives you appropriate LONG & SHORT identifiers
- It identifies when the trades should be over
- Cloud based support & resistance Zones drawn on the chart
- It keeps you OUT of the market in areas of indecision
- It works on ALL timeframes
- Takes the emotion out of trading various markets
- Gravy Train is Unity Trading Groups bread and butter for Scalping, Swing Trading, Position Trading & Day Trading
Unity Trading Group is proud to present Gravy Train!
To gain access to this script, you can find our details in our Signature, use the links below to find out!
[R&D] Moving CentroidThis script utilizes this concept. Instead of weighting by volume, it weights by amount of price action on every close price of the rolling window. I assume it can be used as an additional reference point for price mode and price antimode.
it is directly connected with Market (not volume) profile, or TPO charts.
The algorithm:
1) takes a rolling window of, for example, 50 data points of close prices:
2) for each of this closing prices, the algorithm will check how many bars touched this close price.
3) then: sum of datapoints * weights/sum of weights
Since the logic is implemented in pretty non-efficient way, the script sometimes can take time to make calculations. Moreover, it calculates the centroid taking into account only close prices, not every tick. of a given rolling window That's why it's still experimental.
SIDD-Master-Moving-AverageSIDD-Master-Moving-Average is based on RSI average calculation Moving average plotted on chart.
This Moving Average is giving 2 signals Bullish and Bearish .
Whenever Bullish signals is coming price is doing crossover with moving average on upside and this indicate price will go up from current market price.
Whenever Bearish signals is coming price is doing cross-under with moving average on downside and this indicate price will go down from current market price.
Moving average color is changing based on upside movement or downside movement , for upside its green and for downside its orange color.
This indicator i have created with stop loss line means any price close below cross line for bullish position then that trade should be closed and take the stop loss. similarly for Bearish trade and candle close above stop loss line means trade should be closed and take the stop loss.
Stop loss i have taken care with ATR and Super trend you can see the settings.
I have defined setting for general use of indicator if any modification on setting then result may vary.
Its multi time frame moving average. And I have given time frame for indicator as well so if any trending move need to capture then that setting need to be increased with respect to chart time frame else keep it same.
I have added commission and slippages as well in indicator.
Ping me or DM me to subscribe this indicator.
I have given all my indicator details below link (Signature URL). You can check indicators and call me on given number or email me on given email to access the scripts and indicators. Telegram link is also given you can ping me there.
--------------------------------------------------------------------------------------------------------------------------------------
Disclaimer : Past performance of the indicator is not giving guarantee for future performance as well, it may change as per market condition.
-------------------------------------------------------------------------------------------------------------------------------------
Harmonic MADsNo, it's not a new saturation plugin for your fruity loops.
...
These are Mean Average Deviations calculated from Harmonic Mean.
...
In my previous research I tried to develop "Harmonic Average Deviations", since applying stdevs on Harmonic Mean calculated from reciprocals ain't make sense. Din't work out, prolly cuz by definition stdevs doesn't like negatives. So in the end I ended up using Mean Average Deviations, and turned out it works great. Generally market data doesn't distribute normally, so t's a great tool, now weird kurtosis won't be a problem.
Harmonic Moving AverageI was legitimately surprised no1 has already coded it out on TradingView, but you guys can copypaste & include it in Pine 5 if your see this xd
Here is it.
I've checked and double checked everything, the calculations are right, it can be proved by plotting mean, geometric mean & harmonic mean together and noticing that geometric mean will be always between Harmonic mean, which is always below, and Mean, which is always above.
...
Other central tendency measures are also here as well for usability.
RAT Momentum Squeeze BETAV1.0
MAs are a great tool to measure the market's momentum. I created this indicator to graphically depict bullish and banishment movements with the moving averages.
Using the 50, 100, & 200 day MA in conjunction with the RSI we are able to find great swing setups. This is used best on the 30min & up to the daily chart.
[STRATEGY] Moving Average CrossoverThis is a backtester for the Moving Average Crossover indicator.
This tool allows you to backtest 4096 combinations of different MA types x customizable periods x customizable take-profits and stop-losses = almost limitless possibilities.
Study version can be found here:
Make Moving Averages Great Again!
3MA'S + KAMA Trend (20EMA,50MA,200MA + KAMA Trend)This indicator, combines the traditional FOREX moving averages (20EMA, 50ma, 200ma) into a single indicator with
an adaptive moving average (AMA) taken from a user defined timeframe to show trend direction (by default, it plots
the daily 10/2/34 KAMA overlayed on any timeframe chart.
An AMA moves slowly when markets are sideways but swiftly during periods of volatility as a result it reacts much fast than
traditional options for moving average trends.
If the price is above the KAMA, trend is up. Below the KAMA, trend is down.
LoFi EMA version 1.3aLoFi EMA version 1.3a
The goal of this indicator is to plot rsi , ema values on any chart. You can also adjust it for larger time frames. Repainting issues have been fixed and updated to pine version 4.0
The script is currently under development and additional updates will be added based on performance from a 24/7 active bot that is using this on 1hr, 4hr, 12hr and daily time frames. This can also be used for degen trading on the 2 min chart. The output may vary slightly between different chart time frames for the same indicator settings.
This is an "Invite Only" script. Contact me for details.
User Interface/Detail Description:
- Green Bar= Buy
- Red BAR = Sell
This indicator can be easily used with popular bot trading platforms. Feel free to contact me for details.
Can be used for all Charts
Basic Entry Chart Layout:
BITMEX:
BITCOIN:
FOREX:
LEGACY:/ STOCKS:
Tradespot Quant Tradespot - Quant is an extensive trading algorithm, signal generator and technicals screener packed into one beautifully designed, functional indicator. The script is very customisable to not limit the trader using it but does have some very respectable settings for BTCUSD & ETHUSD on the 4H and 45M charts that we run in an automated fashion here a tradespot round the clock on Binance Futures.
What does Tradespot Quant do?
Trade following signals generated via our bespoke algorithm
Full customisation to allow a deeper use of the indicator across different assets
Beautifully illustrated 'Take Profit' and 'Stop Loss' levels that are configurable to easily see how successful the model can run
Presets for BTCUSD & ETHUSD on the 4H/45M timeframes avaliable instantly for your use.
Innovative trade panel that illustrates key information such as what trade the algorithm is looking for next? is altcoin trading deemed safe or risky right now? How are the technicals looking regarding the overal market trend?
More features being added all the time, we have great ideas and our only limitation is how fast we can program it!
Do you do a free trial?
Yes! Get in touch for a complimentary 48 hour free trial to the indicator, no strings attached.
Who are you?
Tradespot has been creating scripts for years on TradingView that we use to leverage our social trading and signal group offerings. We currently have over $200K in assets trading with our strategies across over 300 users.
You can learn more about us on our website. Please reach out to me or see the link on our profile.
TS - Trend Moving AveragesOverview
Simple trend indentification indicator based on a mix of SMA & WMA components.
Default settings built for the 1D chart with an optional 3rd fast MA that can be toggled.
Can be used alongside more advanced Tradespot indicators
Access
PM me, our indicators come as a wider package.
Daily Moving Averages on Intraday ChartsPrints exponential 8, 21, 50, 100 and 200-day moving averages on intraday charts. For example, if you are on a 5 minute chart, you will see a magenta "X" making the current value of the 8-day EMA with an "8" label above it.
This is NOT a Strat script and it follows more closely the way Scott Redler from T3Live looks at charts. If you acknowledge that the vast majority of the time, price does have some sort of reaction to these daily EMAs (whether just a short relative pause or the beginning of a reversal), this script may be helpful.
The Strat and Rob Smith DO NOT support the use of moving averages. This adds more data to your chart which you may or may not find extraneous.
TA Basics: Creating a Fibonacci Weighted Moving AverageIn the previous 2 posts in this series, we played around with simple math concepts to create a zero-lag moving average that can deliver fast response and less lag - that we can use to enable better trend following, or as filter / signal.
here we take a step further - instead of using equal weight for the moving average (as in the Simple moving average) or linear weights (as in the weighted moving average), we get to pick THE MAGIC SEQUENCE, Fibonacci.
we will use the Fibonacci Sequence as weights to produce our moving average - so practically, we create a "Fibonacci Weighted Moving Average" (let's call it FiMA) - and compare the result with other commonly-used moving averages of the same length
in a Fibonacci moving average, the data will be weighted based on the Fibonacci Series starting from 1 (for the furthest data point)
so for example, if we use a length of 10, the weights will be 1, 1, 2, 3, 5, 8, 13, 21, 34, 55 with the 55 being the weight applied to the most recent / current bar's selected value (close, hl2, hc3..etc) and moving backward
before i posted this script, i searched around to see if someone else has already wrote this - i found a couple, but the approach we use here in this code is different - i can't claim it to be more efficient - i honestly don't know - but the resulting code here, IMHO, is more compact and easier to integrate in other studies that you may like to put together to leverage this idea, to create your own indicators and strategies.
the reason the code here is more compact, is that it utilizes a shorter formula to calculate the FIb(n) - i included the source where i found that formula, and i tested it before using it in the code.
i also added an optional "extra smoothing" for the resulting MA, by simply calling the fima() function a second time (so like doing a 2-pass filter), with a smaller length on the result of the 1st pass. keep this smoothing small not to produce too much lag.
i like the outcome when compared to other moving averages - it has a fast response to data/trend change and less overshoot - but honesty i didn't see any real "Fibonacci Magic" :) .. but i'll leave the final judgement to those who use it - this is more of an experimental code in all cases - please feel free to use, change and share feedback.
Moving Stop Loss (Most) by ceyhunATR is an indicator that has been removed and replaced with a moving average.Bar colors and infopanel have been added.
//Barcolor
Green = ExMov > Most and close > Most and low > Most
Blue = ExMov > Most and close > Most and low < Most
Red = Most > ExMov and close < Most and high < Most
Yellow = Most > ExMov and close < Most and high > Most
//It gives White color where there is deterioration.
//InfoPanel
Buy Price = Blue draws the circles at the purchase price.
Profit Long>20 = Risk level taken as a percentage, I got the highest 20%, you can determine as you wish.
Sell Price = Red draws the circles at the purchase price.
Profit Short>20 = Risk level taken as a percentage, I got the highest 20%, you can determine as you wish.
==Atr Original Code==
CDC ATR Trailing Stop V2.1 (2013)
==Most Code==
MOST by Anıl ÖZEKŞİ
Barcolor
Barcolor
TS - Long Term Trading Algorithm - StrategyStrategy to the bespoke TS - Trading Algorithm. Highly profitable cryptocurrency trading model.
This script is long only profitable strategy- there is a script coming in the next few days for shorter timeframe long & short trading.
- Backtesting is from 2017.
- 0.05% commission
- 100% capital allocation per trade.
Access to both the backtesting strategy & indicator is paid - PM me for details.
TS - Trading Algorithm - StrategyStrategy to the bespoke TS - Trading Algorithm . Highly profitable cryptocurrency trading model.
Access to both the backtesting strategy & indicator is paid - PM me for details.
Indicator does not repaint and has no discretionary approach - you can follow blindly and take advantage of the performance.
Moving Average Compendium===========
Moving Average Compendium (16 MA Types)
===========
A selection of the most popular, widely used, interesting and most powerful Moving Averages we can think of. We've compiled 16 MA's into this script, and allowed full access to the source code so you can use what you need, as you need it.
-----------
From very simple moving averages using built-in functions, all the way through to Fractal Adaptive Averages, we've tried to cover as much as we can think of! BUT, if you would like to make a suggestion or recommendation to be added to this compendium of MA's please let us know! Together we can get a complete list of many dozens of types of Moving Average.
Full List (so far)
---
SMA - Simple Moving Average
EMA - Exponential Moving Average
WMA - Weighted Moving Average
VWMA - Volume Weighted Moving Average
DEMA - Double Exponential Moving Average
TEMA - Triple Exponential Moving Average
SMMA - Smoothed Moving Average
HMA - Hull Moving Average
ZLEMA - Zero-Lag Exponential Moving Average
KAMA - Kaufman Adaptive Moving Average
JMA - Jurik Moving Average
SWMA - Sine-Weighted Moving Average
TriMA - Triangular Moving Average
MedMA - Moving Median Average
GeoMA - Geometric Mean Moving Average
FRAMA - Fractal Adaptive Moving Average
Line color changes from green (upward) to red (downward) - some of the MA types will "linger" without moving up or down and when they are in this state they should appear gray in color.
Thanks to all involved -
Good Luck and Happy Trading!
Moving Average SlopeA simple calculation and plotting of the slope of a Moving Average.
You'll be amazed looking at how accurate it is signaling early entries and exits from trend follower positions, just by applying some basic TA to it (support, resistance, trend lines).
Have a look:
In the settings, you can choose to use it on EMA on SMA, and the length of the MA involved.
I recommend using it on a medium-long sampling MA, to minimize noise.