Questions (2351)

Votes
Answers
Views
Question
1
vote
1
answer
60
views
asked 4 years ago by
Category: Watch Lists
plot TK = Ichimoku("tenkan period" = 18, "kijun period" = 52)."Tenkan" is greater than Ichimoku("tenkan period" = 18, "kijun period" = 52)."Kijun";   here's what i have so far. just not sure of format if this is possible. Thanks
0
votes
1
answer
60
views
asked 3 years ago by
Category: Chart Studies
Hi Pete, I am looking for the logic to get the bar number of a signal formation and keep that number till the next signal forming bar. It seems simple but I cannot get my head around it. I've attached a screenshot to explain. Thanks in advance to hel...
0
votes
1
answer
60
views
asked 1 year ago by
Category: Strategy Guide
Is there anything wrong with below script that is not working with conditional order? declare lower; def delta = close(period = aggregationPeriod.FIVE_MIN) - close(period = aggregationPeriod.FIVE_MIN)[1]; def deltaClose = deltaClose[1] + delta; def p...
0
votes
1
answer
60
views
asked 7 months ago by
Category: Chart Studies
Hi Pete, I would like to create a drop-down input to select between 3 different numeric options. I understand that using the switch/case functionality in Thinkscript can achieve this. Below is the starting code I'm working with. I know it is wrong, I...
1
vote
1
answer
59
views
asked 7 years ago by
Category: Chart Studies
Hello, I am confused on how to go by making this indicator... I need it so that yesterday's high price gets plotted on today's candle. However, I would need that for EVERY candle. For example, a candle from 20 days ago should have a plot from the hig...
0
votes
1
answer
59
views
asked 7 years ago by
Category: Chart Studies
Hi Pete, When you use a script multiple times in a quote does it run once or one for each occurrence e.g. def pcc = sp_ichimoku17072101()."price_confirmed_by_chikou"; def ccf = sp_ichimoku17072101()."chikou_crossed_first";
0
votes
1
answer
59
views
asked 4 years ago by
Category: Stock Scanners
Pete I've tried writing this scan crossing span B but the results are a mixed bag with some still in the cloud....This is Hubert Senters most powerful setup...I'm trying to scan for the lagging line crossing above  the cloud with at least three days ...
0
votes
1
answer
59
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, I'm looking for a scan that can exclude stocks that have created a 50% gap in the daily chart within the past 10 bars.
0
votes
1
answer
59
views
asked 3 years ago by
Category: Chart Studies
Draw a chart label displaying the underlying symbol and price for option chart. Example, when displaying a chart for .SPY201009C345 (Call option) on a 1minute Timeframe.  Display underlying symbol "SPY" and its current price
0
votes
1
answer
59
views
asked 3 years ago by
Category: Stock Scanners
Hi Pete, I am trying to create a scan based on this study, I need the scan results when the price on 5 min crosses above monthly S3 and S4. Please help. http://tos.mx/aFYeAYA, http://tos.mx/oGFTH7c. I need the scan results when 5 min crosses above S3...