Questions (861)

Votes
Answers
Views
Question
0
votes
1
answer
152
views
asked 3 years ago by
Category: Chart Studies
Hi Pete, Do you know how to create a lower chart study that plots moving averages greater than another moving average as dots as opposed to lines, similar to the study in this illustration? I found a snippet of code in a study that I think would be h...
0
votes
1
answer
330
views
asked 3 years ago by
Category: Chart Studies
Hi Pete, I asked a similar question in this thread about moving averages, which you helped me resolve. This is my last request for this type of indicator. Do you know how to create a lower chart study that plots when a MACD Value is greater than its ...
0
votes
1
answer
311
views
asked 3 years ago by
Category: Stock Scanners
Hi Pete I was wondering if you can build a scanner to search for Cup and handle formation based on the attached files definition. It is from IBD website and something that has been tried and tested. Many thanks
0
votes
1
answer
89
views
asked 3 years ago by
Category: Watch Lists
see attached study.  currently returns a price number.  i'd much prefer a number indicating periods since last buy/sell change.  tried to do it on my own, using code of yours i found, but failed.  can you help? would have put code here but it exceeds...
0
votes
1
answer
61
views
asked 3 years ago by
Category: Stock Scanners
Tags:
Hi Pete, I'm able to scan for earnings coming up in the week, it is possible to calculate the $(dollar move) they made in their previous earnings two days prior to the announcement to the announcement day (BMO or AMC), so BMO would include the day of...
0
votes
1
answer
160
views
asked 3 years ago by
Category: Chart Studies
Hello Pete I had a question on the current bar volume. I read the previous post on the following link, and the solution that was mentioned. Volume is greater than VolumeAvg(“Length” = 20)."VolAvg" * 10 within 20 bars https://www.hahn-tech.com/ans/vol...
0
votes
1
answer
28
views
asked 3 years ago by
Category: Chart Studies
I watch some mutual funds and often TOS won't adjust price for dividends no matter i hit the button under settings/equities that tells it to do just that.  Take ARBIX.  On 12/11/20, it had div of .3172.  I can't get my chart to reflect that div.  ins...
0
votes
1
answer
119
views
asked 3 years ago by
Category: Stock Scanners
Hello Again, Im trying to refine the results of a Trend scan I made. Id like to add a condition where price is within 10 3min bars of the days high.  I have a condition that returns how many bars the 20 Ema has been trending up or down and Im hoping ...
0
votes
1
answer
135
views
asked 3 years ago by
Category: Strategy Guide
Hello Pete I had a question on Dailyopen() study, when I included that in a conditional order it shows where the entries are, but when I included that in an order, it doesn’t get executed. Attached is the chart showing order. Is there is any way to b...
0
votes
1
answer
185
views
asked 3 years ago by
Category: Chart Studies
Hi Pete, I have a study that plots a vertical line on the earnings date using the AddVerticalLine() feature. I want to add chart bubble(s) onto the vertical lines displaying the historic volatility (or any info I choose). Is it possible to use AddCha...