Questions (2368)

Votes
Answers
Views
Question
0
votes
1
answer
405
views
asked 6 years ago by
Category: Watch Lists
Hello,   I am pulling SPX data from one of my watchlists and it is linked to an excel file on my computer with an RTD file. Right now, the data updates as the market moves, which is exactly what I want. how can I make it so that every day at mar...
0
votes
1
answer
2643
views
asked 6 years ago by
Category: Chart Studies
Hello, I am a newbie in thinkscript.  I started to work on a study in TOS to see how charts behave around Daily High. So I plotted the daily high on intraday chart. Then I decided to extend it to next 10 days. I tried to do it in a smart way using a ...
0
votes
2
answers
602
views
asked 6 years ago by
Pete Is there a way to have an alert for a watchlist only.  Looking for a 50 EMA bounce to the up or down for my watchlist of 17 stocks I trade.. Also this is the greatest website ever...
0
votes
1
answer
675
views
asked 6 years ago by
Category: Stock Scanners
Hi Hahn, I wanted to know if you could create a scan criteria that will show stocks whose price is within a certain percentage of the VWAP, above or below.  Call it 5% for the purposes of this question.  I would prefer if it used the mark or last pri...
0
votes
1
answer
132
views
asked 6 years ago by
Category: Chart Studies
I've searched the forum for Trin and didn't get any hits. I'd like to display the $TRIN as a lower TOS study on any equity's chart for comparison. I have come up with plotting the trin highs and lows as 2 separate lines, but would like it to appear a...
1
vote
1
answer
192
views
asked 6 years ago by
Hi Pete, I was hoping to add an alert to this study. Also hope to add it to the chart with up and down arrows if it cross to the upside or downside. def ema1 = ExpAverage(close, 50); def ema2 = ExpAverage(close, 9); def emaCrossingAbove = ema1[1] <...
0
votes
1
answer
631
views
asked 6 years ago by
Category: Chart Studies
Hi Pete, could you please try adding the previous day's HLC to the code below with the same formatting? Thank you *************************************************** declare hide_on_daily; input PlotOverNightExtremes = yes; input DisplayPriceBubbleOn...
0
votes
1
answer
143
views
asked 6 years ago by
Category: Stock Scanners
Hello Pete, The purpose of this post is to create a scan condition that detects the first red day of a stock that has been running up with 2 or more green days in a row with each green day making higher lows and higher highs than the previous day in ...
0
votes
1
answer
163
views
asked 6 years ago by
Category: Watch Lists
Hi Pete, I’ve been wanting to ask you from a long time. Please how can we make a wachlist or scan that scan on many stocks during last 30days 30minutes candles with TOS ichimoku how many candles are above span A and sort stocks by most numbers that m...
0
votes
1
answer
236
views
asked 6 years ago by
Category: Chart Studies
Hello,  I LOVE the MTF MACD indicator and wanted to know if it's possible to create a plot scan for it.  I use it on the 1' chart for scalping (5/15 and 15/30) and I would like to have a spike happen when the MACD crosses to the up or down.  Is that ...