三个k线公式
指标答疑4年前 (2022-11-25)29
三个k线公式 编写要求:1.插入线;2.抱线;3.利好刺激线解答:插入线:o<c and o=l and range(h,ref((h+l)/2,1),ref(o,1)) and ref(o>c,1);抱线:o<c and o=l and h>ref(o,1) and ref(o>c,1);...
三个k线公式 编写要求:
1.插入线;2.抱线;3.利好刺激线
解答:
插入线:o<c and o=l and range(h,ref((h+l)/2,1),ref(o,1)) and ref(o>c,1);
抱线:o<c and o=l and h>ref(o,1) and ref(o>c,1);相关文章










