Questions (2367)

Votes
Answers
Views
Question
0
votes
1
answer
36
views
asked 2 years ago by
Category: Chart Studies
Hello Pete: Had a question on these following conditions. When i place the condition by itself low crosses below 37.96 It shows at 6:54 it met the condition. But when I combined it with the following condition as one, some how it doesn’t works, can y...
0
votes
1
answer
111
views
asked 2 years ago by
Category: TS Solutions
Hello Pete - I have a study which gives out a signal when 4 ema crosses 20 ema. Can I place conditional order in tradestation when this crossover happens. How can i attach my study/indicator  to an order template in Tradestation. I know this is possi...
0
votes
1
answer
173
views
asked 2 years ago by
Hi Mr. Hahn, On the post "How to add audible alert/notification to TTM Scalper Alert", I tried to create an alert by copy/pasting the solution posted by Sergio, but I am getting an exception. com.devexperts.tos.thinkscript.runtime.TooComplexException...
0
votes
1
answer
56
views
asked 2 years ago by
Category: Chart Studies
im trying to see if there is any way to make a indicator that draws a line at a percentage mark off of the HOD for example the one im looking to make is a 20% retracement line from HOD
0
votes
1
answer
308
views
asked 2 years ago by
Category: Chart Studies
Tags:
Hi Pete, Can you create a multi-timeframe DMI Indicator that uses a Points painting strategy as opposed to lines, similar to the multi-timeframe MACD Indicator in the thinkscript code below. The points should turn green when the DI+ is above the DI- ...
0
votes
1
answer
105
views
asked 2 years ago by
Category: Watch Lists
How do I make a column showing time for High of Day, and a column showing time for Low of Day If the same price is reached multiple times intraday, show the first time
0
votes
1
answer
800
views
asked 2 years ago by
Category: Watch Lists
How do I make a column to show gap % in premarket ? It would be something like: (daily close- last price)/last price I try to use (close-last)/last, but it says 'last' is an invalid statement Saw this post: https://www.hahn-tech.com/ans/percent-chang...
0
votes
1
answer
83
views
asked 2 years ago by
Category: Chart Studies
Greetings Pete, If you have time I'd appreciate your feedback on my code. I hope it's correct. Maybe there is a better way to write it. I created a label that looks at the Ichimoku Chikou, and the closing price (26 days ago), and displays a gray labe...
0
votes
1
answer
92
views
asked 2 years ago by
Category: Stock Scanners
As an example, how do I scan for stocks that had over 1000 trades yesterday? (from 9:30 to 15:59)
0
votes
1
answer
1320
views
asked 2 years ago by
Category: Watch Lists
I'd like to colorcode watchlist market cap values below certain threshold. Is there a function or combination of functions (say shares, or float as TD refers to it, multiplied by price for ex) to get market cap ($millions) to be able to color the wat...