This plots a moving average ribbon, either exponential or standard. It provides an easy and fast way to determine the trend direction and possible reversals. Lime : Uptrend. Long trading Maroon : Reentry (buy the dip) or downtrend reversal warning Red : Downtrend. Short trading Green : Short Reentry (sell the peak) or uptrend reversal warning To best determine...
A convenient way to add a ribbon indicator (one indicator instead of multiple EMAs)
This study project is an updated version of the implementation of the "Stochastic False BAR" indicator. Description: The standard Stochastic buy/sell indications come from Stochastic crosses about the standard overbought/oversold zones (80/20). This does not always work and you get stuck in the OB/OS zones with a trend continuation. Utilising a second much...
Multiple moving averages in one indicator, so those of you without a pro membership can add multiple moving averages to your chart while only taking up 1 of the 3 indicators.
This script is the second version of the Moving average Ribbon Bar, a companion study of the MA Ribbon. In this version the display is changed, instead of lines, it display the results in stacked bars, making it more user friendly and allowing it to be expanded or contracted without loosing visual continuity.
I developed this indicator focusing on the KISS (Keep It Simple, Stupid) to help me in a more direct and visual way when enteringand exiting my market position. The idea is to configure the indicator with your favorite Moving Averages and Lengths and Enter Long when the price is above and Short when the price is below. I put the setup that I am testing now in...
The following script aims to visually reproduce a Fibonacci moving averages ribbon by only using one plot function, the period of the moving average is determined by a number of the Fibonacci sequence. This trick is made possible by computing the value of a moving average at time t with a period determined by a periodic Fibonacci sequence and using ...
By request this is an updated version of the "PullBack Trading Tool": removes experimental "OCC" channel, added option to display ribbons or just single moving average lines, added alert arrows for "PB" exits, added alertcondition for TV alarm subsystem, added some extract options for Pivot points and general cleanup of code. Description: This project...
This script starts with the 252 E(S)MA and steps it down 21 days per MA. The starting ribbon (Annual Moving Avg Length) and step-downs (Monthly Step Downs) are adjustable. The goal of this script is to quickly see if prices respect a certain MA length more than another. Monthly lengths were chosen because of their relation to earnings and other reports.
This indicator plots and colour codes a ribbon between two moving averages. The colour of the ribbon changes with trend direction: when price in uptrend ribbon colour is green; when price in downtrend ribbon colour is red. Options Available: 1) You can select between 11 different types of moving averages, each MA line can be a different type. 2) Option to...
After some tips in my indicator RK's 04 - Lots of MA Types Ribbon I Put some time and effort to make it better. So, I'm sharing with you the results. This is an up to 10 lines Moving Average Ribbon with an Auto Evaluate Length and a lots of options!!! Type of Moving Average you can use: SMA - Simple Moving Average SMMA - Smoothed Moving Average EMA -...
This study draws a T3 Moving average Coloured Ribbon based on a Fast and Slow T3 MAs. Combine with an alert indicator like "Traders Dynamic Index Indicator Alert v0.1 by JustUncleL" to get a good trading method (See my comment following).
This study displays a ribbon made of two moving averages identified by a filled Area. This provides visual aids to determine the trend direction and pivot points. The moving average will be Red if its value is decreasing, and green if it is increasing. When both MA's are the same color we have a trend direction. If those are different then we have a trend...
RedK Magic Ribbon is simple script that combines a fast and a slow moving averages to create a 2-Moving Average Cross-over / trend visualization tool. We utilize the Compound Ratio Weighted Average (CoRa Wave) as the fast MA line and the RedK Slow Smooth Weighted Moving Average (RSS_WMA) aka LazyLine as the slow MA line. i put this script together when i...
The ribbon is a combination of a Simple Moving Average and Expotential Moving Average
Hello Hello Hello and welcome back to Bitcoin Beats! This is a script written by capriole_charles Go check out the original! I have added leverage and stoploss % but also made it a strategy so we can look back at past trades to see patterns and profit. Personally I feel this is not enough data to trade off as BTC is such a young asset. However I have seen other...
This is an extension of the Madrid Moving Average Ribbon public script to allow for different kinds of moving averages (the original allows only exponential and simple). Possible entries in the MA Type argument field are: sma (simple moving average) ema (exponential moving average) wma (weighted moving average) trima (triangular moving average) zlema...