Questions (2349)

Votes
Answers
Views
Question
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
Category: Chart Studies
Is there a way to copy/move the objects of a drawing set to the Default?  I ask because the mobile platform only displays the Default drawing set (unless I just don't know how to change it). Re-creating elements from one set to the default set is ted...
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 4 years ago by
Category: Stock Scanners
Hey Pete!  I know this will sound like a silly question but I promise it's not.  I know when you select the timeframe in ToS you have the option to uncheck EXT but that doesn't work as intended. For my hourly scan: I have a simple scan which says f t...
0
votes
1
answer
275
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
274
views
asked 1 year ago by
Category: Chart Studies
Hello Mr. Hahn, This is a conceptual question about a TOS study. I know how to get yesterdays low, close, high etc.  However, I'd like a study to be able to grab the barnumber of those points/candles and then grab the open or close of that candle bod...
0
votes
1
answer
273
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
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 ...
0
votes
1
answer
272
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
270
views
asked 6 years ago by
Category: Stock Scanners
Hi Pete TOS has a built in Study called the StandardDevChannel. I'm trying to build a scan that will find stocks which have crossed above the highest line in the StandardDevChannel. The scan needs to detect this crossing above the highest line at the...