OPEN-SOURCE SCRIPT

LZ Indicator

已更新
This indicator will trigger based on these conditions:

If the average price today is less than 50% of the past 4 days, the indicator will be triggered as 1 (true). Else, the indicator will trigger as 0 (false).
版本注释
Update by adding indicator for past 30 candles
版本注释
Update to include:

1. the inputs
2. line of maximum [open:close] of past X days
版本注释
Update with the current studied chart.
版本注释
Update with the second equation of LZ indicator

lz = ((close[0] and close[1] and close[2]) > open[3]) ? 2 : 1
OscillatorsVolatility

开源脚本

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

想在图表上使用此脚本?

免责声明