Questions (2348)

Votes
Answers
Views
Question
0
votes
2
answers
263
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete! I'm a beginner with scripts and I've been following what you guys are doing here for a while. It's amazing, really awesome ideas. I'm trying to create a very basic scanner for premarket which includes a study and alerts when the condition is...
0
votes
1
answer
117
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, Can you pls help me create a script similar to this script below to plot the lowest low from the last 5 candles. Thank you. Example plot ClosingPriceForHighestHigh = GetValue(close, GetMaxValueOffset(high, 12), 12); The example script plots ...
0
votes
1
answer
237
views
asked 4 years ago by
Category: Stock Scanners
I am semi-newish trader and I was wondering if you could help out with a scanner.  If you have already covered this or have something that I could modify to get what I am looking for that would be great.  Here is the setup that I am looking to try an...
0
votes
1
answer
782
views
asked 4 years ago by
Category: Stock Scanners
Hello,     Hi there I would love some help creating a scan. I’m looking for a scan that shows UP volume for the day that is greater than any DOWN volume days in the previous 10 days 2nd condition is Stock must be less than 10% above 10 Dail...
0
votes
1
answer
138
views
asked 4 years ago by
Category: Strategy Guide
I just watched your video,  Thinkorswim Strategy Guide on youtube (Aug. 8, 2015). I never saw the attached file. It mentioned that it was on the Google drive. Is there a way that I can get the file that goes with that video?  
0
votes
1
answer
41
views
asked 4 years ago by
Category: Chart Studies
Hi Pete - Is there a way in TOS to restrict calculations to the close of a bar.  This can be done in TS; I want a confirmed (crossover) signal without the intra bar noise (and repainting).  Thanks for any suggestions!
0
votes
1
answer
40
views
asked 4 years ago by
Category: Chart Studies
Hi I thought I had the count of new highs over a period resolved but my script does not give corrrect answers all the time, and I cannot figure out what could be wrong. I am attaching my code and the dates and high values for the AON for last several...
0
votes
0
answers
83
views
Be first to answer!
asked 4 years ago by
Category: Stock Scanners
Pete is it possible to do a scan for a 2 +/- standard deviation on a 10 day 30 min chart....I can do it for the one day but not sure how to do it for a 10 day....   Thanks
0
votes
2
answers
39
views
asked 4 years ago by
Category: Chart Studies
I have a custom study with simple 4 to 5 lines which references standard studies. My custom study stops plotting after 2 to 3 minutes on the chart.  Below is the code: def LONG_BUY =  (close is greater than MovAvgExponential("price" = HIGH,...
0
votes
1
answer
55
views
asked 4 years ago by
Category: Chart Studies
Hello, Trying to figure out how to force studies to aggregate data only using real trading hours. I cannot find a clear answer on this site or in the Google-verse. Everytime I try the below script, which looks like it should work it only plots the va...