Questions (2352)

Votes
Answers
Views
Question
0
votes
1
answer
581
views
asked 5 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
126
views
asked 5 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...
0
votes
1
answer
646
views
asked 5 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
2
answers
583
views
asked 5 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
2479
views
asked 5 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
1
answer
382
views
asked 5 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
77
views
asked 5 years ago by
Category: Chart Studies
Hello Pete, For those using the daily chart and the default volume settings and style. How can we create an indicator that highlights the current day (today) volume bar yellow.   Best
0
votes
1
answer
1871
views
asked 5 years ago by
Category: Stock Scanners
I am looking to build a scanner for cup and handle pattern. I wonder if it is possible to build this in ToS? https://www.investopedia.com/terms/c/cupandhandle.asp If I use Java, I could have started with a for loop to find the lowest low and highest ...
0
votes
1
answer
564
views
asked 5 years ago by
Hi Pete, How can I create an alert (with a green arrow) when StochRSI crosses above line 25, and RSI is higher than the old RSI within 1 bar. And also the Heiken Ashi candle change colors Thank you so much
0
votes
1
answer
347
views
asked 5 years ago by
Category: Chart Studies
Hello please help me with the script below need to have post market volume addlabel currently it shows pre market volume. Thanks # PreMarket Forecast Volume # TOS def Pre = if SecondsFromTime(0100) > 0 and SecondsTillTime(0930) >= 0 then 1 else...