Questions (2352)

Votes
Answers
Views
Question
0
votes
2
answers
279
views
asked 6 years ago by
Category: Watch Lists
Hi Pete, First, I want to say thank you. My trading has improved immeasurably since I started adding custom codes to TOS and stumbled upon your site. I am completely new to TOS and coding but your site has advanced me greatly. I am looking for a colu...
0
votes
1
answer
279
views
asked 3 years ago by
Category: Stock Scanners
Hello Pete, I'm wondering how to create a scanner that shows the first day that the histogram starts to move back to zero from it's "negative peak" after x amount of days of moving negative.
0
votes
1
answer
278
views
asked 3 years ago by
Category: Stock Scanners
Hi Pete, I have a scan that I like using on both NYSE stocks and ETF's, but so far as I have figured out, that means having two watchlists. I would prefer a watchlist of a particular scan include both stocks and ETF's. Is this possible?   Thank ...
0
votes
1
answer
276
views
asked 5 years ago by
Category: Chart Studies
I've been trying to find a reliable way to track (and use) my current trade position (long or short, as I do forex trading) as a factor for a conditional trade for "almost" auto-trading ability of ThinkorSwim. What does not work: Recursive reference ...
0
votes
1
answer
276
views
asked 4 years ago by
I came across another user trying to add an alert via the Condition Wizard on Renko charts, and the repsonse was that it's not possible. I've also noticed through my own efforts that it also can't be done on tick charts. The condition wizard only all...
0
votes
1
answer
276
views
asked 1 year ago by
Category: Stock Scanners
How would I create a scan for Tweezer Tops or Tweezer Bottoms as they relate to the Bollinger Bands ? Specifically, Bollinger Band settings are: displace 0, length 21, number of deviations down -2, number of deviations up 2 and average type simple. F...
0
votes
1
answer
275
views
asked 4 years ago by
Category: Chart Studies
Hi Pete! I'm trying some of the premarket indicators posted here for volume labels and I noticed they don't work fine. They show less volume than the real volume at any given time during premarket: I used this indicator here and I had the problem I m...
0
votes
1
answer
275
views
asked 3 years ago by
Category: Chart Studies
I'm having a hard time trying to get my indicator to show red > 5 % else green, here is my code I hope you can help!     def len = 1; def dayHigh = DailyHighLow(AggregationPeriod.DAY, len, 0, no).DailyHigh; def dayLow = DailyHighLow(Aggr...
0
votes
1
answer
274
views
asked 4 years ago by
Category: Stock Scanners
Hello Pete, I want to create a scan condition that searches for stocks whose last [DAILEY Close Price] is at least 50% lower that its 52 week high
0
votes
1
answer
272
views
asked 6 years ago by
Category: Watch Lists
  Pete, My hope is that the column box will turn green when the scan indicates that a crossover is occurring in the selected plot for your Relative Strength Scan study. For example my code below is selected for the bullish crossover and this is ...