Buy Sell Signal On 100 Sma Ema
Buy Sell Signal On 100 Sma Ema
Buy Sell Signal On 100 Sma Ema
// @ SpiffyRumble
study(title="EMA SMA 100 Cross", overlay=true, max_labels_count=500)
if bullishCrossFast
// Make label
shortLabel := label.new(x=bar_index, y=na, yloc=yloc.abovebar,
style=label.style_labeldown, color=color.new(color.red, 0),
text="Sell", textcolor=color.white)
if bearishCrossFast
if fastBearCross
//if plow and maExp<maSimp and open<maSimp and open< maExp and close<maExp
//label2 = label.new(bar_index[rightbars], low[rightbars], text="Take\nProfit",
style=label.style_labelup, color=color.blue, textcolor=color.white)