任务大厅共需1个合格投稿 | 每稿将获得10 H币 | 每人交稿次数不限 可多次任务
投诉举报 联系Ta 我来承接 已有0 个投稿 | 已采纳0 稿 | 拒绝0 稿 | 还需要1 稿
// Parametreler length = input.int(100, title="period") lookback = input.int(100, title="长度") // 求前低和前高 low1 = ta.lowest(low, length) high1 = ta.highest(high, length) plot(low1)
前低为例
前低与前低突破值相等时入场
图2缩小
评论 使用道具
发表评论 评论后跳转到最后一页
PineScript, Mine Script, MQL4, MQL5