Questions (2368)

Votes
Answers
Views
Question
0
votes
1
answer
196
views
asked 6 years ago by
Category: Chart Studies
Hello Pete, As we know in the market when volume drops price tends to fall as well. However, in some cases, this not always true and wanted to work with to create a chart label to show this behavior. There is an indicator that shows this behavior cal...
0
votes
1
answer
82
views
asked 6 years ago by
Category: Chart Studies
Hi Pete, I’m trying to find a code to capture a single green candle that opens below two different SMA's (ex: SMA4 and SMA8) and closes above both of those SMA lines in the same day. And having them as a signal "Point @ Close" if cannot be done, the ...
0
votes
1
answer
2229
views
asked 6 years ago by
Category: Stock Scanners
Hi Pete.  Can you help me with creating a scan in TOS that will show stocks that has an EMA(9)crossover VWAP.  I would like to have the scan to show stocks with EMA crossing above or below the VWAP.
0
votes
1
answer
116
views
asked 6 years ago by
Category: Chart Studies
Hi Pete,   Thank you for the helpful studies. I currently have this one liner which is used to capture % change for a single day. def pc = Round(100*((close/open(period = AggregationPeriod.DAY))-1),1); I would like for it to only capture %change...
0
votes
1
answer
239
views
asked 6 years ago by
Category: Chart Studies
Hello Pete, The default volume profile in Thinkorswim is cool but is there a way to modify the side volume bars in blue to show more data like how much volume was traded at each price level in a numerical way instead of just the graph.   https:/...
0
votes
1
answer
294
views
asked 6 years ago by
Category: Stock Scanners
Hello I want to scan and alert when the following conditions occur.  The timeframe does not matter 15 min, 30 min, etc: First candle opens above VWAP and closes below VWAP Second candle opens below VWAP and closes above VWAP Please see attached scree...
0
votes
1
answer
355
views
asked 6 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...
0
votes
1
answer
586
views
asked 6 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
1915
views
asked 6 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
80
views
asked 6 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