Questions (2372)

Votes
Answers
Views
Question
1
vote
1
answer
336
views
asked 4 years ago by
Category: Stock Scanners
Hello guys, I'm uploading a screenshot after trying to figure this out on TOS scanner. I basically want to find stocks that are at or under 21ema on daily charts) I tried creating a scanner but I don't know what I did wrong. Also is there a way to fi...
0
votes
1
answer
155
views
asked 4 years ago by
Category: Chart Studies
Hey everyone and hello Hahn! I was looking to implement a chart study that does the following but was unable to optain a specific candle's volume (e.g. the candle from 9:30 am to 9:35 from two days ago (is this even possible??)). What I would like to...
0
votes
1
answer
137
views
asked 4 years ago by
Category: Watch Lists
Hello everyone, I'm a novice trader and just discover the fantastic work you are doing on this website. I'm looking for a watchlist alert that will return the number one or zero when price crosses the upper or lower band. I've found the video that ex...
0
votes
1
answer
423
views
asked 4 years ago by
Category: Chart Studies
Hi Pete - I'm trying to develop code that will display a label on my TOS chart showing the color of the Squeeze Histogram for a timeframe I specify. The code is attempting to show the current Squeeze histogram color for the 60-min timeframe as a...
0
votes
1
answer
166
views
asked 4 years ago by
Category: Chart Studies
Hi, I hope you can help. I have a scanner or study that finds  Inside Bars, and after the inside Bar is close it shows me an alert with an arrow for the third bar.  I have the code here: def IsUp = close > open; def IsDown = close < open; def I...
0
votes
1
answer
191
views
asked 4 years ago by
Category: Watch Lists
Hi Pete, I'm looking to add a custom column to show the number of days the stock had been either above/below after a VWAP crossover. Ex: A bullish cross would show previous days below and vice versa for a bearish cross. Thanks again!
0
votes
1
answer
55
views
asked 4 years ago by
Category: Chart Studies
Hi. I really appreciate your forum.  I'm have a conditional label that shows a MACD trend for the index a stock is in. For instance, if GetSymbol() is AAPL then call a MACD script that accepts NDX as the close(symbol). Is there a way to retrieve...
0
votes
1
answer
74
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, Is it possible to setpaintingstrategy the previous plot?  I want to be able to put a blue point on top of an RSI if an RSI peak has formed. Thanks   plot RSIpeak= if (rsi < rsi [1] and rsi [1] > rsi [2])  then rsi [1] else double....
1
vote
3
answers
660
views
asked 4 years ago by
Category: Chart Studies
Everytime I want to work on a study, opening the code editor is a hassle. Is there a better way to edit thinkscript than clicking Studies -> Edit Studies -> Right click Study name -> Edit? Thanks.
0
votes
1
answer
147
views
asked 4 years ago by
Category: Chart Studies
Let's say I am looking at 1min chart. I can plot, let's say, SVE pivots of daily aggregation. I also want to plot the pivots with aggregationperiod.month. However, the monthly won't show up except for the 1st and 2nd day of month (As in the bar is in...