jmosullivan

Stairstep

jmosullivan Actualizado   
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.
Notas de prensa:
Fixed a bug that caused the "Stairstep Break" label to linger around after the stairstep breaks.
Notas de prensa:
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.
Notas de prensa:
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.
Notas de prensa:
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
Notas de prensa:
Removing drawings for a clean chart
Notas de prensa:
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
Script de código abierto

Siguiendo el verdadero espíritu de TradingView, el autor de este script lo ha publicado en código abierto, para que los traders puedan entenderlo y verificarlo. ¡Un hurra por el autor! Puede utilizarlo de forma gratuita, aunque si vuelve a utilizar este código en una publicación, debe cumplir con lo establecido en las Normas internas. Puede añadir este script a sus favoritos y usarlo en un gráfico.

Exención de responsabilidad

La información y las publicaciones que ofrecemos, no implican ni constituyen un asesoramiento financiero, ni de inversión, trading o cualquier otro tipo de consejo o recomendación emitida o respaldada por TradingView. Puede obtener información adicional en las Condiciones de uso.

¿Quiere utilizar este script en un gráfico?