indicator 11
indicator 11
lastSellSignal := false
if (sellCondition)
lastSellSignal := true
lastBuySignal := false
plotshape(series=buyCondition, location=location.belowbar,
color=color.green, style=shape.labelup, title="Buy Signal", text="BUY")
plotshape(series=sellCondition, location=location.abovebar,
color=color.red, style=shape.labeldown, title="Sell Signal", text="SELL")
// Smoothing MA inputs
GRP = "Smoothing"
// Smoothing MA Calculation
switch MAtype
// Smoothing MA plots