Trend Follow with 8/34 EMA and Stoch RSI for 1 Hour SPX
The script determines and plots entry points for 1 hour S&P index using 8/34 emas and stochastic RSI. When 8 ema above/below 34 ema up/down crosses of stochastic RSI are considered as long/short entries. Entry prices should be above/below high/low of the signal bars accordingly. Ichimoku cloud can be used as extra filtering.
Rata-Rata Pergerakan Eksponensial / Exponential Moving Average (EMA)
VWAP MVWAP with Opening rangeThe indicator plots the opening range of different time frame useful for intraday for range breakouts. It is combined with VWAP and MVWAP( EMA on VWAP ) to look for low risk areas to take positions and also filters whipsaws
EMAS+MA & CrossContiene una media móvil simple y cuatro medias móviles exponenciales, las longitudes y las fuentes son modificables. Marca el cruce de la ema4 y la ma, viene configurado que sea el cruce de la ema de 50 sesiones con la media móvil simple de 200 sesiones, un cruce dorado.
CBG Swing HighLow MAThis indicator will show the swing high and lows for the number of bars back. It's very easy to use and shows good support and resistance levels.
I then took it a step further and added a moving average with all the standard types in my indicators:
SMA
EMA
Weighted
Hull
Symmetrical
Volume Weighted
Wilder
Linear Regression
I then added Bollinger Bands to show the standard deviation from the midline.
Finally, I added a simple bar coloring scheme: green if above the upper BB, Red if below and orange if in the middle.
I am just testing this out so please use with caution. If anyone in the community wants to run some backtests, that would be great and we would all appreciate it.
Of course you can keep it all simple and turn off all the moving averages and bollinger bands.
Enjoy! :-)
DMA: Moving Average of OscillatorTechnical Indicator Moving Average of Oscillator (Moving Average of Oscillator OsMA) is the difference between the oscillator and oscillator smoothing. In this case, an oscillator is used the basic MACD line and the smoothing of the signal.
Calculate:
OSMA = MACD - SIGNAL
MACD = EMA(CLOSE, 12) - EMA(CLOSE, 26)
SIGNAL = EMA(MACD, 9)
Trend Trade ( in W, D, H, 15M )Condition:
Uptrend, EMA5 > EMA8 > EMA13
Downtrend, EMA5 < EMA8 < EMA13
EMA# input can be changed by user.
Trading Plan:
1. Long in Uptrend when Price croseover EMA5;
Buy EMA5 + 0.03 (Do not wait for close), initial stop EMA13-0.03
If it is a big Gap up, do not chase. Let it go;
2. Short in Downtrend when Price croseunder EMA5;
Short EMA5 - 0.03 (Do not wait for close), initial stop EMA13+0.03
If it is a big Gap Down, do not chase. Let it go;
3. No target strategy in this study;
Back test Weekly, daily, hourly, 15M chart for ES1!, CL1!, GC1!, SPY, QQQ, TLT, IWM, XLF, XLK, XOP, GS, IBM, APPL, AMD, MMM, WBA
When side way move, Entry could be stopped quickly with small loss;
When entry in trending move, the position could be hold for a good range, and keep adding to winner.
Using this study, Futures and ETFs are better than single stock. Big Gap can break the trend, and trigger big stop loss;
This study is designed to join an existing trend. Try not use this in the time frame below 15 min.
To catch the turning point of a swing, Price action (Demand/Supply Confirmation) and trendlineBreak could be more accurate than EMA/SMA lines.
Buy in long term uptrend (Weekly and Daily)Condition: in uptrend, EMA8 > EMA144 (User can change the EMA# from input);
Price Action: (Price crossover EMA144) or (price touched EMA144 and close above it);
Trading Plan: Buy at close or next open; Initial Stop below EMA144;
No Exit strategy in this study, trader needs to move stop by other rules; such as, uptrend line break;
Back test Weekly and daily chart for SPY, QQQ, TLT, GLD, IWM, XLF, XLK, XOP, GS, IBM, APPL, CAT, LVS
1. When side way move or price From uptrend to Down trend, Entry could be stopped quickly with small loss;
2. When buy in trending move, the position could be hold for few years.
The best sample is QQQ weekly chart.
This is my first tradingview script. I created this script file and tested in one week.
Maybe, this script is too simple, other people published similar code already; Sorry, I didn't Check that yet.
Fibonacci RainbowThis indicator is inspired by Bill William's Alligator .
Taken 7 Fibonacci numbers, painted in the colors of the rainbow and highlighted when the rainbow fan is up or down.
EMA 20/100/200 alwaysThis script will always show the EMA 20/100/200 daily values across any time frame chart (e.g. showing daily 20 EMA while viewing the 5 minute chart)
GMS: Keltner ChannelsBasically I wanted to make this into one indicator instead of three while adding in some extra options as well... So this is just a Keltner Channel with three channels, all of which have the same length. I have also added in an option to select the moving average for the channel, the original is based on the EMA.
The source code should be open so take a look around and enjoy!
Andre
MATP, Moving Average Trend predictorMATP prepared based on moving average lines to predict Short term, mid term and long term trends. B for Buy and S for Sell character printed to take position based on short term and long term trend lines .
Call: Take Long (B) or Short (S) position when respective Char printed.
Please do tune indicators values from setting based on your script to get accurate call.
Happy Trade
By
Gops
Freedom FibThis script will allow to automatically draw levels on the chart for a potential pullback play like shown in this snapshot here
It will draw risk/reward levels upon your favorite ema (default is 13ema) as the price goes and it will work for both long or short scenarios for a potential trend continuation play.
You got the option to align your level to match exactly your selected ema or to be placed in between the first two levels (default settings) if you prefer.
I personally use this one settings for shorter time frames (up to 3min) and the aligned one for higher time frames.
[LunaOwl] Moving average Bias Ratio作品: 均線乖離率 (Moving average Bias Ratio)
The concept of Moving average Bias Ratio is according to the difference between the long/short-term MA changes, determine the direction of buy or sell. Long if the short-term MAs is above the long-term MAs; Conversely, if the short-term MAs is below the long-term MAs, it is not held.
均線乖離率的概念,是根據長短期均線變化之間的乖離來確定多空方向。如果短期高於長期,則買進;相反的~如果短期低於長期,則空手。
Using the deviation rate alone will have the disadvantage of unclear signals, which can only explain the increased chance of market reversal. It needs to cooperate with the rule of thumb and other analytical tools.
單獨使用乖離率會有信號不明確的缺點,只能解釋市場發生反轉的機會增加,需要配合經驗法則和其他分析工具。
--------------------------*
Formula - 公式
Avg. BIAS = ( MA(short) - MA(long) ) ÷ MA(long) × 100 %
均線乖離率 =(短期平均-長期平均) ÷ 長期平均 × 100 %
--------------------------*
The greater the distance between the two moving averages, the greater the Bias Ratio.
Leading Trader Trend - Reverse EngineerMy attempt to replicate the functionality of the 'LT Trend' based on information available in Alessio Rastani's videos.
Turn off borders and wicks, and make the bodies transparent, on the chart itself) in order to view the OHLC bars with my guess at the way the LT Trend interprets the price data.
I believe the basis indicator is a combination of the 2 and 11 day EMA. that is what my trend indicator is based on. I have also added 5 moving averages to this indicator based on their usefulness. the included MAs are the 8, 21, 50, 100 Exp MAs and the 200 Simple MA. the line graph of the close price is also included (to use for triggering) but I usually turn it off in the MT trend settings.
This version also has a version of the PerfectCDA buy signals included as i am testing that at the moment. PCDA appears to throw a signal if the average of the last 9 closes changes more than 5% from the previous value.
EMA of Highs/Lows with 3 day lookback colour change, by CanUK101Forms a key part of a trend following trading system.
Shows a channel formed by 2 EMA lines that use the highs and lows as inputs.
The 3 day look-back changes the colour of the line to denote rising and falling EMA .
Fractal Resonance Super Guppy v1!!!!!!! SUPER NOTICE !!!!!!
This script is not my work. It is a combination of
Pythagoras_Fractal Resonance Bar
and
JustUncleL Super Guppy
!!!!!!! SUPER NOTICE !!!!!!
The idea was, I like the two indicators and wanted to combine them to see what it looked like. It's an experimental script made years ago that am posting now because people were interested after seeing how pretty it made some charts. Intend to make a version 2 of this script with some added context to the EMA to give it a better looking 3D effect.
S&P 5Tracks the 5 largest stocks by market cap in the S&P 500. As of May 2020 they make up 50% of the index
CBG Keltner ChannelsKeltner Channel with the following Moving Average types: SMA, EMA, Weighted, Hull, Symmetrical, Volume Weighted, Wilder and Linear Regression. Plus 2 bands with full color shading.
The picture shows the Keltner channels with the Wilder MA, my favorite. See how easy it would have been to stay in the move down? Excellent indicator.
Variable Length Moving AverageThe Variable Length Moving Average was created by George R. Arrington Ph.D. (Stocks & Commodities V. 9:6 (219-223)) and I'm really loving this indicator. It is a great moving average that hugs the price very closely and it is fully adjustable to your needs. It detects signals extremely well and I have color coded the moving average line to make it very easy to interpret.
This is not to be confused with the Variable Moving Average created by Tushar S. Chande and as of now I haven't seen any other script for this moving average out there yet.
Please let me know if you would like me to write any other scripts for indicators you would like to see!