英文: count the number of green candles after each red candle untill we reach to the next green candle...
如何按条件[3]找到前一个交叉口的条数?
英文: How to find the number of bars of the previous intersection by the condition [3]? 问题 图片中的问题在红色标注...
Pine Script支持在表格内调用用户函数吗?
英文: Does Pine Script support calling a user function inside a table? 问题 I have a table in Pine Scrip...
这个弹出窗口是如何在 Pine Script 中编写的?
英文: How was this pop-up coded in pine script? 问题 I understand your request. Here's the translated po...
Conversion Issue Pine script Version 2 to Version 5
英文: Conversion Issue Pine script Version 2 to Version 5 问题 我找到了这段 Pine Script 版本 2 的代码;在第 9 行中声明了变量 ...
How do I use array data from 'request.security_lower_tf' to generate an ema/a plot in Pinescript?
英文: How do I use array data from 'request.security_lower_tf' to generate an ema/a plot in Pi...
计数自最新最高点以来较低的柱形图。
英文: Count bars lower since new highest high 问题 我尝试实现的是一个Pine脚本,它会计算在潜在的突破后,有多少根柱子的最高价低于新的最高价。 //@ver...
在标题下方放置label.new()。
英文: put label.new() below intestation 问题 我建立了一个振荡器: 我想在标题的顶部稍微下面放一个标签。我可以轻松修改y轴,但无法修改x轴。如何设置label.ne...
var line extend right but cut off on candle
英文: var line extend right but cut off on candle 问题 I created an intraday Fibonacci indicator but got...
两个独立运作的策略在一个策略内部工作。
英文: two separate strategies working independently within one strategy 问题 我正在分享我的示例代码。问题如下:它按顺序执行每个操作...
9