英文: Hiding signal labels via pine script 问题 在Pine Script中是否有一种直接隐藏信号标签的方法?我知道你可以在设置中取消勾选该框,但每次脚本刷新时,...
不要在价格移动离第一个十字交叉点1%之前显示第二个十字交叉点。
英文: Don't show second crossover until price move 1% away from 1st crossover 问题 Crossover signal ...
Single strategy that can buy/sell two symbols
英文: Single strategy that can buy/sell two symbols 问题 I will provide a translation of the non-code po...
Pine脚本绘图到浮点类型转换
英文: Pine script Plot to float type casting 问题 Here's the translated code without the comments and wi...
Pine Script如果上一笔交易亏损,将仓位大小加倍(马丁格尔)。
英文: Pine Script double position size if the last trade was in loss (Martingale) 问题 以下是翻译好的代码部分: //开放...
Tradingview Alert to Discord Webhooks时区转换
英文: Tradingview Alert to Discord Webhooks timezone conversion 问题 我有这个在TradingView上的脚本警报:{"c...
如何在for循环上下文中正确使用`ta.correlation()`?
英文: how to use ta.correlation() correctly in for_loop context 问题 I am facing a problem with ta.corre...
寻求去重月/周/日开盘价格在同一天发生时。
英文: Seeking advise to de-duplicate Month/Week/Day Open when occuring on same day 问题 当一个新的月份/周/(交易)日开...
TP/SL订单在Pine脚本中未执行
英文: TP/SL Order does not execute in Pine Script 问题 使用以下代码下订单,而且它执行没有任何问题: //下订单 strategy.entry( curr...
构建一个退出条件,检查是否符合特定的入场条件。
英文: Pine Script - Build an exit condition that checks if I entered with a ceratin entry condition 问题...
9