The Fibonacci Ribbon (FibRib) creates two Fibonacci moving averages: essentially a Fibonacci WMA and a Fibonacci EMA. The ribbon colors based on which is higher and where PA is relative to the ribbon. Optional colored candles shades candles the same color as the ribbon.
This script will generate Triple Moving Averages using Exponential or Simple Moving Averages.. The features: 1. Switch trading with timeframe 4H and 1D. 2. Switch to using Exponential or Simple Moving Averages. 3. Two in One indicator will save your indicator space especially for free user. Information MA value: 4H = (15, 30, 60) 1D = (50, 100, 200) F.A.Q...
Another strategy I'm learning Pine Script on. It is inspired by a MoneyZG youtube strategy called "Easy 5 Minute Scalping Strategy (Simple to Follow Scalping Trading Strategy)". Again this is a one order per trade strategy compatible with the 3commas bot (works also with the free 3commas subscription). This strategy is based on the signals from Williams Fractals,...
Manage moving averages, for every timeframe, from within one indicator. Features: ■ Intraday - Up to 3 moving averages ■ Daily - Up to 4 moving averages ■ Weekly - Up to 2 moving averages ■ Monthly - Up to 2 moving averages ■ Choose between simple, exponential or volume weighted moving averages (SMA, EMA or VWMA)
A combination of some of my favorite indicators. All credit to original authors.
This script predicts future EMA values assuming that the price remains as configured (-50% to +50%).
This is simple but profitable rsi cross strategy, to find optimal values you can change rsi and ema periods. Good Luck!
EMA 50 cross 200 with Strong Trend Just Buy when Green apears and close it when disapear. and Just Sell when Red apears and close it when disapear. if you combine with upper Time Frame , it will be supper decision Good Luck
hi Traders This logarithmic indicator shows the price movement trend, which is designed based on logarithmic functions and moving averages. The Price Movement Trend Display Composed By : A leading line consisting of the natural logarithm of Running Moving Average with length 60 and Offset 20 , and is displayed in red line. A signal line consisting of a natural...
This is a simple strategy based in Know Sure Thing indicator and an Exponential moving average, Rules are as follow: - You can go long when the KST cross signal bellow 0 and price closes above the target EMA - You can go short when the KST cross signal above 0 and price closes bellow the target EMA I include a trailing stop loss, default its 0.5% Hope you enjoy it
The Relative Strength Volume Adjusted Exponential Moving Average was created by Vitali Apirine (Stocks and Commodities Feb 2022 pgs 14-18) and this is very similar of course to the last Relative Strength Exponential Moving Average . It works under the same concept with using overbought and oversold methods to adjust the moving average and with this particular...
Exponential version of my anchored VWAP found here :
Multiple EMA. Color switch of slowest EMA (def=200) when price close below or above. Trend marker when fastest EMA (def=9) cross slowest EMA (def=200).
This script allows you to add up to four simple and exponential moving averages the the chart instead of adding 4 simple moving averages and 4 exponential moving averages individually. The stronger lines are SMA's and the thinner lines are EMA's. White - "1st SMA" and "1st EMA" Green - "2nd SMA" and "2nd EMA" Blue - "3rd SMA" and "3rd EMA" Red - "4th SMA" and...
While the indicator is working on any stock chart, it shows the two ema average breakdown/breakup of the index or any other stock with an arrow. In this way, you will be able to follow the ema intersections of the index chart while working on a normal stock chart. I will add other moving average options if you like it. I hope you will be satisfied using it....
First published script. Actually, this is my 1st script ever! I know its not flashy or anything, but I finally decided to try learning some pine... and to try and get rid of the dang 0 on my profile, haha. So here are the results after many hours. I like using the BB Width indicator, and I wanted it to change color based on whether is was rising or falling. I...
The Relative Strength Exponential Moving Average was created by Vitali Apirine (Stocks and Commodities Jan 2022 pgs 22-25) and this is a handy moving average that combines a typical overbought/oversold mechanic with an overall trend indicator. Even though the typical length is so large it reacts extremely quickly when the stock becomes overbought or oversold....
Simple EMA strategy, based on ema55+ema21 and ATR(Average True Range) and it enters a deal from ema55 when the other entry conditions are met Basically long and short conditions If long: 1) close must be less than open (because we are searching for a pullback) 2) emaFast(21) must be bigger than emaSlow(55) - for a trend detection 3) Difference between emaFast...