Questions (2373)

Votes
Answers
Views
Question
0
votes
1
answer
590
views
asked 4 years ago by
Category: Chart Studies
Hello,   I am looking to make a study that plots how long (in minutes) from the last 1 minute candle. I am using a 1 minute chart. I think this can be achieved by plotting the difference between the current time and the most recent one minute ca...
0
votes
1
answer
149
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
143
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
231
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
321
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
332
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
133
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
418
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
46
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
73
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.