Questions (2351)

Votes
Answers
Views
Question
0
votes
1
answer
163
views
asked 4 years ago by
Category: Stock Scanners
Hey! I'm using the code below to scan for stocks that have had their closing price close higher than the previous day's closing price for 55 times or more. The scan references a year's worth of data. How can I make it scan for 2 or 3 years?   de...
0
votes
1
answer
162
views
asked 5 years ago by
Category: Watch Lists
Hello Pete, I'm glad your doing well.  I'm in need of some programming help, what I've been trying to do but can't seem to get is back round color in columns on my watch list. 1- If last price traded is > PDH Green and conversely if last price tra...
1
vote
1
answer
162
views
asked 4 years ago by
Category: Chart Studies
Hi, do you know if there's a simple way to check the symbol of a traded instrument and tell that is a future in ToS? I was thinking to do a quick check on the symbol name and check if that contains the typical / ToS uses for futures but think script ...
0
votes
1
answer
162
views
asked 4 years ago by
Category: Chart Studies
Hi, Wondered if you knew if thinkscript to compute a profit target for pips moved. So, in the stocks/futures world, I can do the following to determine a profit move and then I wondered if there is a way to do same with Pips? Thanks, Jennifer def Pro...
0
votes
1
answer
162
views
asked 3 years ago by
Category: Chart Studies
Hi Pete, Im wondering if you can help me plot (draw) a line for the highest price and lowest price after the last earnings. Thanks for the help.
0
votes
1
answer
162
views
asked 3 years ago by
Category: Chart Studies
Hello Pete I had a question on the current bar volume. I read the previous post on the following link, and the solution that was mentioned. Volume is greater than VolumeAvg(“Length” = 20)."VolAvg" * 10 within 20 bars https://www.hahn-tech.com/ans/vol...
0
votes
1
answer
162
views
asked 2 years ago by
Hello Hahn, I want to receive some form of alert (in my tos messages and via text message) any time there is a transaction greater than 100,000 shares on the SPY. I would like to test this out with any ticker symbol and with any selected share size, ...
0
votes
1
answer
162
views
asked 1 year ago by
Category: Chart Studies
Hello, I was wondering if you can show me how to correctly addclouds outside bollingerband and color them accordingly, green if trending up and red if its trending down. I can only seem to color half portion of the background,  and my color condition...
0
votes
1
answer
161
views
asked 5 years ago by
Category: Chart Studies
Tags:
Hi guys, Anyone able to help for this.. Am trying to create a script that will plot the yearly Fibonacci levels on your chart no matter what timeframe you are on.. input price = close; input high = high; input low = low; input onExpansion = Yes; inpu...
0
votes
1
answer
161
views
asked 5 years ago by
Category: Chart Studies
Not sure how deep in the code this goes and if its possible, but I just had a thought about if I have large grid of FX pairs like so https://i.imgur.com/AP8c8eQ.png  if it would be possible to have the background color  of the chart change based on a...