Questions (860)

Votes
Answers
Views
Question
0
votes
1
answer
77
views
asked 7 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
29
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...
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
69
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
20
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
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...
0
votes
1
answer
118
views
asked 4 years ago by
Thank you!
0
votes
1
answer
55
views
asked 4 months ago by
Category: Chart Studies
Hello Pete.  Is there anyway to have the intraday VWAP appear on a Renko chart?