Questions (2352)

Votes
Answers
Views
Question
0
votes
1
answer
78
views
asked 2 years ago by
Category: Chart Studies
Hello, I am wanting to add different lines and bubbles to the chart that match different levels of % change from the previous days close.  An example would be one line at 15% down from the previous days close and another at 17% from the previous days...
0
votes
3
answers
77
views
asked 7 years ago by
Category: Chart Studies
Tags:
Quick question: How do i show a range of breakout bars. Meaning - I want to see 1 – 5 breakout bars? \\\"input breakOutBars = 3; (I would like it to read \\\"input Breakoutbars = 1 - 5;) if that makes senses.
0
votes
1
answer
77
views
asked 7 years ago by
Category: Strategy Guide
How do I refresh a conditional order after its completion? As well as, since the order is a sequence, will it refresh itself after the first order is carried out, or after the entire sequence? Thanks!
0
votes
1
answer
77
views
asked 6 years ago by
Category: Stock Scanners
Hello, I am trying to make a scan for something is that not equal to one of my criteria. I will use some demo code in this example.   def pop = (close[1] * 1.2)  < close and volume > 100000; I need to scan for something where there was the...
0
votes
1
answer
77
views
asked 6 years ago by
Category: Stock Scanners
Hello Pete, You could help me with a Scan code with the following conditions: crossing the aroonIndicator, that the asset price is above MovAvgWeighted (close 30 periods), and WilliamsAD above level 0. Thanks for your valuable help.
0
votes
1
answer
77
views
asked 5 years ago by
Category: Chart Studies
Hello Pete, For those using the daily chart and the default volume settings and style. How can we create an indicator that highlights the current day (today) volume bar yellow.   Best
0
votes
1
answer
77
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, I’m trying to find a code to capture a single green candle that opens below two different SMA's (ex: SMA4 and SMA8) and closes above both of those SMA lines in the same day. And having them as a signal "Point @ Close" if cannot be done, the ...
0
votes
1
answer
77
views
asked 4 years ago by
Category: Stock Scanners
TOS, 7 bars in a day. I would like to scan 8 bars from the first bar of the day to the first bar of the next day wherein the high of bars 1,7 & 8 match and/or the high of bars 1,6 & 8 match. Red or Green candles do not matter, only the highs....
0
votes
1
answer
77
views
asked 4 years ago by
Category: Strategy Guide
Hi Pete Hahn,   Once again, great site, videos and overall content!! I have a question.   I have created a script (or, to put it mildly, copied and cobbled a script together using your help!) that does Dollar Cost Average over the time fram...
0
votes
1
answer
77
views
asked 3 years ago by
Category: Stock Scanners
Hi Pete, I'm looking for a scanner that can search for price close above lowest EMA or SMA but can also be above both. We can use EMA & SMA length values of 8. So an example: Ticker XYZ 8EMA ( $2.37 ) Close ( $2.35 ) 8SMA ( $2.28 ) The scanner wo...