Questions (2372)

Votes
Answers
Views
Question
1
vote
1
answer
296
views
asked 4 years ago by
Category: Stock Scanners
Hello there, I was wondering if it was possible to scan for stocks based on yesterday's change from the open. This is what I have for today's % change from the open: plot scan = close <= open * 0.97; And as a dollar value: plot scan = close <= ...
0
votes
2
answers
111
views
asked 4 years ago by
Category: Strategy Guide
(I don't know where the correct place to ask this question, please move if necessary) I have a strategy currently working on TOS and I wanted to "automate" a trades a bit. I understand that the closest we can 'automate' our trading (at least through ...
0
votes
1
answer
127
views
asked 4 years ago by
Category: Chart Studies
I would like to have an LRC that I can modify the number of days back as well as the amount of standard deviation I am looking for.  I know there are several regression plots out there that I can do this...but the one thing I would like is the plot t...
0
votes
1
answer
228
views
asked 4 years ago by
Category: Stock Scanners
Is there a script to calculate the percent change from after hours close the prior day to current price the following day? Or thoughts? It only seems to use regular hrs close.
0
votes
1
answer
133
views
asked 4 years ago by
Category: Chart Studies
Hello.  I am trying to implement a two timeframe stochastic on a one minute chart on ToS by adapting some code I found online.  The 1 min stochastic is fine, but the 10 min is plotted like a step function.  I assume because its calculating and plotti...
0
votes
1
answer
55
views
asked 4 years ago by
Category: Chart Studies
If you look at the price levels on the right hand side of the screen it will include a bubble with that level. In order to not see that bubble, you have to go to the sprocket for that indicator that I have above and deselect show bubble. My goal is t...
0
votes
2
answers
211
views
asked 4 years ago by
Category: Strategy Guide
Plz help: To create conditional order upon the break of support/resistance level. I would like to execute a conditional order on TOS. I want to use 3 Min Candle and want to buy a 355 CALL option of XYZ(say it is trading pre-market at 343) when 3 Mins...
0
votes
1
answer
138
views
asked 4 years ago by
Category: TS Solutions
Hello Pete I have this following Strategy in TS and for some reason its not working, the syntax seems to be check out in easy language checker, but when the current bar high breaks the high of the previous bar, it doesn’t executes. Any idea what’s wr...
0
votes
1
answer
177
views
asked 4 years ago by
I would like to set up a scan on TOS to be alerted when stock hits lowest point.  Could it also be combined with a squeeze to the upside. Is this possible? Also the reverse, scan to be alerted when stock hits highest point and squeeze goes negative. ...
0
votes
1
answer
314
views
asked 4 years ago by
Category: Stock Scanners
Hi Steve, I’m looking for an alert to set up on a 5 minute chart when the 6 period exponential moving avg crosses above the 20 period exponential moving avg. Also the reverse too. Please see attached image for clarification. Thanks so much