Votes
Answers
Views
Question
0
1
323
asked 5 years ago by matthew carlisle
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
1
1
717
asked 5 years ago by Max Grand
Category:
Chart Studies
Has anybody come across the ThinkScript code plotting the Short / Intermediate / Long Term Swing points based on Larry Williams definition *see here: https://books.google.com/books?id=x...t intermediate long term swing points&f=false)? Not a big ...
0
1
60
asked 5 years ago by AC
Category:
Stock Scanners
I am looking to create a scan that alerts me when stocks get near the whole dollar value. For example, stock opens at $12.25 - I want to be alerted when the stock get to $12. Same with other numbers. Any insight? Thanks!
1
1
147
asked 5 years ago by Andrew Millson
Category:
Strategy Guide
Hi Pete, thanks for the superb videos. I'm having difficulty with a strategy that calls a user-defined study. An error is being generated. I searched the Q&A forum and found in the thread <https://www.hahn-tech.com/ans/custom-rsi-study/> th...
0
1
84
asked 5 years ago by W D
Category:
Stock Scanners
TOS, 7 bars in a day. I would like to scan 8 bars from the first bar of the day to the first bar of the next day wherein the high of bars 1,7 & 8 match and/or the high of bars 1,6 & 8 match. Red or Green candles do not matter, only the highs....
0
1
361
asked 5 years ago by Tory StCyr
Category:
Alerts and Notifications
There's two alerts that interest me. 1) Woodies CCI crossing the zero line 2) Stock prices is trading at a 30 day low. I know how to set alerts for both of them separately, however I'm trying to combine them based on timing that of the first t...
0
1
1255
asked 5 years ago by Zachary Musso
Category:
TS Solutions
Hey Pete, Thanks a bunch for your help in the past with thinkscript! I recently switched to Tradestation and was wondering if you had a way to convert a CompoundValue code from thinkscript into Easy Language (see below): def Date = GetYYYYMMDD(); de...
0
1
252
asked 5 years ago by Chad Mail
Category:
Chart Studies
Hi, Can you please create a customizable script that i can add on a chart study if a condition is true from a different time frame. Lets say, On a 5min Chart, I want to display a text "10 min" with green background on top left hand side of a 5min cha...
0
1
120
asked 5 years ago by Shaishav Patel
Category:
Chart Studies
Hi Pete, I am looking for a study which plots the lines as per following. Example - Input# 1 - Input time open price, Input # 2 - Multiplier for line If I have the input time 930 AM and 930 AM open price is 2900 and I select multiplier as...
0
1
104
asked 5 years ago by Shaishav Patel
Category:
Chart Studies
Hi Pete, I am looking for a study which just show only a label on chart. The label should be displaying the difference between the high and low from Input time high to input time low so I should have two inputs- (1) Input time high (2) input time low...