TradingView
LonesomeTheBlue
٩ تموز يوليو ٢٠١٩ ١٣:٥١

Higher High Lower Low Strategy (With Source Code) 

Bitcoin / U.S. dollarBitstamp

الوصف

This script finds pivot highs and pivot lows then calculates higher highs & lower lows. And also it calculates support/resistance by using HH-HL-LL-LH points.

Generally HH and HL shows up-trend, LL and LH shows down-trend.

If price breaks resistance levels it means the trend is up or if price breaks support level it means the trend is down, so the script changes bar color blue or black. if there is up-trend then bar color is blue, or if down-trend then bar color is black. also as you can see support and resistance levels change dynamically.

If you use smaller numbers for left/right bars then it will be more sensitive.

source code of : tradingview.com/script/5pJYVnXn/

ملاحظات الأخبار

upgraded to v4
added color options

ملاحظات الأخبار

Lines are used instead of plot() for S/R levels
fix: right bar is used instead of left bar for the labels/lines (Thanks to @hankoman for the feedback)

ملاحظات الأخبار

line style and line width options added
التعليقات
SAMSOONx
ph = pivothigh(lb, rb)
pl = pivotlow(lb, rb)
How To Get Manual Calculet pivothigh and pivotlow With Out Function Please Thank you
quickhatch
@SAMSOONx, pivot = (high + low + close) / 3
palrakesh
can you pls make a video of its explanation??
wfrtrader
@palrakesh, so sorry but if you need a video explanation of how to use this i recommend not trading :)
andylekhuwana
@wfrtrader, Damn, Facts
CashAthletes
@palrakesh, please dont trade thx
nolonoxolo
@TradingSnip3r, reason being?
busanta29
@nolonoxolo, concept of s/r and hh/hl/ll/lh is arguably the most basic concept of trading, and one of the few 'techniques' pretty much all traders use to gauge a stock/market
spacenewsplace
@busanta29, One could argue that this indicator is so fundamental that its usage should be avoided. He's obviously new to trading. The question is, why are you here?
المزيد