Questions (855)

Votes
Answers
Views
Question
0
votes
1
answer
6
views
asked 1 day ago by
Category: Chart Studies
Hey everyone! I am using a chart study on the 1 minute chart (that also shows extended hours trading). I am using the code below to track the highest high but I would like it not to reference the extended hours high. I’ve tried a couple different sol...
0
votes
1
answer
7
views
asked 1 day ago by
Category: Strategy Guide
Hey Pete! I was having trouble posting this, so I'm not certain if this is the right section. From your videos, I know recursion is a no-no for Thinkorswim's custom code order conditions. Is there any way to reference today's high of the day without ...
0
votes
1
answer
22
views
asked 1 week ago by
Category: Chart Studies
Tags:
Hello Pete, Will you create a study that does the following? Plots lines for the high and low of the first 5 minutes of the open Extends the high and low plot lines from market open to market close of the current day It would look something like the ...
0
votes
1
answer
387
views
asked 6 years ago by
Category: Watch Lists
def today = volume(period = “DAY”)   This is a line of code I have in one of the chart indicators and it works fine for showing the volume for the day. However, can I modify this line of code to include the premarket volume also in the total. Pr...
0
votes
1
answer
66
views
asked 6 months ago by
Category: Chart Studies
Hello please can u help me with the script for thinkorswim that show addlabel premarket volume  and show only during premarket hours and in market hours addlabel day volume and when afterhours i want aaddlabel afterhours volume and hide day volume
0
votes
1
answer
21
views
asked 3 weeks 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...
0
votes
2
answers
587
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
21
views
asked 1 month 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
42
views
asked 1 month 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
13
views
asked 1 month 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)...
1 2 3 86