This code is a gift from "Smart Crypto Trade (SCT)" group MACD indicator contains 3 EMA, I think one of the best usage of MACD is trend detection and divergences. In our indicator, you can select the type of Moving averages that used in macd. You can using "MACD" based on several types of moving averages including: Exponential Moving Average ( EMA...
The MA cross is probably one of my favourite strategies because of its simplicity but it often gets overlooked for more complex strategies. The original author of this script is ChartArt, I have just added some extra controls and functions which are outlined below. I would just like to add that this is my first published script, everything I have learned about...
Converted famous indicator CM_Ultimate_MA_MTF to strategy. Works well only at big timeframes from 8H and with stop-losses.
This script applies the average of each major MA (SMA, RMA, EMA, WVMA, WMA) to the MACD formula. The logic is simple. When all 5 MA's are in agreement in direction, then then script will notify users of change. I posted this as a strategy to help show how logic does in back test. If you use my simple yet effective solution to find take profit locations, you can...
So you may be looking at the graph and thinking "this is a mess", and I agree. The purpose of this script is to plot in the same graph every single type of moving average that I could think of, so you can find the ones that are better for your timeframe and for your asset. Once you add it, disable those types that doesn't seem to serve your purpose, until you...
Bollinger Bands with user selection options to calculate the moving average basis and bands from a variety of different moving averages. The user selects their choice of moving average, and the bands automatically adjust. The user may select a MA that reacts faster to volatility or slower/smoother. Added additional options to color the bands or basis based on...
This is an update that resolves rendering problems with XBTUSD.
Description: Hey hi, this Script is a bit simple. Let's start with some definitions. Moving Average (MA) In statistics, a moving average is a calculation used to analyze data points by creating a series of averages of different subsets of the full data set. In finance, a moving average (MA) is a stock indicator that is commonly used in technical analysis ....
This script is for a triple moving average indicator where the user can select from different types of moving averages and periods. This script improves upon tutorial 3 by adding source selection for MAs and another option for an MA that is not built-in, the HMA . It is meant as an educational script with well formatted styling, and references for specific functions.
Logarithmic moving averages involve mathematical modification of classical moving averages(EMA-RMA-SMA). Logarithmic modified averages deviate high over short time periods. For long time periods, it behaves exactly like the original moving averages. Its basic formulation is (MovingAverage x (1 + (1 / log(length))). The most important reason for the operability of...
This indicator is a Responsive Moving Average, and it was made easily by using the Swtich function without using the if function, and it was released as an open source so that traders can freely CUSTOM. If you select the Moving Average type from the Input menu and input the desired period value of MA for each time frame, the period value of the MA you set in...
The Ichimoku cloud is traditionally constructed from the highest high and lowest low for a number of periods. This script allows for it to be transformed and calculated like more traditional moving averages (e.g. simple moving average, exponential moving average). Since the Ichimoku is normally a system of moving average-like lines, maybe someone out there will...
Bollinger bands with the option to use different types of moving averages. -SMA -EMA -RMA -WMA -VWMA -SWMA -DEMA -HMA -SMMA -T3 -TEMA
This indicator adds 5 Moving Averages on your chart. You can select the MA Type: SMA, EMA, RMA or VWMA. By selecting a Fast MA and a Slow MA you can also draw a cloud to make the Bull or Bear bias more visual. Possibility to add on the chart Long/Short signal. MTF possible by changing the range which is particularly useful for HTF analysis while looking a LTF...
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...
This script is for a triple moving average indicator where the user can select from different types of moving averages. It is meant as an educational script with well formatted styling, and references for specific functions.