Questions (2367)

Votes
Answers
Views
Question
1
vote
1
answer
1511
views
asked 7 years ago by
Category: Stock Scanners
Hello, I am trying to convert this TC2000 scan I use for a 4% breakout scan to be used in the Think Or Swim scanner. Can you take a look at this and let me know what I am doing wrong and need to change? PCF: C >= AVGC10 + (0.8) * SQR((((C - AVGC10...
0
votes
1
answer
100
views
asked 7 years ago by
Category: Stock Scanners
I am new to thinkorswim. I set up alerts for some stocks.I am trying to create a column which shows % difference between my alert price and current price is it possible ? How the alerts are saved ? Can I create custom column in alerts section. Thanks...
1
vote
3
answers
525
views
asked 7 years ago by
Category: Watch Lists
Peter, First, thanks for all the effort you put in to making the Carter's squeeze more widely usable and efficient in TOS. Your work is truly helpful. My question: I am a little unclear as to what the "aggregation" button means when building a custom...
0
votes
2
answers
645
views
asked 7 years ago by
Category: Chart Studies
hi, was wondering if you can help me with the bollinger bands.  I'm trying to add a 233-period Bollinger Band with 3 standard deviations using the volume bars.  The picture below shows what i'm looking for but i also provided the link where i read ab...
0
votes
1
answer
84
views
asked 7 years ago by
Category: Chart Studies
Is it possible on thinkorswim  to plot the open price for quarterlies for the entire quarter
0
votes
1
answer
126
views
asked 7 years ago by
Category: Stock Scanners
In setting up in accord with your guide, I find that the values reported from hourly charts are not being correctly stated in the hourly column in the watchlist. The values are ok with respect to the other columns for weekly and daily charts. Any ide...
0
votes
1
answer
405
views
asked 7 years ago by
Category: Chart Studies
Hello sir, i need a simple Ichimoku indicator. Main idea is whether the price is above or below the Ichimoku Cloud of various Timeframes. the Timeframes i need to be watched is M5, M15, M30, 1H. The indicator needs to be plot below the chart with lik...
0
votes
2
answers
138
views
asked 7 years ago by
Category: Stock Scanners
Thinkscript seems so flexible yet I can never seem to make much headway on an idea (thankfully Pete is here guiding the way a bit) .  just the basic logic for a scan where price is crossing a level would be so useful, yet I can't figure out how to st...
0
votes
4
answers
433
views
asked 7 years ago by
This is the code for bubblebuddy. I'm trying to get an alert for every time a bubble appears. Attached is what the indicator looks like. Thanks in advance. declare upper; input length = {default "2", "3"}; input ChartBubblesON = Yes; input LinesON = ...
0
votes
2
answers
792
views
asked 7 years ago by
Category: Strategy Guide
Hi Pete, Inspired by your think or swim strategy tutorial, I wrote a simple ATR strategy to backtest the data. (I understand I can’t do conditional orders based on ATR trailing stop.)   But when I checked the buy and sell signals on the chart, I...