Questions (2347)

Votes
Answers
Views
Question
0
votes
1
answer
28
views
asked 1 month ago by
Category: Chart Studies
Hello! I've got a code to show some information regard current position, unfortunately I haven't been able to show the P&L as % in the chart, I've tried to play with the following code withouth luck since i have zero code experience, thanks for t...
1
vote
1
answer
491
views
asked 4 years ago by
Category: Watch Lists
GM!!   I need help getting the code for the Mark % change from the previous day close for PreMkt ... Every code I've used, I on;y get results after the open ... I also want to be able to change the background color.   Thank you and Happy Tr...
0
votes
1
answer
3030
views
asked 8 years ago by
I've got this awesome new strategy and I'm ready to start looking for live setups. How can I convert my Strategy in Thinkorswim into a custom scan?
0
votes
2
answers
600
views
asked 3 years ago by
Pete, can you help me update the code from the TTM Squeeze alert you created (https://www.youtube.com/watch?v=GTyq_hLM_mc&t=1s). I want the alert to only trigger when the TTM Squeeze dot is green? Currently I’m using the following thinkscript for...
0
votes
1
answer
32
views
asked 2 months ago by
Category: Stock Scanners
Hi Pete, You have a bullish monthly seasonality scanner: January closing higher at least 75 percent of time - Hahn-Tech, LLC. Is it possible for a bearish one? If so, could you please add a lookback period? Thanks again!
1
vote
1
answer
67
views
asked 2 months ago by
Category: Stock Scanners
Hi, I'm trying to use the below to scan for stocks closing above/below the respective ADR levels on an intraday time (2min, 5min, etc..).  Currently only works for daily closes. Thanks so much. **Script below** # Define length for ADR calculation inp...
0
votes
1
answer
19
views
asked 2 months ago by
Category: Strategy Guide
Can we compare multiple FPL in Single Strategy to see which one works better for a particular Stock. Ex, def conditionOne = Average(close, 8) crosses above Average(close, 21); def conditionOneClose = Average(close, 8) crosses below Average(close, 21)...
0
votes
1
answer
320
views
asked 5 years ago by
Category: Strategy Guide
Pete, Is it possible to only use the Parabolic SAR to setup a conditional order? I keep receiving an error "No such function: ParabolicSAR at 1:1". Is this something ThinkorSwim specific to not allow the Parabolic SAR? If so, are there any work aroun...
0
votes
1
answer
41
views
asked 3 months ago by
Category: Chart Studies
I typically trade on a 15 minute chart. I would like to have two horizontal lines on my intraday chart each day: One for the highest daily high of the previous 5 days (not including current day) One for the lowest daily low of the previous 5 days (no...
0
votes
1
answer
43
views
asked 3 months ago by
Category: Strategy Guide
Hello, Pete and everyone else! I tried to get Opera Aria to write me a trading bot code in thinkscript but it doesn't have that function. It did it in Pine Script, C++, and Javascript, but no Thinkscript. I am wondering if any of you programmers coul...