英文: First attempt at a strategy not generating orders in back testing 问题 我是一个非常新的松树编程者(尽管我有C语言类似的语言经...
找到两个条件中的最低值
英文: Find the Lowest between 2 Conditions 问题 我想找到在之前的inside_bar和longCondition之间的最高值。 inside_bar = hig...
将研究转化为Pine Script策略
英文: Converting a study into a strategy on pinescript 问题 以下是您提供的代码的翻译部分: //@version=5 strategy(title=...
使用时间戳绘制框。
英文: Drawing box using timestamp 问题 以下是翻译好的部分: "As title says im trying to plot a box using 2 ti...
Pine Script:从指标转换为策略,使用动态基准值并在指定值处平仓。
英文: Pine Script: Moving from indicator to strategy using dynamic base value and closing position at ...
如何在蜡烛开盘时开仓,并在蜡烛收盘时平仓?
英文: How to open order at candle open and close at candle close? 问题 以下是您要翻译的部分: 我正在尝试编写一个Pine Script策...
request.security issue in pine script
英文: request.security issue in pine script 问题 当我使用request.security来查询之前的值RSI[1]时,它返回了一个随机的数值。 如果我不使用r...
Draw chart of indicator on every higher timeframe bar instead of current timeframe bar
英文: Draw chart of indicator on every higher timeframe bar instead of current timeframe bar 问题 我正在尝试计...
连接所有蜡烛的高价,具有特定条件。
英文: Connect the high value of all the candles with a specific condition 问题 我想要搜索一个高于前一根蜡烛和后一根蜡烛的蜡烛。例...
将变量价格(price)减去500,形成一个水平线,坐标为(price – 500)。
英文: How to make the variable price - 500, formed not as a curve, but as a horizontal line with coord...
9