OPEN-SOURCE SCRIPT
counting(kojiro koshi's idea)

This is an indicator that expresses the strength of a candlestick in numbers.
The criteria are as follows
Candlestick is bullish:+1,bearish:-1,(If the value is more than twice the ATR, the score is 2 and -2, respectively.)
Close is higher than the previous value: +1, lower: -1
High is higher than the previous value: +1, lower: -1
Low is higher than the previous value: +1, lower: -1
gap up: +1, gap down: -1
This Display only if the total number of points is greater or less than 4.
小次郎講師のカウンティングの内、4以上と―4以下を表示してみました。
(-3~+3は重要ではないのと、多過ぎて見づらいため)
陽線 +1, 陰線 -1、大陽線+2、大陰線-2
終値・高値・安値は上昇で+1・下降で-1です
大陽線・大陰線・窓開けの基準は私のオリジナルです。
大陽線・大陰線の基準をATRの2倍、窓開けはATRの50%以上にしてみました。
トレビューの仕様で54本しか表示できませんが、
5行目のinputの数字を変えてもらうと54の数字分左に移動できます。
個人的には1~10を代入したインジケーターを表示したりして、
過去チャートに表示できるようにしてプラクティスに使用してます。
是非、感想と間違いの御指摘をお願いします。(素人なので)
The criteria are as follows
Candlestick is bullish:+1,bearish:-1,(If the value is more than twice the ATR, the score is 2 and -2, respectively.)
Close is higher than the previous value: +1, lower: -1
High is higher than the previous value: +1, lower: -1
Low is higher than the previous value: +1, lower: -1
gap up: +1, gap down: -1
This Display only if the total number of points is greater or less than 4.
小次郎講師のカウンティングの内、4以上と―4以下を表示してみました。
(-3~+3は重要ではないのと、多過ぎて見づらいため)
陽線 +1, 陰線 -1、大陽線+2、大陰線-2
終値・高値・安値は上昇で+1・下降で-1です
大陽線・大陰線・窓開けの基準は私のオリジナルです。
大陽線・大陰線の基準をATRの2倍、窓開けはATRの50%以上にしてみました。
トレビューの仕様で54本しか表示できませんが、
5行目のinputの数字を変えてもらうと54の数字分左に移動できます。
個人的には1~10を代入したインジケーターを表示したりして、
過去チャートに表示できるようにしてプラクティスに使用してます。
是非、感想と間違いの御指摘をお願いします。(素人なので)
Script de código abierto
Siguiendo fielmente el espíritu de TradingView, el creador de este script lo ha publicado en código abierto, permitiendo que otros traders puedan revisar y verificar su funcionalidad. ¡Enhorabuena al autor! Puede utilizarlo de forma gratuita, pero tenga en cuenta que la publicación de este código está sujeta a nuestras Normas internas.
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.
Script de código abierto
Siguiendo fielmente el espíritu de TradingView, el creador de este script lo ha publicado en código abierto, permitiendo que otros traders puedan revisar y verificar su funcionalidad. ¡Enhorabuena al autor! Puede utilizarlo de forma gratuita, pero tenga en cuenta que la publicación de este código está sujeta a nuestras Normas internas.
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.