Questions (2347)

Votes
Answers
Views
Question
0
votes
1
answer
488
views
asked 4 years ago by
Category: Chart Studies
Part 1 This is a 5 minute chart study that uses Heikin Ashi price bars. The background changes when the HMA 5 line changes color. The Bell sounds when the Arrow changes color. The Arrow is supposed to change simultaneously with the background color c...
2
votes
2
answers
237
views
asked 4 years ago by
Category: Strategy Guide
Thank you so much for the great site!  It has helped me so much as I work to pick up thinkScript. I have a strategy programmed that I'd like to use as an options buying strategy, but the strategy is actually based upon and applied to the movement of ...
0
votes
1
answer
141
views
asked 4 years ago by
Category: Stock Scanners
Dear Pete, Great fan of your work. I'm a newbie to TOS platform (new to trading too). I've watched your videos multiple times and almost went through all the TOS categories in this forum. I have taken code from one of your replies from the Strategy s...
0
votes
1
answer
107
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, Thanks for your great coding resources. Please consider this situation. I'm keeping track of the intraday high until a moving average crosses above the VWAP from below. After that I want to stop calculating the intraday high (I use larger ti...
1
vote
1
answer
71
views
asked 4 years ago by
Category: Chart Studies
Hey, everyone. Monday - Friday, at about 7:40 am, Nadex puts out the parameters for their 8 am spreads, which are 200 points. I like putting those on TOS so I can see the ceilings and floors and place my trades accordingly. Up to now I have setting t...
1
vote
1
answer
285
views
asked 4 years ago by
Category: Stock Scanners
Hello guys, I'm uploading a screenshot after trying to figure this out on TOS scanner. I basically want to find stocks that are at or under 21ema on daily charts) I tried creating a scanner but I don't know what I did wrong. Also is there a way to fi...
0
votes
1
answer
144
views
asked 4 years ago by
Category: Chart Studies
Hey everyone and hello Hahn! I was looking to implement a chart study that does the following but was unable to optain a specific candle's volume (e.g. the candle from 9:30 am to 9:35 from two days ago (is this even possible??)). What I would like to...
0
votes
1
answer
124
views
asked 4 years ago by
Category: Watch Lists
Hello everyone, I'm a novice trader and just discover the fantastic work you are doing on this website. I'm looking for a watchlist alert that will return the number one or zero when price crosses the upper or lower band. I've found the video that ex...
0
votes
1
answer
410
views
asked 4 years ago by
Category: Chart Studies
Hi Pete - I'm trying to develop code that will display a label on my TOS chart showing the color of the Squeeze Histogram for a timeframe I specify. The code is attempting to show the current Squeeze histogram color for the 60-min timeframe as a...
0
votes
1
answer
152
views
asked 4 years ago by
Category: Chart Studies
Hi, I hope you can help. I have a scanner or study that finds  Inside Bars, and after the inside Bar is close it shows me an alert with an arrow for the third bar.  I have the code here: def IsUp = close > open; def IsDown = close < open; def I...