- Questions
- Chart Studies
Votes
Answers
Views
Question
0
1
376
asked 6 years ago by Aurelio Enrique
Category:
Chart Studies
Tags:
I'm looking to create a custom 30 second time frame for stocks in TOS. Would this be possible?
0
1
428
asked 6 years ago by Henderson Sobers
Category:
Chart Studies
Hello, I'd like to have a study on my intraday chart which automatically plots 2 horizontal lines for the premarket high and low of that stock and keeps those lines even after the market is open. I saw some similar code on this site but it took into ...
0
1
383
asked 6 years ago by Henderson Sobers
Category:
Chart Studies
Hello, I’m new to ToS. I found this site literally a few days ago and have learnt quite a bit already. Thanks very much for the obvious hardwork you’ve put in to have all this content on the site. My question is this- is there a way that I can have a...
0
1
74
asked 6 years ago by S S
Category:
Chart Studies
Hello I would like to know is it possible to have a script that plot 50 or any SMA don't want to see a line in chart just want a small line attach is the picture. please help if you can. thanks
0
1
71
asked 6 years ago by Juan Banderas
Category:
Chart Studies
Hello Pete, I want to use this code, to show the stats(title and count) when i highlight a candle. However, I do not want the code to actually lot anything on the chart #Count Trades and price neautralisng declare zerobase; plot Trades = Funda...
0
1
193
asked 6 years ago by Minh Huynh
Category:
Chart Studies
Hahn, I want to kind of change the code of PriceOsc, so that this formula plot PriceOsc = (MovingAverage(averageType, price, fastLength) - MovingAverage(averageType, price, slowLength))/"A"; and I want to input "A" = 1 if price <100 or "A" = 10 if...
0
1
108
asked 6 years ago by Doug Doyle
Category:
Chart Studies
Hi Pete, I am trying to plot a line from the pre-market open price but I only want it to display on the current day. this code works but displays on previous days. Can you help? #Pre-Market open def day = GetDay(); def PMfirstBar = day != day[1]; de...
0
1
194
asked 6 years ago by kh amin
Category:
Chart Studies
Hello, I am using a reference to a licensed study "SequenceCounter" to have a horizontal line extended to the right but it only shows at a fixed point. Is there a way to extend the horizontal line to the right? Please see attachment for details and e...
0
1
97
asked 6 years ago by Craig Habermehl
Category:
Chart Studies
Hi Pete I was hoping to get an alert added to the LRC code if the price action crosses the upper or lower 2 deviation line... input price = CLOSE; input length = 38; input beginDate = 0; input beginTime = 0; input numDevDn1 = -1.0; input numDe...
0
1
231
asked 6 years ago by Ben Sherman
Category:
Chart Studies
Hello! I am new to thinkscript and I am having trouble finding a solution for this. My question is whether or not it is possible to display this value as a % value in the bubble. The bubble displays the gain from the day's open to the day's high. The...