Questions (2349)

Votes
Answers
Views
Question
0
votes
1
answer
63
views
asked 9 months ago by
Category: Watch Lists
Hi Mr Hahn May i know how to create a QQE Histogram Crossover for watchlist in TOS similar to the MACD Histogram Crossover found in TOS? The MACD Histogram Crossover in the watchlist will show a 1 when there is a crossover and 0 when there is none. I...
0
votes
1
answer
37
views
asked 9 months ago by
Category: Watch Lists
I have TS Radar with 2 columns.  The 1st one is the closing price of the stock.  The 2nd column is blank for me to input a number.    And I have a script to change the background of the 2nd column to green if the 1st column value is higher than the 2...
0
votes
1
answer
58
views
asked 9 months ago by
Hi Pete, I would like to be alerted whenever a stock (AAPL for example) has a rapid change in price---for example, changes more than 1% in 15 minutes. I understand that I would need to create a watchlist first, in order to receive audio alerts, then ...
0
votes
1
answer
46
views
asked 9 months ago by
Category: Chart Studies
Is it possible to project the outcome of a current position under the assumption of a future price?   For example,   I have a complicated position in XYZ.    I'd like to be able to project the P&L (and other results)  for various assumptions abou...
0
votes
1
answer
79
views
asked 10 months ago by
Category: Chart Studies
Hi Pete, I was wondering how to create an alert on the actual chart itself regardless of the symbol. I have a script I created for study alerts, but I would like it on the actual chart just like for example when you gave out the Heikin Ashi bar color...
0
votes
1
answer
90
views
asked 10 months ago by
Category: Stock Scanners
I found 2 codes/scans that I want to combine into one. 1. plot scan = (close - low) / (high - low) >= 0.9; 2. close is less than close from 1 bars ago
0
votes
1
answer
55
views
asked 10 months ago by
Category: Stock Scanners
Long Version: I want to make a scan study where VWAP weekly is greater than VWAP monthly. I can easily do that using the conditional wizard in the Scan tab which creates the following: plot scan = reference VWAP("time frame" = "WEEK")."VWAP" is great...
0
votes
1
answer
138
views
asked 10 months ago by
Category: Chart Studies
Hi Pete, I am looking for a study where there are two inputs for high and low and it plots the fibs. Thank you in advance for your help Shaishav
0
votes
1
answer
73
views
asked 2 years ago by
Category: Stock Scanners
Hi Pete, I'm trying to make a scan using a daily chart to find stocks going back historically, as long as possible. I'm looking for stocks that are up 75% of the time every January over numerous years. Is something like that possible?  I'm fiddling w...
1
vote
1
answer
108
views
asked 11 months ago by
Category: Stock Scanners
Hello Can someone convert below TC2000 to Thinkorswim? L>L1 AND H>H1 and L1<L2 and H1 <H2 and O<L +((H-L)*0.30) AND C>H-((H-L)*0.30) AND H – L >= 3 * MAX(H1 - L1, 3) Thanks
1 5 6 7 8 9 235