TradingView
salarkamjoo
3 sep 2021 14:51

Trend lines + Pivot Levels + Candlestick Patterns 

Bitcoin / TetherUSBinance

Beskrivning

This is a pure PRICE ACTION indicator that will show you possible trend lines, pivot lines and candlestick patterns at once.
it has been designed to determine upper and lower trend lines in the chart and you can set candlestick patterns on them with alerts!
it means that you add the indicator to the chart and set the alert and done!
whenever a pinbar or engulf or breakout(in both directions) happens, you will be notified by alerts.
you also have pivot lines on the chart by this indicator. you can set the candlesticks on pivots instead of trend lines, so if you are a fan of support and resistance you can have this one, it depends on you.
all of the pivots and trend lines and also the candle sticks are customizable, so you can exactly select the pinbar, engulfing or breakout candle that matches with your mindset. for example you can set a pinbar that long shadow is 4 times or 3 times greater than the body, it's on you.
you can also customize trendlines or pivot lines, if you are scalper you can set it to small trend lines and if you are day trader or long term trader you can set it to the number that fits with your strategy.
trends and pivots will be updated automatically and there is no need to set it every time.
Be PROFITABLE!

kMagician /*

Versionsinformation

Versionsinformation

Breakout bug fixed.
Kommentarer
exbull
Does this repaint?
Is signals are in real time or in after some candles?
salarkamjoo
@exbull, No it does not repaint and all of the signals are in real time.
chiranjit24
@salarkamjoo, Would u like to allow me to access your tool Sir.
kolopolo253
ostad didam website ro lezat bordam hamishe dos dashtam stratgy shakhsimo benevisam nemidonestam az koja shoro konam..in stratgy ham agar test bedid mamnon misham
salarkamjoo
@ahmad1985, khoshalam ke barat mofid bude, ba code nevisi mituni har chizi ke be fekret mirese be strategy tabdil koni va ba khiale rahat trade koni, albate sakhtiaye khodesham dare...
1 ruz ru accountet faal kardam, azash estefade kon nazareto haminja bem bgu.
kolopolo253
salamat bashid..yeki az dostan ye code neveshte natonest alert barash bezare ke long vashort moshakhas bashe roye chart..mishe bi zahmat ye chek befarmaiid va agar momkene eslah she?sepas
//@version=3
study("3 in 1",overlay = true)
length = input(20, minval=1, title="Length")
src = input(close, title="Source")
mult = input(2.0, minval=0.001, maxval=50)
basis = sma(src, length)
dev = mult * stdev(src, length)
source = close
upperBB = basis + dev
lowerBB = basis - dev
b1 = plot(basis, color=red, linewidth=1)
p1 = plot(upperBB, color=black, linewidth=1)
p2 = plot(lowerBB, color=black, linewidth=1)
ubcrossdown = (src[1] > upperBB[1] and src < upperBB[1] ? 1 : 0)
lbcrossup = (close[1] < lowerBB[1] and src > lowerBB ? 1 : 0)
plotshape(ubcrossdown and close < open ?upperBB[1]:na,style=shape.circle,location=location.abovebar,color=fuchsia,size=size.small)
plotshape(lbcrossup and close > open ?lowerBB[1]:na,style=shape.circle,location=location.belowbar,color=lime,size=size.small)
thu = input(80, minval=1, title="over")
thd = input(20, minval=1, title="under")
len = input(14, minval=1, title="Length RSI")
srs=input(5, minval=1, title="Length sma RSI")
up = rma(max(change(src), 0), len)
down = rma(-min(change(src), 0), len)
rsi = down == 0 ? 100 : up == 0 ? 0 : 100 - (100 / (1 + up / down))
//stoc
periodK = input(14, title="K", minval=1)
periodD = input(3, title="D", minval=1)
smoothK = input(3, title="Smooth", minval=1)
k = sma(stoch(close, high, low, periodK), smoothK)
d = sma(k, periodD)
sell=k and d and rsi>=thu
buy=k and d and rsi <=thd
bgcolor(sell?red:na,transp=50)
bgcolor(buy?lime:na,transp=50)
ha187438
@salarkamjoo, sir I want to try please give me access
gdm1000
Hello, how much it to use full indicator? Thank you for information.
salarkamjoo
@gdm1000, please check the website for more information, trademagicians.com
Moda-877
can i try this indicator?
Mer