Questions (2351)

Votes
Answers
Views
Question
0
votes
1
answer
207
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, I'm interested in adding a stock screen that requires all the daily closes of the current week to be below the weekly close of the prior week.  I understand that TOS doesn't allow secondary aggregation periods in their scans, but you mention...
0
votes
1
answer
168
views
asked 4 years ago by
Category: Stock Scanners
Good day Pete, and I hope that all is well and finally able to get logged in LinkedIn after months of trying :-)I for sure I know it was never on my end, as all other LI's I use for logings have been fine @ other sites. So now that I can start to get...
0
votes
1
answer
72
views
asked 4 years ago by
Category: Chart Studies
Hi Pete,  Is there a feature or can you please make a code to go back to a certain date and time on live chart similar to onDemand? Does OnDemand have regular issues loading charts and mismatch in between current price display on active ladder a...
0
votes
1
answer
306
views
asked 4 years ago by
Category: Stock Scanners
Been trying for hours, im trying to make a bullish scan but i keep coming up with no results   MACD- blue line above the orange within the past 5 days Momentum- above zero within past five days TTM Squeeze- above zero within past 5 days i use th...
0
votes
1
answer
226
views
asked 4 years ago by
Hi Pete, I was looking into importing custom wave file into this alert study for the alert to sound different than the four default in TOS. def buy = !IsNaN(PPS().”buySignal”); def sell = !IsNaN(PPS().”SellSignal”); Alert(buy, \"PPS Buy\", Alert.BAR,...
0
votes
1
answer
343
views
asked 4 years ago by
Category: Stock Scanners
Hello I hope you are all doing well. I am looking for a way to get an alert and or create a scanner in TOS Think or Swim for when the MACD lines change from one color to another color. Alternatively I guess if it could tell me when the lines change f...
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
114
views
asked 4 years ago by
Category: Chart Studies
hi pete. i love the new videos you are doing! they are awesome. in one of the market tech videos you showed your indicator that shows pullback percentage with colored lines. would you mind sharing the code for it? thanks for reading ru
0
votes
1
answer
487
views
asked 4 years ago by
Category: Chart Studies
Hey Pete, I've seen a few labels being created but was wondering if you could create a label showing the range of a linear regression channel from upper LR to lower LR. here is the code for the linear regression channel I'm using. input price = close...
0
votes
1
answer
129
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, I tried searching for this but I didn't have any luck. I want to plot the high and low for a specific time period, 15:00 to 16:15 for example, but I also want the line to only plot during that time period if possible. I'll show you what I tr...