- Questions
- Chart Studies
Votes
Answers
Views
Question
0
votes
1
answer
161
views
asked 6 years ago by Davide Bianchini
Category:
Chart Studies
Hi Pete, Thanks again for all your hard work to help us TOS users. Per our conversation, I am wanting to build a simple "backside" indicator for shorting low float runners, basically when a stock falls -15% within 10 minutes. Here are the specs I am ...
0
votes
1
answer
95
views
asked 6 years ago by Juan Banderas
Category:
Chart Studies
Hi Pete, I wanted to know how to create a study that detects and plots when a stock creates a new high over a previous high pivot and the move is greater than 1 dollar. For example, a charts previous high pivot was $2.50 dollar , Then makes a large...
0
votes
1
answer
63
views
asked 6 years ago by Ciro DiLorenzo
Category:
Chart Studies
Hi, I have a strategy that I would like to have trade live. How would I go about this? Thanks!
0
votes
1
answer
145
views
asked 6 years ago by Ciro DiLorenzo
Category:
Chart Studies
Hi I was wondering if there was a way to have a line drawn just for the prior close. For example this draw a line for each days close. I just want one for the current day and none showing for prior days. plot DailyClose = close(period="...
0
votes
1
answer
592
views
asked 6 years ago by Juan Banderas
Category:
Chart Studies
Hello Pete, I hope all is well. The purpose of this study is to modify the current code below that plots the daily ATR on the 1-minute chart and shows a color based on if the range is tight (yellow), normal (green) or wide (red). All I ...
1
vote
1
answer
323
views
asked 6 years ago by Davide Bianchini
Category:
Chart Studies
Hi Pete, I figure if anyone can solve this one, it is you. I've had this nagging issue with a volume bars study that I use to overlap onto my charts. As you can see in the attached image, the price axis is shifted on the chart, so 0 is not at the bot...
0
votes
1
answer
181
views
asked 6 years ago by jeffhalonen
Category:
Chart Studies
I've been searching around a bit for code to auto fib the previous week/month. So on Monday it would auto fib the week prior. I have found some of your doe that shows how to pull the begining of the week (AggregationPeriod.WEEK;) but cant figure how ...
1
vote
1
answer
81
views
asked 6 years ago by Davide Bianchini
Category:
Chart Studies
Pete, I only post here if I've depleted all my options, as I don't want to waste your time with simple questions. I have a script that plots a line at the close price from the previous day; plot DailyClose = close(period=”DAY”)[1]; I just need a slig...
0
votes
1
answer
77
views
asked 6 years ago by J Holt
Category:
Chart Studies
Hi Pete, Is there a way to mark the chart with an arrow showing the 52-week high? Thank you.
0
votes
1
answer
97
views
asked 6 years ago by Samuel Davis
Category:
Chart Studies
I use 20, 50, and 100 period Bollinger bands as an indicator and am interested when price is outside all 3 bands. Is there a way to only have the most extreme period BB print on the price chart for each candle so that only 1 band instead of all 3? T...