OPEN-SOURCE SCRIPT

Wick %

已更新
Heyo Fellas,

thanks for checking out my new indicator.

Introduction
Wick % is a simple indicator to compare wick size with body size (mode 1) and to compare wick size with candle size (mode 2).

Upper wicks are bullish when close is higher than open pricen.
Lower wicks are bearish when close is lower than open price.

Wick Theory
In general, big wick and small bodie on a bar means that bull and bears are fighting heavily.
A big wick below the body means the bulls are leading in that fight,
and a big wick above the body means the bears are leading in that fight.

Calculation Formula
Mode 1 – Percentual Increase Wick/Body:
upperWickPercentage = (upperWick / body) * 100 - 100
lowerWickPercentage = (lowerWick / body) * 100 - 100

Mode 2 – Percent Wick/Candlestick:
upperWickPercentage = (upperWick / (high - low)) * 100
lowerWickPercentage = (lowerWick / (high - low)) * 100

Usage
You can use it on every symbol and every timeframe.

The indicator repaints by default, but you can disable it in the settings.
When you disable repaint, it moves the label one bar to the right.
If you want to use the indicator for signals, you must disable repainting.

Best regards,
simwai
版本注释
Updated default values, title and short title.
版本注释
Minor change
版本注释
Fixed NaN values
BARbullishbearishCandlestick AnalysisCandlestick analysiscandlestickpatternlabelsno-repaintpatternpercentagestatisticwicks

开源脚本

本着真正的TradingView精神,此脚本的作者已将其开源,以便交易者可以理解和验证它。向作者致敬!您可以免费使用它,但在出版物中重复使用此代码受网站规则约束。 您可以收藏它以在图表上使用。

想在图表上使用此脚本?

免责声明