jmosullivan

Stairstep

jmosullivan 업데이트됨   
This indicator helps you to recognize stairstep patterns on any timeframe by labeling them as they occur. The label changes to let you know when the pattern has broken, and then disappears after that.
릴리즈 노트:
Fixed a bug that caused the "Stairstep Break" label to linger around after the stairstep breaks.
릴리즈 노트:
Discovered that the ta.rising and ta.falling functions from tradingview consider the pattern to have broken when the prior candle's values match each other. For example, when using ta.falling, if price is moving down and then the high of the current candle is the same value as the high of the last candle, the pattern is broken and this function returns false. The stairstep pattern actually allows the values to be less than or equal to the prior value, so I had to custom code my own function to handle the rising/falling to account for this. Did a pretty major overhaul as a result. Should get correct values in there now.

Also made an improvement to the placement of the label so it sticks at the price where the stairstep breaks.
릴리즈 노트:
As it turns out, you can't assign the built-in variables: high, low, open, close to a custom variable and still access their history! This was news to me, and caused a bug in my rewrite yesterday. This release fixes that bug.
릴리즈 노트:
Now it's getting really good:
- Added a count of the # of stairsteps to the label
- Added "Inside Bar" to the label when the current candle is an inside bar, as well as a custom label text color on inside bars
- Added the option to use abbreviations (SS, IB, arrow icons) instead of full words on the label
릴리즈 노트:
Removing drawings for a clean chart
릴리즈 노트:
Fixed a bug that caused the label to show up *after* the min steps were present.
Improved the code to show the # of inside bars (when there are inside bars)

I release TradingView indicators and libraries designed to make you a better trader. For detailed info about them, head over to improve.trading
오픈 소스 스크립트

이 스크립트의 오써는 참된 트레이딩뷰의 스피릿으로 이 스크립트를 오픈소스로 퍼블리쉬하여 트레이더들로 하여금 이해 및 검증할 수 있도록 하였습니다. 오써를 응원합니다! 스크립트를 무료로 쓸 수 있지만, 다른 퍼블리케이션에서 이 코드를 재사용하는 것은 하우스룰을 따릅니다. 님은 즐겨찾기로 이 스크립트를 차트에서 쓸 수 있습니다.

면책사항

이 정보와 게시물은 TradingView에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.

차트에 이 스크립트를 사용하시겠습니까?