Votes
Answers
Views
Question
0
1
139
asked 4 years ago by Cc W
Category:
Alerts and Notifications
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
1
132
asked 4 years ago by Parrot Empreendedor
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
1
227
asked 4 years ago by Nick Neo
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
1
313
asked 4 years ago by Evelina Chen
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
1
309
asked 4 years ago by drew johnson
Category:
Alerts and Notifications
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
1
126
asked 4 years ago by Maxine E. Maxwell
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
1
410
asked 4 years ago by Tuan Pham
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
1
44
asked 4 years ago by Bobby Mosley
Category:
Alerts and Notifications
Tags:
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
1
71
asked 4 years ago by Fernand Prince
Category:
Stock Scanners
Hello, can you help ? All time high stock in daily chart within 2year for the last 2 month.
0
1
181
asked 4 years ago by Gary Mitchell
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...