Binary Dot Program
You simply convey to re-create as well as glue this to your trading view. it volition endure too amend if you lot edit this that accommodate to your personality
//@version=2
study("binarysignal", overlay =false)
a = ema(close,12)
b = ema(close,26)
c = sma(close,55)
long = cross(a,c) as well as a > c
curt = cross(a,c) as well as a < c
plot(long, "long",color=green, linewidth=1)
plot(short, "short",color=red, linewidth=1)
Since this is complimentary I simply desire you lot to comment on this weblog or on my youtube video https://www.youtube.com/user/ulingwapo
//@version=2
study("binarysignal", overlay =false)
a = ema(close,12)
b = ema(close,26)
c = sma(close,55)
long = cross(a,c) as well as a > c
curt = cross(a,c) as well as a < c
plot(long, "long",color=green, linewidth=1)
plot(short, "short",color=red, linewidth=1)
Since this is complimentary I simply desire you lot to comment on this weblog or on my youtube video https://www.youtube.com/user/ulingwapo
Komentar
Posting Komentar