Votes
Answers
Views
Question
0
1
208
asked 6 years ago by Craig Habermehl
Category:
Watch Lists
Pete I have a chart study that colors the candlesticks...Could I have this in the watch list as well..If the bar is red on chart the watch list will have a red bar. I would like this for all four colors... input nBB = 2.0; input Length ...
0
1
219
asked 6 years ago by Mike DAntonio
Category:
Chart Studies
Let's say I am looking at an intraday chart on Tuesday morning. How would I reference Friday's closing price?
0
1
1089
asked 6 years ago by Carlos Serna
Category:
Stock Scanners
Pete, I am looking for a scan to look for situations like the attached picture. On a 1 min chart, the price was below both 72 and 89 EMA and first time 1 min bar closes above the 72 EMA I would like to see scan alert to this situation.
0
1
124
asked 6 years ago by Robert Smith
Category:
Strategy Guide
Hello Pete Is there any way to check the Spread between Bid and Ask before entering a trade. e.g Below is an order to buy 10 option calls on google, but the bid is at $3 and ask is at $3.90, so the SPREAD IS 0.90. How can the spread be checked before...
0
2
411
asked 6 years ago by Minh Huynh
Category:
Strategy Guide
Hahn, I try to make a strategy that BUY when all conditions are met: the TTM Squeeze dot turns green on the Histogram and it increases, RSI is higher than the previous RSI(1 bar before), and when the Momentum is increasing and larger than 0 SELL to C...
0
1
305
asked 6 years ago by Rome Ali
Category:
Stock Scanners
RVOL or RELATIVE VOLUME. I am very interested in installing that indicator in my THINK OR SWIM account. I have contacted TOS, but no luck. I have contacted 2 other parties, but no luck. I entered a code I saw on this website, but no result. Anyway, p...
0
0
30
Be first to answer!
asked 6 years ago by חנן מרקו
Category:
Chart Studies
can you give me a direction to do that ? for example, if AAPL then plot EMA21, if AMZN then plot EMA34 otherwise no ploting EMA .
0
1
253
asked 6 years ago by nick bean
Category:
Alerts and Notifications
Hey I'm trying to set an alert when WilliamFractal up is true. Using this script in thinkscript "WilliamsFractal("sequence count" = 2).DownFractal is true". When setting up the alert it shows that everything works fine like it should. However when th...
0
1
1700
asked 6 years ago by Juan Banderas
Category:
Chart Studies
I currently have thinks it code that plots an arrow when the criteria are met. PatternPlot.SetPaintingStrategy(PaintingStrategy.BOOLEAN_ARROW_UP); PatternPlot.SetDefaultColor(GetColor(8)); My only question is can the arrow code be modifyied to place ...
0
0
104
Be first to answer!
asked 6 years ago by Mark Lehman
Category:
Stock Scanners
Mr. Hahn, Thank you so much for all the work you've been doing on this website. Since I'm a newbie, I'm trying to start with something simple for a customized scan, but I think I'm doing something wrong. What I'm trying to do is scan for stocks and ...