TradingView
JustUncleL
30 ott 2018 08:08

Flying Buddha Inside Bars Indicator v1 by JustUncleL 

Euro Fx/U.S. DollarFXCM

Descrizione

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:
  • 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.
Commenti
ckd82
hi unclel
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)
BadshaiTrading
@ckd82, what is p1 ? you have named your variable as pl
abhishekvyavahare8344
@BadshaiTrading, salebrion badsai group of trading mai aap sabhi ka swagat hai
ckd82
hi unclel
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)
JustUncleL
@ckd82, Please do not post unrelated request in the scripts Comments. PM me directly to ask about some script piece advice.
ckd82
@JustUncleL, I'm sorry.
dos32101
Muchas gracias de sus scripts, son de gran ayuda

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

Carl2021111
does this repaint?
gabrielafmarchi95
THANK YOU SO MUCH FOR YOUR SCRITS, HELP YOU A LOT !! THANK YOU SO!
Altro