Chart Studies (879)

Votes
Answers
Views
Question
0
votes
1
answer
181
views
asked 4 years ago by
Category: Chart Studies
Hi, Wondered if you knew if thinkscript to compute a profit target for pips moved. So, in the stocks/futures world, I can do the following to determine a profit move and then I wondered if there is a way to do same with Pips? Thanks, Jennifer def Pro...
0
votes
1
answer
606
views
asked 4 years ago by
Category: Chart Studies
Tags:
Hello Pete, I know it's easy to have ToS display the high of day and low of day bubbles on the chart (Chart setting/ General/...). But is it also possible to display in the bubble the time of day when that high or low occurs?
0
votes
1
answer
89
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, Any chance to write this simple study... Mark with an arrow up the first trading day of the Month when is a Monday or Friday Thank you
0
votes
1
answer
26
views
asked 4 years ago by
Category: Chart Studies
I want to read in a few external parameters as inputs to a study. What is the best way to do that? These parameters would vary from one stock to another and are generated by an external program. I can add these as inputs, but then I have to manually ...
0
votes
1
answer
434
views
asked 4 years ago by
Category: Chart Studies
Can you help me customize SequenceCounter to make it similiar to Tom Demark's TD-Combo? Thanks! TD Combo TD Combo is better when you have sharp directional moves, because it requires only thirteen price bars from start to finish compared to TD Sequen...
0
votes
1
answer
197
views
asked 4 years ago by
Category: Chart Studies
Tags:
Hi Pete, Wasn't sure if there was a way to code this...can’t figure it out, but maybe because there is no way to do it. I figured out the code (see below) to have a signal generated (as shown in the attached pic) for when 1. The price action closes a...
0
votes
1
answer
52
views
asked 4 years ago by
Category: Chart Studies
Hello, It has been a while since I haven't asked a question around here, so I hope that everyone is fine. I have a regular RSI code and I would like to add a horizontal 50 level line just to visualize when the price is around this area.  If anybody c...
0
votes
1
answer
278
views
asked 4 years ago by
Category: Chart Studies
Hi Pete love the work you. I'm a new trader. I have an issue I'm hoping you could help solve recently I been paper trading on tradingview and I realize that there StochRSI gives a different data thinkorswim StochRSI. I know this is silly but I like t...
0
votes
1
answer
374
views
asked 4 years ago by
Category: Chart Studies
Hi Pete. I’ve defined (5) moving averages with the lengths of 8, 13, 21, 34, and 55. I want to know when the distance between the uppermost and lowest moving average is <= 2% of the stock price. Since the moving averages will not always be aligned...
0
votes
1
answer
292
views
asked 4 years ago by
Category: Chart Studies
I have a really good mental image of what I would like to do, but stuck. Here is what I am looking for, in a nutshell: Inputs for Length and Aggregation Period, so I could select '10 Days' or '30 Minutes' or whatever Study would then: Calculate the H...