Questions (863)

Votes
Answers
Views
Question
0
votes
1
answer
340
views
asked 4 years ago by
Category: Chart Studies
Hello sir, I was playing around with your MTF macd study to see if i could convert to be used the elements of Ichimoku So If your looking at an hourly chart, the normal settings would place all the elements at the respective levels. Is it possible to...
0
votes
1
answer
85
views
asked 4 years ago by
Category: Strategy Guide
Hi Pete, Is it possible to write a VWAP strategy on the chart when a 5-minute bar closes above/below it? It would also be nice to show the return % in a lower study on an exit when a bar closes below the previous bar on a bullish cross and vice versa...
0
votes
1
answer
360
views
asked 4 years ago by
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
87
views
asked 5 years ago by
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
63
views
asked 5 years ago by
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
498
views
asked 5 years ago by
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
152
views
asked 5 years ago by
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
177
views
asked 5 years ago by
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
75
views
asked 5 years ago by
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
559
views
asked 5 years ago by
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 ...