Questions (2372)

Votes
Answers
Views
Question
0
votes
1
answer
139
views
asked 4 years ago by
I deleted my original post to try and clean it up a bit (For some reason, editing does not work) I did see a similar post but wasn't able to make it work with my code. My signal line can be “Green”, “Red” or “Gray” What I was hoping to achieve is to ...
0
votes
1
answer
132
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, Could you please help me out with the code below as I’d like to have it plot correctly for normal market hours as well? At the moment it only shows it correctly if extended hours is enabled. Thanks
0
votes
1
answer
227
views
asked 4 years ago by
Category: Chart Studies
Hi Pete This indicator was written for TOS  but cannot something that provides the same display. May i know if the attached TOS script can be converted to be used in Tradingview. Thanks Nick
0
votes
1
answer
313
views
asked 4 years ago by
Category: Chart Studies
Hi Pete,i have 5 TOS studies for intraday Support Resistance lines (manual input numbers). each day of the week (Mon-Fri) has different lines (thus 5 studies)is there a way to simply add a line on top of each study something similar like hide_on_Frid...
0
votes
1
answer
309
views
asked 4 years ago by
Howdy Pete, Glad you are on the mend. I'm trying to find out how to generate an alert if price gets within 2 points of a MA after a crossover occured.  With a limit of seven bars after the crossover.  After the seven bars, it would not trig...
0
votes
1
answer
126
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete. I am new to your site. I am looking for a TOS scan that would generate a list of those companies that have posted x consecutive quarters (or years) of positive (or negative) earnings.
0
votes
1
answer
410
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, You helped me find the first Cyan bar after three bars of any color with the script below. How can it be amended to find the first yellow bar after a minimum of three red bars? Thank you again! input price = CLOSE; input length = 20; input n...
0
votes
1
answer
44
views
asked 4 years ago by
I want to make an alert that sends me a message every time the DSS line crosses below a certain point on the stochastic, but I also need the alert to reset its self every time the DSS crosses back above that same point on the stochastic.
0
votes
1
answer
71
views
asked 4 years ago by
Category: Stock Scanners
Hello, can you help ? All time high stock in daily chart within 2year for the last 2 month.
0
votes
1
answer
181
views
asked 4 years ago by
Category: Chart Studies
Hi Pete. I created a fairly simple script that is actually working and returning the result I had intended. But for future reference for someone working hard at learning how to thinkScript, I was wondering if you wouldn't mind looking at my script an...