Votes
Answers
Views
Question
0
votes
1
answer
65
views
asked 1 year ago by Mike D'Antonio
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
100
views
asked 1 year ago by Mike D'Antonio
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
214
views
asked 1 year ago by Suzanne Lester
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
190
views
asked 1 year ago by R V
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
1
answer
105
views
asked 1 year ago by Tuan Pham
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!
0
votes
1
answer
64
views
asked 1 year ago by Mohammed Ilyas
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
vote
1
answer
306
views
asked 1 year ago by r dev
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
100
views
asked 1 year ago by Chris Formen
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
166
views
asked 1 year ago by Daniel Mazanec
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...
0
votes
1
answer
203
views
asked 1 year ago by Corey
Category:
Chart Studies
Hello Pete. Is there anyway to have the intraday VWAP appear on a Renko chart?