Questions (2349)

Votes
Answers
Views
Question
0
votes
1
answer
109
views
asked 6 years ago by
Category: Stock Scanners
Hi, Need help in thinkscript. I suppose 'def hh = highest(high[10], 10)', will give me the highest high of 10 bars starting from 10 bars back. Now how to get the stochastic FullK value of this highest high. Thanks in advance.
0
votes
1
answer
188
views
asked 6 years ago by
Category: Stock Scanners
Hi Pete, Good day to you. Can you create a screener that can scan First Candle Cross Above/ Below Tenkan, First Candle Close Above/ Below Tenkan I had attached with the valid signal sample. Thanks for your help and support. Rgds, JinWei    ...
0
votes
1
answer
706
views
asked 6 years ago by
Category: Stock Scanners
Hi Pete, I'm no coder, but I'm wondering if you can point me in the right direction.  I'm playing around with a TOS strategy that would use MTF of the MACD.  In thinkscript code, how do I force MACD into a particular time period?  In my mind, I'd wan...
0
votes
1
answer
1451
views
asked 6 years ago by
Category: Stock Scanners
Tags:
When scanning for stocks to short, is there a way to filter out stocks that the broker won't let you borrow?  In other works, search only for stocks that are 'ETB'..?   Cheers, David
0
votes
1
answer
103
views
asked 6 years ago by
Category: Chart Studies
Hello Hahn, I wanted to know if you could create a chart label for the 5 minute chart. The label conditions should be   If the price (close) is above the 9EMA on chart, THEN label should say "COVER SHORT" with a green background) If the price (c...
0
votes
1
answer
119
views
asked 6 years ago by
Category: Stock Scanners
♥ 1
Hello Hahn, Can you please creation a scan condition that looks for stocks whose close price on the day is ateast 50% away from its high price on the day? Visually this would show a candle with a long wick. I tried to do this in condition wizard but ...
0
votes
0
answers
180
views
Be first to answer!
asked 6 years ago by
Category: Chart Studies
Hi pete is it possible to change this Fib Fans script to always start at LOW and end at HIGH  on this Fibonacci Fans? input price = close; input high = high; input low = low; input onExpansion = Yes; input Coefficient1 = .382; input Coefficient_2 = ....
0
votes
1
answer
1829
views
asked 6 years ago by
Category: Chart Studies
Hi! I am wondering if there is any possibility in TOS to plot Sector and Industry under a chart for a specific stock symbol. Same as what we see in Finviz, Group: Sector Group: Industry   I want to see the strength of a sector or industry which ...
0
votes
1
answer
738
views
asked 6 years ago by
Category: Chart Studies
I'm looking to alter this code to start the plot at 9:30 and have it end at 9:45, only showing the last period. The first photo is what the code produces now, the second is what I'm trying to get it to look like. TIA! input timeFrame = AggregationPer...
0
votes
1
answer
298
views
asked 6 years ago by
Category: Chart Studies
Hello Hahn, Similar to this post “Find stocks which close specific percent below the high” The purpose of this post is an expansion of the request above. The question is, how do you create a chart study that labels candles which close specific percen...