Votes
Answers
Views
Question
0
votes
1
answer
407
views
asked 6 years ago by Juan Banderas
Category:
Chart Studies
Hello Pete, I was working on some code from learning from some of your past posts. However, I am lost when it comes to plotting an arrow when the following condition below in bold is met. Can you use the solution below and show us how to plot an arro...
0
votes
1
answer
117
views
asked 6 years ago by Juan Banderas
Category:
Chart Studies
Hello Pete, I had a question how do we round values 2 decimal places in the display labels. For example in the volume code below . def Pre = if SecondsFromTime(100) > 0 and SecondsTillTime(0930) >= 0 then 1 else 0; def isRo...
0
votes
1
answer
90
views
asked 6 years ago by Juan Banderas
Category:
Stock Scanners
Hello Pete , it it possible to create a scan condition with a time based trigger. For example, if a simple scanner searches for stocks with 10,000 volume+on the day . By 9:45 am market time , it applies a scan condition that only shows stocks with ...
0
votes
1
answer
548
views
asked 6 years ago by Juan Banderas
Category:
Chart Studies
Hello Pete, I hope all is well. I have been working on some code that calculates the total volume from the 9:30am open. However, the code gives me the total volume on the day. How does one modify the code to only calculate from 9:30am est. &nb...
0
votes
1
answer
198
views
asked 6 years ago by Juan Banderas
Category:
Stock Scanners
Hello Pete, I hope all is well. I need help editing some code that I use on the daily chart that identifies a stock as a former runner based on the below criteria. input length = 60; input numDev = 2.0; input allowNegativeValues = no; input percentSp...
0
votes
1
answer
235
views
asked 6 years ago by Juan Banderas
Category:
Stock Scanners
Hello Pete, I hope all is well. I wanted to know if it was possible to create scan alerts than only trade in the premarket hours and can even send email/ text alerts between 6am and 9:30am est. Best
0
votes
1
answer
101
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
610
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 ...
0
votes
1
answer
82
views
asked 7 years ago by Juan Banderas
Category:
Chart Studies
Hello Pete, I want to use this code, to show the stats(title and count) when i highlight a candle. However, I do not want the code to actually lot anything on the chart #Count Trades and price neautralisng declare zerobase; plot Trades = Funda...
0
votes
1
answer
355
views
asked 7 years ago by Juan Banderas
Category:
Stock Scanners
Hello Pete, So below I have provided the code for a chart label that counts the amount of time a stock has spiked in the past (aka a former runner). My question is, how can we turn this into scan criteria. When using this scanner, I only want ...
