Questions (2372)

Votes
Answers
Views
Question
1
vote
1
answer
700
views
asked 4 years ago by
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
votes
1
answer
58
views
asked 4 years ago by
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
vote
1
answer
140
views
asked 4 years ago by
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
votes
1
answer
82
views
asked 4 years ago by
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
votes
1
answer
345
views
asked 4 years ago by
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
votes
1
answer
1227
views
asked 4 years ago by
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
votes
1
answer
244
views
asked 4 years ago by
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
votes
1
answer
115
views
asked 4 years ago by
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
votes
1
answer
98
views
asked 4 years ago by
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...
1
vote
1
answer
85
views
asked 4 years ago by
Category: Strategy Guide
Hi Pete, Been following you for a while, watching your videos multiple times. Wanted to pick you brain. Looking to create a strategy for Dollar Cost Averaging (buying a certain number of stocks every so often) but couldn't find a simple way of doing ...