Questions (2343)

Votes
Answers
Views
Question
0
votes
1
answer
135
views
asked 5 years ago by
Category: Stock Scanners
Hello, Is there a way to scan whenever current closing price of a 5 min bar crosses above yesterday's close or yesterday's high. Please see screenshot for details.
0
votes
1
answer
304
views
asked 5 years ago by
Category: Stock Scanners
Hi Pete, I am interested in creating a scan that looks at the forward looking portion of the Ichimoku cloud and can scanning for whether that is bullish or bearish. How would I go about doing this? Thanks! Justin
0
votes
1
answer
493
views
asked 5 years ago by
Category: Stock Scanners
Hey man, I appreciate you taking the time to help others with their platform setups it sure has helped me a lot while lurking on here. I even developed a list of things I wanted to figure out for weeks but I don't want to bombard you with requests so...
0
votes
1
answer
130
views
asked 5 years ago by
Category: Watch Lists
Hello, I have been using the TTM Squeeze indicator in TOS for quite some time and ran across your ability to create this awesome visual alert inside watch list. I set it up using the daily and hourly periods, but the color indicators don't match what...
0
votes
1
answer
321
views
asked 5 years ago by
Category: Chart Studies
Hey, I've been poking around everywhere to find a relatively simple indicator based on percentage change, but can't find it.  Is there an easy way to have an indicator on lower study that will show the relative strength of a ticker by percent change?...
0
votes
1
answer
114
views
asked 5 years ago by
Category: Stock Scanners
Hello, I already have a scanner (code below) provided by Pete but I would like to enhance it  adding two scenarios below. Scenario 1: Output only those symbols that close of current 5 min bar crosses above yesterday's close for the first time. Scenar...
0
votes
1
answer
105
views
asked 5 years ago by
Category: Watch Lists
How many custom columns can we make?
0
votes
1
answer
215
views
asked 5 years ago by
Category: Watch Lists
Hello Pete, I have the following custom TOS watchlist code for EMA crossing that works well but I was wondering if you could help me with the following two items i haven't been able to figure out. 1- Eliminate after hours/pre-market data input so tha...
0
votes
1
answer
80
views
asked 5 years ago by
Category: Chart Studies
So here is the script I'm using on TOS plot sma1 = Average(close, 2); sma1.AssignValueColor(if sma1 > sma1[1] then Color.liME else Color.magENTA); It is a very simple script that colors the 2sma in lime when it's moving up and magenta when it's mo...
0
votes
1
answer
166
views
asked 5 years ago by
Hello...   Thank you for your service ! Can you please provide a Thinkscript to use in a conditional order to exit Long Call Option position using TrailStopLX?  I would be trailing by 1 x ATR.  Similarly, can you also provide the opposite side o...