0

Pinescript Code

I would just like to be able to add alerts for when this type of candle displays on the chart.

1 Answers1

0

You already have varibles that tell you whenever your pattern is detected. kangarootail1 and kangarootail2.

Just call alertcondition() using them as a condition.

alertcondition(kangarootail1, "Tail 1")
vitruvius
  • 15,740
  • 3
  • 16
  • 26