Votes
Answers
Views
Question
0
votes
1
answer
535
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
191
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
222
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
96
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
600
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
80
views
asked 6 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
346
views
asked 6 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 ...
0
votes
1
answer
151
views
asked 6 years ago by Juan Banderas
Category:
Chart Studies
Hello Pete, I have some code for a chart label that isn't calculating the sum total correctly for the "number of trades on the day" . The code seems to only be counting for the current 1-minute bar. I would like it to take the the sum total of...
0
votes
1
answer
1756
views
asked 7 years ago by Juan Banderas
Category:
Chart Studies
I currently have thinks it code that plots an arrow when the criteria are met. PatternPlot.SetPaintingStrategy(PaintingStrategy.BOOLEAN_ARROW_UP); PatternPlot.SetDefaultColor(GetColor(8)); My only question is can the arrow code be modifyied to place ...
0
votes
1
answer
497
views
asked 7 years ago by Juan Banderas
Category:
Watch Lists
Hello Pete, I couldn't find if this question has been answered. How do you create watchlist column that calculates percentage change from open to close? Similar to normal percent change, If positive then text will be green, If negative then text will...