0

我是 pine 脚本的新手。我正在尝试从第一个 4H Sars 中绘制一个扩展的右矩形。我发现了这一点,但它并不完全正确。

蓝盒但不是第一次非典蜡烛

蓝盒但不是第一次非典蜡烛

// Create a box between the bar's high and low 
myBox = box.new(left=bar_index[2], top=high, 
     right=bar_index, bottom=low,
     bgcolor=color.new(color.blue, 70))
 
// Extend the box indefinitely towards historical bars
box.set_extend(id=myBox, extend=extend.right)

第一个 SARS Box 4H 的图像,我需要 DAY WEEK:

第一个 SARS Box 4H 的图像,我需要 DAY WEEK

我也在努力

从 HH Pivot绘制垂直线

DAY HH Candle Condition 1st Sar 的垂直线

DAY HH Candle Condition 1st Sar 的垂直线

从最高蜡烛的 HH Pivot 为布林带 4H、DAY、WEEK ETC ALL绘制水平价格线

最高蜡烛的布林带价格线

最高蜡烛的布林带价格线

4

0 回答 0