10295 vues
Description:
=============
This indicator plots MAs and paints Triggered Alert Arrows base on Flying Buddha candle patterns.
The “Flying Buddha” Pattern is defined as:
---------------------------------------------
A candlestick chart with two moving averages: the 5 period exponential moving average (fast EMA ) and the 10 period simple moving average (slow SMA ), both applied to the closing price. The default “Flying Buddha” pattern is any candlestick which:
Alert Trigger:
---------------
A Flying Buddha Alert is triggered on the first candle that is a non-flying Buddha candle after a Flying Buddha Pattern candle sequence. Flying Buddhas can optionally be filtered by InsideBars and PinBars.
The Alert Trigger is optionally filtered by the Directional MA (default=EMA 89), and/or by Minimum Sequence length of Flying Buddhas.
Moving Averages:
------------------
You can select between 11 different types of moving averages, for each MA line in Flying Buddha MAs (fastMA and slowMA) and the Directional Filter MA:
=============
This indicator plots MAs and paints Triggered Alert Arrows base on Flying Buddha candle patterns.
The “Flying Buddha” Pattern is defined as:
---------------------------------------------
A candlestick chart with two moving averages: the 5 period exponential moving average (fast EMA ) and the 10 period simple moving average (slow SMA ), both applied to the closing price. The default “Flying Buddha” pattern is any candlestick which:
- 1. Has a LOW above the fast EMA , when the fast EMA is above the slow SMA (a bearish “Flying Buddha”); or
- 2. Has a HIGH below the fast EMA , when the fast EMA is below the slow SMA (a bullish “Flying Buddha”).
Alert Trigger:
---------------
A Flying Buddha Alert is triggered on the first candle that is a non-flying Buddha candle after a Flying Buddha Pattern candle sequence. Flying Buddhas can optionally be filtered by InsideBars and PinBars.
The Alert Trigger is optionally filtered by the Directional MA (default=EMA 89), and/or by Minimum Sequence length of Flying Buddhas.
Moving Averages:
------------------
You can select between 11 different types of moving averages, for each MA line in Flying Buddha MAs (fastMA and slowMA) and the Directional Filter MA:
- SMA = Simple Moving Average .
- EMA = Exponential Moving Average .
- WMA = Weighted Moving Average
- VWMA = Volume Weighted Moving Average
- SMMA = Smoothed Simple Moving Average .
- DEMA = Double Exponential Moving Average
- TEMA = Triple Exponential Moving Average .
- HullMA = Hull Moving Average
- SSMA = Ehlers Super Smoother Moving average
- ZEMA = Near Zero Lag Exponential Moving Average .
- TMA = Triangular (smoothed) Simple Moving Average .
NOTE: This is a concept indicator, I also intend to release a trading BOT suitable for Autoview, based on this concept indicator.
JustUncleL
Commentaires
The formula for making a 1-day Fibonacci line.
Can you take a look at the formula?
What's wrong is not working.
study(title="day fibo", overlay=true)
pl=input(100)
a=valuewhen(1,highest(high,p1),highest(high,p1));
b=valuewhen(1,lowest(low,p1),lowest(low,p1));
ab=a-((a-b)*0.236)
plot(ab)
Mi problema es el miedo y a eso no tengo ayuda
Los scripts me sirven para ver como han funcionado, después de pasado
No hay manera que aprenda y ahora ya no entro al trading, estoy aterrorizado
Repito, gracias por todo lo que hace
The formula for making a 1-day Fibonacci line.
Can you take a look at the formula?
What's wrong is not working.
study(title="day fibo", overlay=true)
pl=input(100)
a=valuewhen(1,highest(high,pl),highest(high,pl));
b=valuewhen(1,lowest(low,pl),lowest(low,pl));
ab=a-((a-b)*0.236)
plot(ab)
how can i get this indicator?