英文: How to get the minimum price of the candle on which the was opened? 问题 Pine Script 如何在Pine Scrip...
“时间框架”参数与具有副作用的函数不兼容 – 这是什么意思?
英文: "The 'timeframe' argument is incompatible with functions that have side effects&quo...
计算三个点的角度
英文: Computing the angle of three points 问题 我有三个点,每个点都有一个 Bar_Index 和 Value。 我试图计算三个点之间的角度,以使点 C 是中心的...
如何检查条件是否符合最后10根蜡烛/条的情况?
英文: How can I check if the condition is true in terms of the last 10 candles/bars? 问题 我想检查最近的10个蜡烛,并...
Stuck migrating Pinescript v2 to v4
英文: Stuck migrating Pinescript v2 to v4 问题 以下是您要翻译的部分: Noob learning here! after a couple of days tr...
Pinescript – 如何让条件仅在首次满足时执行?
英文: Pinescript - How would I go about having a condition execute the first time it's met only? 问...
将Pinescript v2转换为Pinescript v5。
英文: Convert pinescript v2 to pinescript v5 问题 //@version=5 strategy(title='v5', shorttitle=&...
根据时间框架使绘图的线宽不同。
英文: Make linewidth of plot to be different according to time frame 问题 我想要制作一张图,当时间框架为1分钟时,线宽为1,其他时间框...
Pinescript中的`label.delete`似乎无法正常工作。
英文: Pinescript `label.delete` does not seem to be working 问题 ## 详细信息 我正在使用Pinescript创建一个日志系统,允许合并写入相...
如何在Pine Script的DCA策略中正确重置我的交易账户?
英文: How to reset correctly my trades account in Pine Script DCA strategy? 问题 我正在探索在Pine Script V5中基于...
9