Questions (2351)

Votes
Answers
Views
Question
0
votes
1
answer
121
views
asked 3 years ago by
Category: Chart Studies
Hello, I am new to Thinkorswim and using the condition wizard to set up an "almost" auto trade in Forex Trading. After watching your video for Thinkorswim AutoTrade Almost - Hahn-Tech, LLC I attempted to use the condition wizard to set up the paramet...
0
votes
1
answer
331
views
asked 3 years ago by
Category: Chart Studies
Hello Hahn. I'm looking for a code that triggers an alert by changing the chart screen colors when the RSI level reaches oversold/overbought levels on a 10day/30min timeframe. Is this possible? Example: RSI: overbought (70 or above); Screen chart: di...
0
votes
1
answer
412
views
asked 2 years ago by
Category: Watch Lists
Hi, I am VERY new to thinkscript and this is my first attempt. I watched a few of your videos but cannot get this to work. I am trying to add it as a column in a scan/watchlist. It does display correctly on a chart but gives an error in a watchlist, ...
0
votes
1
answer
119
views
asked 2 years ago by
Category: Chart Studies
Hello, Im trying to turn these conditions for buying and selling volume into a two line plot study that adds upon itself (recursion) that starts over each market open. im sure I can figure out the recursion part but dont know how to start the study a...
0
votes
1
answer
154
views
asked 2 years ago by
Category: Strategy Guide
I have two criteria that are part of the same strategy. They are similar but different enough that I have defined two separate 'def' in my strategy code. One entry is often "better" than the other ('A' is better than 'B'), but in the right circumstan...
0
votes
1
answer
107
views
asked 2 years ago by
Category: Chart Studies
Hey Pete, I found an old scan you had made that would alert when a price crossed a previous day's close (shown below). Is there a simple way to add a paintingStrategy to also mark an arrow on the chart when this occurs? Thanks for all your hard work!...
0
votes
1
answer
65
views
asked 2 years ago by
Category: Stock Scanners
Hi Pete, I always have trouble with writing this out in the Wizard. I would like to be able to scan for a 6 hour cross in the SlowStochastic. Here is my attempt, though it will not take it. My_Slow_Stoch()."SlowK" crosses above StochasticSlow()."Slow...
0
votes
1
answer
349
views
asked 2 years ago by
Category: Watch Lists
Hi Pete, In a previous post you provided a code which allows us to view the current background color of the MACD histogram. Is it possible to plot the number of consecutive bars with the same color instead of plotting the histogram difference? Below ...
0
votes
1
answer
108
views
asked 2 years ago by
Category: Chart Studies
Hello Pete ,   I wanted to know if you could help me write a script that shows the current total volume on the day as a text (No bubble) on the close price of the current candle only.   If the volume is over 9 million, no longer display the...
0
votes
1
answer
129
views
asked 2 years ago by
Category: Watch Lists
Hi, i want see at option chain a column with IV percentile for each base option. I use this code on watchlist, but didn't work al option chain: def vol = impVolatility();  # dont work at option chain rec data = if !isNaN(vol) then vol else data[1]; d...