You just have to copy and paste this to your trading view. it will be also better if you edit this that suit 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) and a > c
short = cross(a,c) and a < c
plot(long, "long",color=green, linewidth=1)
plot(short, "short",color=red, linewidth=1)
Since this is free I just want you to comment on this blog or on my youtube video
https://www.youtube.com/user/ulingwapo
No comments:
Post a Comment