Questions (2372)

Votes
Answers
Views
Question
0
votes
1
answer
2716
views
asked 7 years ago by
Hello, How can I create a MACD Crossover Ring Alert? Please...  
0
votes
2
answers
840
views
asked 7 years ago by
Category: Chart Studies
Hi Pete, I would like to refer to a previous bar value by using a parameter which is changable (is not constant). But, TOS expects a constant value in the []. How can it be done? For example, lets suppose I would like to go back X bars as the value o...
0
votes
3
answers
186
views
asked 7 years ago by
Hey Hahn.. I've searched all of the questions and I couldn't find my right code...Could you tell me the script to create an audible and text alert within my TOS platform when Stochastics FullK crosses below Fulld...with settings  of 5,3,3 Thank you s...
0
votes
1
answer
232
views
asked 7 years ago by
Category: Stock Scanners
Hello, My name is Wayne. I have no programming experience but I am interested in learning. How do I begin to build a scanner that scans for stocks that:  have a 10% or more rise in a month  have 8 or more years of available data  have risen 10% or mo...
2
votes
2
answers
1582
views
asked 7 years ago by
Category: Chart Studies
Can you provide an example of how to use multiple aggregate time frames in the ThinkScript editor when comparing TTM_Squeeze for W/D/H charts so that an indicator showing one color when all time frames align and a second color when they do not?
0
votes
1
answer
713
views
asked 7 years ago by
Category: Chart Studies
Hi Pete, I downloaded and installed the Thinkorswim MACD RSI Indicator. I've loaded two occurrences as outlined in your video (https://www.youtube.com/watch?v=lSr-miImv-w) in order to see both the overbought and oversold signals, however, only the ov...
0
votes
1
answer
2977
views
asked 7 years ago by
Category: Stock Scanners
Hi All, First, came across this site today and you have great stuff here Peter! Your ADX DMI watchlist for TOS hack is an awesome visualization that will help narrow down my search of stocks scanned nightly. Which brings me to my TOS scan question: a...
0
votes
1
answer
142
views
asked 7 years ago by
Category: Strategy Guide
Hi Pete, I'm trying to write a script for almost online buying but couldn't locate the buy signal to be on the right bar. It apears on the next bar. The right bar is the one with the dark_green point. Can you explain how do I create an online buying ...
0
votes
2
answers
237
views
asked 7 years ago by
Category: Stock Scanners
How to target or filter scans with a specific time period filter. For example I would like to use your previous code you provided me input xPercent = 10.0; def percentChange = 100 * (close / close[1] - 1); plot scan = AbsValue(percentChange) > xPe...
0
votes
1
answer
119
views
asked 7 years ago by
Category: Stock Scanners
How to write this as an expression;    Current bar is X% greater or lesser than previous bar. With x being an adjustable input.   The motive behind this is to "Plot Scan" and assign price color to the bar if the expression is true. Thanks again ...