Questions (2367)

Votes
Answers
Views
Question
0
votes
1
answer
710
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
2966
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
236
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
118
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 ...
0
votes
1
answer
71
views
asked 7 years ago by
Category: Chart Studies
How to write this as an expression;    Current bar is X% greater or lesser than previous bar. With x being an adjustable input
1
vote
7
answers
1400
views
asked 7 years ago by
Category: Chart Studies
Some place I saw a free thinkscript for an offset Probability Of Expiring Cone indicator, but for the life of me, I cannot find it again to get it. Therefore, I was wondering if you could help with this. Below is the thinkscript that I have been tryi...
0
votes
2
answers
380
views
asked 7 years ago by
Basically using in an S/R Alert on  Spreads-  /ZF-/ZN.   I need to  convert  the Bond  Closes close("ZF")  or close("ZN")  to a decimal so the following lines work as they do on other spread charts. (These are just  few key lines in the code to see w...
0
votes
2
answers
130
views
asked 7 years ago by
Category: Chart Studies
Pete was wondering you would convert your multi time frame macd code into a format for a flag in TOS.  I can make a flag for a daily chart but the problem for me comes with trying to code intra day (for ex. 30 min flag posted on a daily chart).  It w...
0
votes
2
answers
3474
views
asked 7 years ago by
Is there a study or indicator that would display a timer that counts down the bar period. For instance on a one minute chart, at the open of the first candle a timer begins to count down in secs 60-0. Then repeats with the open of the next bar.