Hello all -
I'm so glad to be in this forum! I have been trying to debug a code that I adopted from someone else for the past two days and still can't get it to work as I expected. Apparently, there are some errors and would love to have someone take a quick look at what I might have missed and point me to the right direction...Note that I'm super new to Pine Script and just had time to watch a crash course today.
Following is the source code I'm working on.
https://www.tradingview.com/script/F4Zm ... promuckaj/
In short, I am trying to add two Fibo alert lines and want an alert to go off after a couple of conditions are met. For the Up Fibo Alert, I would like the price to 1) break up first before triggering an alert to see if the price comes back to breach the Fibo Up Alert Line. Vice versa for the Down Fibo Alert. I tried to set the "if UPLabel" to check but that doesn't seem to work.
Any help would be greatly appreciated.
Cheers,
Luke