Buy1=dir == -1 and dir == 1 Sell1=dir == 1 and dir == -1 alertcondition(Buy1 or Sell1, "Buy/Sell", "Buy/Sell") alertcondition(Buy1, "Buy", "Buy") alertcondition(Sell1, "Sell", "Sell") plotshape(Sell1, text = "Sell", textcolor=color.black, style = shape.labeldown, location = location.abovebar, color=color.red) plotshape(Buy1, text = "Buy",...
Strategy: Buy: -Stochastic goes back from oversold to middle -RSI goes over 50 -MACD crosses up Sell: -Stochastic goes from overbought to middle -RSI goes under 50 -MACD crosses down Settings: MACD: 8, 21, 5 RSI: Line at 50 instead of 70 and 30 Stochastic: Alert function have fun :)
Strategy: You enter when the lines from the MACD indicator cross. You Exit when the trend shows resistance. (blue or purple color) The Divergence Tags are just a small help next to the MACD
alertcondition(not repaint and d!=d , "Buy/sell", "Buy/Sell") alertcondition(high > high , "Sell", "Sell") alertcondition(low < low , "Buy", "Buy")
Only activate ZigZag3 (Red Line) and the green and red Number 3. The Value for Number 3, can you change to 250. Turn on ZigZag. Good Luck Traders :) Andrin