Votes
Answers
Views
Question
0
1
481
asked 3 years ago by Chris Fourie
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
1
374
asked 3 years ago by Luis Lagares
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
1
132
asked 3 years ago by Victoria Cunningham
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
1
422
asked 3 years ago by S S
Category:
Chart Studies
Hello is it possible you can hemp me with the script that change color to yellow of the volume bar if the volume is over 5000000 def paintbar = volume > 500000; AssignPriceColor(if paintBar then Color.yellow else Color.Current); this chang...
0
1
79
asked 3 years ago by JR
Category:
Chart Studies
hello, is it possible to make the rsi have a zero line and range between -100 and 100 instead of 1 to 100... what would i need to do it the calculations to make it range like this? thanks for any assistance
0
1
709
asked 3 years ago by Charles Hammer
Category:
Chart Studies
I'm using SetPaintingStrategy.VALUES_BELOW in two different studies. One is the tos sequence counter and the other a custom script. The issue I have is that the numbers paint on top of each other. Is there a way to format them to not be on top...
0
1
482
asked 3 years ago by Nathan Ngindu
Category:
Stock Scanners
Hello Peter, This is a can from TOS price performance => Near_High_Lows when current price is within 3% of the 252 period low. #Wizard text: The current price ##Wizard input: price #Wizard text: is within #Wizard input: choice1 #Wizard text: % of ...
0
1
293
asked 3 years ago by Joe Sumner
Category:
Strategy Guide
Mr Hahn, I am hoping you can help me figure out why my conditional orders are not triggering for TOS. I am trying 2 different types in my live account (for a small amount) until I can get it working. I am using the MACD standard crossover from negati...
0
1
292
asked 3 years ago by Sam Putnam
Category:
Stock Scanners
Hi all. So I have an idea I'd like to test out, but I'm not sure how to put it together into a working thing. I basically want to scan for premarket price spikes that have happened say up to 30 days ago. I want the scanner to return the list of ticke...
0
1
80
asked 3 years ago by M.G.
Category:
Chart Studies
Tags:
Would it be possible to script an indicator to start at a specified time? For instance, the bollinger bands carry the effect of prior expansion, and lag to show a full squeeze as it forms. But is it possible to add options to the code to force it t...