Chart Studies (873)

Votes
Answers
Views
Question
0
votes
1
answer
203
views
asked 7 years ago by
Category: Chart Studies
Hi Pete, Please take a look at the code below and attached images. I notices that there're times the scanner is not working correctly (I set it to scan on 15 mins.). RSI is below the centerline (50), but it alerts as above 50. Any bug? Please advise....
0
votes
1
answer
203
views
asked 7 years ago by
Category: Chart Studies
I'm currently using a Zig Zag Percent study. I'm curious if it's possible to adjust the price color to reflect the Zig Zag trend color? I've tried using the assignPriceColor function but haven't had much luck. Thanks in advance. Editor's note: The ti...
0
votes
1
answer
203
views
asked 4 years ago by
Category: Chart Studies
Hello Pete, I need to determine the hourly relative volume over 60-day period of particular ticker.  Can it be done in TOS? This is what I have so far: def agg = AggregationPeriod.DAY; input length = 61; input offset = 1; plot RVol = Volume (period =...
0
votes
1
answer
203
views
asked 3 years ago by
Category: Chart Studies
Hey guys :) Im basically a noob and have never coded in my life. I thought I'd start with thinkscript since I trade all the time and I want to become a trader once I am accepted and graduate university.   The question I have is: Does anyone know...
0
votes
1
answer
202
views
asked 6 years ago by
Category: Chart Studies
I have this previous high and low indicator that plots a line on the chart to give you a visual as well as alert you when it crosses.  I want to add a label on the chart as well and it works great on smaller time frames. When I switch over to a daily...
0
votes
1
answer
202
views
asked 5 years ago by
Category: Chart Studies
Let's say I am looking at an intraday chart on Tuesday morning. How would I reference Friday's closing price?
0
votes
1
answer
202
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
201
views
asked 5 years ago by
Category: Chart Studies
Hi, I'm looking for a Premarket only indicator that will plot a 50% line between the Previous Day Close and Premarket High or Low.  I'm thinking like AutoFibonacci indicator, but only plots the 50% line only during Premarket. Thanks very much for any...
0
votes
1
answer
199
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, I am trying to create a study to add horizontal lines across previos day high low only across US session. I want to specify the start time, end time as 0800 and 1600 hours.  I tried to modify your earlier code, but it does not work. ########...
0
votes
1
answer
199
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, Was finally able to create account, thanks much for your help :) Following is the problem I am encountering and would much appreciate if you could please let me know if its something that can or cannot be done in thinkscript. 1) I am on "AMD...