Questions (2352)

Votes
Answers
Views
Question
0
votes
1
answer
193
views
asked 5 years ago by
Category: Stock Scanners
HI i have this study.... how can i convert this into scan, i have seen your video, but problem with this it has script in it and without plot i think we cannot use script and scan donot allow 2 plots, script OpenRange { input ORtime = 5; def FirstBar...
0
votes
1
answer
193
views
asked 5 years ago by
Category: Stock Scanners
Pete, I've been searching through your scan tab and can't seem to find what i'm looking for...I'm trying to scan for stock up or down 4% from the previous day close....I'll be doing this scan in pre market...   Thanks
0
votes
1
answer
193
views
asked 4 years ago by
Category: Chart Studies
Is it  possible to plot different Economic Calendar data on the chart with the stock price in Thinkorswim?    
0
votes
1
answer
192
views
asked 6 years ago by
Category: Stock Scanners
Hi Pete, I am new to programming. How can I write a simple code-  close is greater than high from 15 bars ago. If I write it like that -the program just looks at the close of the bar -15 bars ago. I want it to look at the last 15 bars. close is great...
0
votes
1
answer
192
views
asked 4 years ago by
Thank you for this very informative website. I'm experimenting with placing conditional orders based on MACD crosses intraday. It seems straightforward to do this with the Condition Wizard using the following condition for a bull cross: MACD()."Value...
0
votes
1
answer
192
views
asked 3 years ago by
Category: Stock Scanners
How to find (scanning in TOS) a bull flag pattern right after a breakout of a flag resistance? In other words, when a bull flag just got complete and started a new trend up.
0
votes
1
answer
191
views
asked 6 years ago by
Can you generate an buy/sell alert from a strategy and sent to your cell phone or iPad? Also, does the chart have to be open for alert to be generator? Thank you jim
1
vote
1
answer
190
views
asked 4 years ago by
Category: Chart Studies
Hi Hanh, Thank you for responding to all of our questions so promptly on a Saturday! (: How could I modify this text so that it would achieve the following:  I want to view the 15 minute chart but would like to display the RSI/MACD from the 1 Hour. I...
0
votes
1
answer
190
views
asked 4 years ago by
Category: Stock Scanners
Hello Pete, This is Ken. I've subscribed to your YouTube channel and been watching your VDOs many years. I also checked out your website from time to time. This is my first time going to need help from you. I am using an indicator called "MomentumSMA...
0
votes
1
answer
190
views
asked 3 years ago by
Category: Chart Studies
Hi Pete, I'm referencing the solution you provided previously for a scan .. input fastLength = 12; input slowLength = 26; input MACDLength = 9; input lookBack = 60; input averageType = AverageType.EXPONENTIAL; def Value = MovingAverage(averageType, c...