I use multi timeframe moving averages so that the entries on my trades are in line with the trends of all timeframes. With this script I can plot moving averages for three timeframes in one screen. Moving averages that have been available include ema, sma, rma, wma and hma.
Stop Loss With Average True Range (ATR) It simplifies the calculation of stop loss price for stop loss method using the average true range (ATR). For example; You want to stop loss below 3 ATR. Let's assume the price is 100, the average true range is 5. You will multiply the average true range by 3 and subtract from the price and enter a stop loss order at the...
This strategy uses Hull Suite with Stoch RSI Uses Hull Suite as trend and only trades with the direction of the trend. Entry conditions: Hull Suite as a trend Stoch RSI overbought for short entries & oversold for long entries Current parameters works best on BINANCE:BNBBUSDPERP pair.
This indicator displays the Moving Average Convergane and Divergence ( MACD ) of individually configured Fast, Slow and Signal Moving Averages. Buy and sell alerts can be set based on moving average crossovers, consecutive convergence/divergence of the moving averages, and directional changes in the histogram moving averages. The Fast, Slow and Signal Moving...
ANY 8 MOVING AVERAGES WITH ALERTS, COLOR CHANGING CLOUDS AND PERCENTAGE GAPS This is a fully customizable moving average cloud with alerts. It has 8 moving averages that can be individually set to any type such as: EMA, SMA, HMA, WMA, VWMA & RMA. Each moving average paints green when price is above it and paints red when price is below it. They include colored...
This is a useful indicator which allows you to plot multiple fully customized Moving Averages. Here are some of its features: Ability to fine-tune a wide variety of moving averages: smoothing type, periods, offsets, timeframes, sources, thickness, line/label color and text color. Descriptive labels to avoid misreading. Simple and well-organized Input Tab.
Our All In One Indicator V2 is an indicator offering a myriad of other indicators. In its free version, TradingView gives its users the possibility to use a maximum of 3 simultaneous indicators. The All In One Indicator V2 allows to circumvent this limit. This indicator includes : Ichimoku Cloud Bollinger Bands x4 SMA (21, 50, 100, 200) x4 EMA (21,...
This indicator is very similar to the movements of the original rsi, but in some places it works faster. This indicator is not perfect and does not work everywhere, this version is just my experiment. Use this indicator at your own risk, it may be suitable for your trading as some areas that I have indicated have worked out perfectly, experiment if you find it...
The Momentum Ribbon is a collection of Moving Averages which indicate the severity of pull-backs in a given market. As the ribbon spreads apart, it indicates more and more significant support/resistance for a trending market. As it is compressed back together, it displays a blue colour to indicate a "cooling" of trend momentum. Adjustable Moving Average periods...
This indicator uses the Least Squares Moving Average (LSMA) in tandem with the Arnaud Legoux Moving Average (ALMA) and Hull Moving Average (HMA) to generate buy-sell signals, represented by the light blue and orange crosses respectively. The yellow lines produced by the indicator show periods of market uncertainty and possible reversal, and a modified,...
The MA Visualizer is made up of 5 Moving Averages (MA) All MA change color when the price closes above or below the MA line. The background between the MA line and price will also change color, this creates the Visualizer. When two or more MA are selected the two visualizer's will combine and create a gradient effect. Each MA can be adjusted with 6 source...
Strategy Introduction This multi-timeframe strategy generates buy and sell entries based on two Moving Averages’ cross with an option to turn on trend direction confirmation through 3rd Moving Average selection. While all three moving averages can be selected from the following list: SMA EMA DEMA TEMA LRC WMA MF VAMA TMA HMA JMA Kijun v2 EDSMA ...
Inspired by my favorite EMA ribbon - "EMA Ribbon " by fskrypt. This Ribbon ADD the option to choose the avarage algorithm of the ribbon . Created also to be more friendly to read along with trendlines and Fibonacci retracements. For those like me that NOT use this ribbon to find exact price action but instead, to have a grasp of possible Support/Resistance...
Hello traders, Although this strategy is configured on BTCUSDT , with a changing of settings, it can be used on any trading instrument. Here it is seen, on the 2 hour chart. With Trading Fees included in result (adjust to suit your exchange fees). The candle crossover is set to Daily timeframe. That means that the Candle crossover is going to see if todays price...
Library "TypeMovingAverages" This library function returns a moving average. ma_fast ma_slow MA_selector() Example // This source code is subject to the terms of the Mozilla Public License 2.0 at mozilla.org // © hapharmonic //@version=5 indicator("Test MATYPE", overlay=true) import hapharmonic/TypeMovingAverages/1 as MAType xprd1 =...
What is the "Ultimate MA" exactly, you ask? Simple. It actually takes as its influence the Rex Dog Moving Average (which I have included as an MA in some of my other indicators), an invention by xkavalis that is simply an average of different length moving averages. It's available for free on his account, so take a look at it. I've recently become drawn to using...
Hi @ll Share an template of compact code for five moving average
This is an update by request, on someone elses strategy! well more of an edit, but also update from pine v4 to pine v5. //CREDITS to HPotter for the orginal code. The guy trying to sell this as his own is a scammer lol. //Edited and converted to @version=5 by SeaSide420 for Paperina The UT Bot v5 is Movinging average (the MA) vs ATR (the ATR is in the form...