Chart Studies (873)

Votes
Answers
Views
Question
0
votes
1
answer
89
views
asked 5 years ago by
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
votes
1
answer
182
views
asked 5 years ago by
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
votes
1
answer
98
views
asked 5 years ago by
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
votes
1
answer
183
views
asked 5 years ago by
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
votes
1
answer
63
views
asked 5 years ago by
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
votes
1
answer
70
views
asked 5 years ago by
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
votes
1
answer
370
views
asked 5 years ago by
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
votes
1
answer
412
views
asked 5 years ago by
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
votes
1
answer
350
views
asked 5 years ago by
Category: Chart Studies
I'm looking to create a custom 30 second time frame for stocks in TOS. Would this be possible?
0
votes
1
answer
127
views
asked 5 years ago by
Category: Chart Studies
Hello, I have been trying to merge/combine these 3 indicators in to one indicator. I can successfully plot the STO and RMI, but when adding the DPO it does not plot correctly, it plots in the lower half of the indicator which is not accurate, I belie...