//This script is made using scripts by other authors. All credit goes to them. I am only copying snippets and making it work for me//
Problem Statement: The script seems to work best using a fixed renko brick. The indicators do work but I have problems with the alert. What often happens is, the signal appears (condition is met) BRIEFLY as the bar forms, it disappears a few seconds later, but the alert is still sent on the close of the bar. I wish to receive these alerts on the close of a bar only if the condition is still met on the close of the bar
I am hoping someone can guide or fix the alertcondition such that it checks for the firmed signal before triggering the alert.