Questions (2351)

Votes
Answers
Views
Question
1
vote
1
answer
257
views
asked 8 years ago by
Category: Strategy Guide
And if not, is there an easy way to incorporate commission costs in the analysis?
0
votes
1
answer
257
views
asked 5 years ago by
Category: Chart Studies
Hey Pete I decided to rewrite my question since I might have been unclear..LOL..I'm looking for a chart study where the candlestick has completely crossed below or above  and closed on the 50EMA.....Not just crosses it but completely crosses and clos...
0
votes
1
answer
257
views
asked 3 years ago by
Category: Chart Studies
Hello again, trying to figure out if I can create separate year, month and day inputs for the 'GetYYYMMDD' function, to appear in the Edit Studies / Customization window.  Ideas to have 3 input fields.   Just for ease of use purposes.   Hoping you ca...
0
votes
1
answer
257
views
asked 2 years ago by
Category: Chart Studies
Tags:
Hi Pete, Can you create a multi-timeframe DMI Indicator that uses a Points painting strategy as opposed to lines, similar to the multi-timeframe MACD Indicator in the thinkscript code below. The points should turn green when the DI+ is above the DI- ...
0
votes
1
answer
257
views
asked 1 year ago by
Category: Watch Lists
I tried writing the code for the four color for wave A and getting this error syntax error: an else block expected at 3:6 plot waveA = TTM_Wave().Wave1; AssignBackgroundColor(if waveA >= 0 then if waveA > waveA[1] then Color.CYAN else color.BLU...
0
votes
1
answer
256
views
asked 5 years ago by
I have tried several standard deviation channels in the MarketWatch -> StudyAlert. I keep getting the error "no such function" for TTM_LRC, StandardDevChannel, LinearRegChVar, etc and none of them work in MarketWatch -> StudyAlert. I even tried...
0
votes
1
answer
256
views
asked 1 year ago by
Category: Stock Scanners
Hi Pete, I'm not sure if I missed it but I don't see this question asked yet? I'm looking for a scan for stocks coming out of the squeeze on the bearish side. Thanks again!
0
votes
1
answer
255
views
asked 4 years ago by
Category: Chart Studies
Tags:
Hi Pete, I have searched the forum on Gap finder and this post came closed to what I was looking for but I am looking for open gaps: https://www.hahn-tech.com/ans/scan-gap-within-last-week/ I've been able to add arrows on my chart that indicate a Gap...
0
votes
1
answer
255
views
asked 4 years ago by
Category: Strategy Guide
♥ 1
I am trying to create a conditional order based off this https://usethinkscript.com/threads/bollinger-bands-and-stochastic-scalping-indicator-for-thinkorswim.6/ ----- input tradeSize = 100; def signal = close is less than or equal to BollingerBands()...
0
votes
1
answer
254
views
asked 6 years ago by
Category: Stock Scanners
Hello Pete, Thank you very much for your assistance in advance. I would like to add a study to a scan. The code of the should reflect when a green candle crosses the 50 and 20 EMA averages at the same time. The crossing will be valid for any price al...