Votes
Answers
Views
Question
0
votes
1
answer
239
views
asked 6 years ago by Destra L
Category:
Watch Lists
hi pete. so glad you feel much better now! i have this indicator(code below) called the accountant written by kumobob. im trying to get the watchlist to turn red when the indicator hits a "sellpoint" and green if the indicator hits a "buypoint". the ...
0
votes
1
answer
767
views
asked 6 years ago by b fox
Category:
Chart Studies
Hi Pete; First of all, How are you feeling, I heard you were ill. I hope you are OK now. I am still new to this coding & testing environment. I am trying to test 2 new concepts I never used before, learning on the fly, little by little. I tried t...
0
votes
1
answer
277
views
asked 6 years ago by Vanessa Ortiz
Category:
Stock Scanners
Hello Pete, I have a T3 indicator that displays as color changes(red to green), it works great for the chart but I cant seem to build a scan off it. I have been told that is because scans only recognize numbers not colors. How can I change this scrip...
0
votes
1
answer
1774
views
asked 6 years ago by Corey
Category:
Stock Scanners
Hi Pete. I am looking for a code that simply scans for stocks in which the previous bar was and inside bar. I came across the code below you provided in a previous post but it doesn't seem to identify stocks when I run an intra day scan. def count ...
0
votes
1
answer
93
views
asked 6 years ago by Not Available
Category:
Chart Studies
Chart_MTF_MACDSTUDY.ts when I add this to a chart and then add another study this study goes blank. How do I avoid that?
0
votes
1
answer
89
views
asked 6 years ago by J Holt
Category:
Chart Studies
Hi Pete, Can you suggest a script to mark distribution days on the charts? Distribution days, as defined by Investor's Business Daily, are days where the price declines by more than 0.2% and the day's volume is higher than the previous day. The distr...
3
votes
2
answers
102
views
asked 6 years ago by Byronfern S
Category:
Chart Studies
Hi Pete, I was wondering how can tell the study to star the calculation over at the very first candle of the day the same way vwap can you help please, I was reading the answer here I can seem to find any. Thanks in advance def Data = if high then ...
1
vote
1
answer
197
views
asked 6 years ago by Connor Fischer
Category:
Strategy Guide
Okay guys so I'm trying to gain the ability to backtest a momentum strategy that I normally use as a scan The criteria for the scan are 1.5 times above average volume, gap up or low>high[1] and a exit signal that either occurs at the end of the we...
0
votes
1
answer
184
views
asked 6 years ago by Pete Day
Category:
Chart Studies
Hi Pete, I appreciate all the great work you do here. I was wondering if there is a way to reference a previous low's RSI. For instance within the last 30 bars a lowest low was achieved. I would like to reference the RSI when that low occurred. P...
0
votes
1
answer
2103
views
asked 6 years ago by Alfredo Pinel
Category:
Alerts and Notifications
Hello - I would like to set up an alert when the following condition is True: If % change between closing price of most recent 1 minute bar and the second most recent 1 minute bar (i.e., t versus t-1) exceeds +0.25% OR -0.25% (i.e., a relatively big ...