Search found 6 matches

Go to advanced search

by lukenum
Fri Jan 20, 2023 11:47 am
Forum: Pine Script Q&A
Topic: Need help with the error
Replies: 4
Views: 1487
 
Jump to post

Re: Need help with the error

Sorry about the long code 😀 I adopted it from someone else and believe me I wish I had better comments. So, for the green fib check, I was hoping to detect the first candle breaching the line (from the upside). So, the previous candle close should be above the fib line but the next (current) candle ...
by lukenum
Thu Jan 19, 2023 10:15 am
Forum: Pine Script Q&A
Topic: Need help with the error
Replies: 4
Views: 1487
 
Jump to post

Re: Need help with the error

Hi again Steve - Yes, I have coded both lines, FiboAlertLine (green) and FiboMAlertLine (red). In the code, for the green line, I tried to check whether or not the price is breaching down the line using the following code : if UPLabel if close < LfiboVal + ((HfiboVal-LfiboVal)*fiboUpAlertLevel) and ...
by lukenum
Wed Jan 18, 2023 10:21 am
Forum: Pine Script Q&A
Topic: Variable-value-in-TV-alert to a webhook
Replies: 4
Views: 1522
 
Jump to post

Re: Variable-value-in-TV-alert to a webhook

Yes, I prefer to use alert and I will look into the concatenate option. Thank you so much Steve.
by lukenum
Wed Jan 18, 2023 9:40 am
Forum: Pine Script Q&A
Topic: Variable-value-in-TV-alert to a webhook
Replies: 4
Views: 1522
 
Jump to post

Re: Variable-value-in-TV-alert to a webhook

Yes, I prefer to use alert and I will look into the concatenate option. Thank you so much Steve.
by lukenum
Sun Jan 15, 2023 4:02 pm
Forum: Pine Script Q&A
Topic: Variable-value-in-TV-alert to a webhook
Replies: 4
Views: 1522
 
Jump to post

Variable-value-in-TV-alert to a webhook

Hi again, I have another question about the variable value, {{ticker}}, as I thought it was supposed to be able to transfer a correct ticker via a webhook. Instead, it shows the text per the attached screenshot in the link below. https://asset.cloudinary.com/dxjniytnv/752211e86735faf2c1887022a9f1b09...
by lukenum
Sun Jan 15, 2023 3:19 pm
Forum: Pine Script Q&A
Topic: Need help with the error
Replies: 4
Views: 1487
 
Jump to post

Need help with the error

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 poin...

Go to advanced search