Votes
Answers
Views
Question
0
votes
4
answers
1885
views
Category:
Stock Scanners
I am willing to give a big donation for a scan that can capture pretty much the data pulled on the link below on any giving trading session https://www.nasdaqtrader.com/trader.aspx?id=TradeHalts Specifically stocks that are halted on Co...
0
votes
1
answer
1810
views
Category:
Chart Studies
I currently have thinks it code that plots an arrow when the criteria are met. PatternPlot.SetPaintingStrategy(PaintingStrategy.BOOLEAN_ARROW_UP); PatternPlot.SetDefaultColor(GetColor(8)); My only question is can the arrow code be modifyied to place ...
0
votes
1
answer
1627
views
Category:
Chart Studies
I have the following code but for some reason even if one of the conditions is not true in the if clause, its still displaying "A" in the chart instead of "". For e.g. if Price_Var is 5.09, then none of the below conditions should be valid and it sho...
0
votes
1
answer
1596
views
Category:
Stock Scanners
Hi Pete, I am trying to create a scan in Thinkorswim that can find the stocks at 61.8% Fibonacci retracement level with time interval 20 days and aggregation period 60mn. Thanks for everything you do..!! Zape
0
votes
1
answer
1489
views
Category:
Chart Studies
Hello Hahn, Is it possible to create a script that changes the colors of candlesticks based on volume and RSI? For example, when the current candle has more than 1.5 relative volume and an RSI>65 , it will be colored yellow on the chart.
1
vote
1
answer
1454
views
Category:
Chart Studies
So I have some code that does exactly what I want (paints two horizontal lines on the chart with the previous day's high and low), but... I would love to be able to add a bubble underneath each with text like 'PD High' or 'PD Low'. I think this is po...
0
votes
2
answers
1451
views
Category:
Chart Studies
Hey Pete - I'd like an indicator that shows the 52 week high regardless of time frame chart I'm viewing. The premarket high-low study that you created (linked below) is in the same spirit of what I'm looking for, only with the 52-week highs/lows inst...
0
votes
1
answer
1442
views
Category:
Watch Lists
Hello Hahn, I was wondering if you could help with the following custom column watch list: ATR > 0.2-0.39 yellow backgrounds (with black numbers) ATR> 0.40 red background everything else black background (below 0.2) Thanks, j Would you ...
0
votes
1
answer
1377
views
Category:
Stock Scanners
First, thanks for all you do. In TC2000 you can scan for price growth over a period of time, say one month, using the formula c/minL22. I am trying to configure a similar scan in TOS. I would like to be able to enter a time period and filter to by...
0
votes
1
answer
1361
views
Category:
Chart Studies
Hello Hahn, I was looking through the post and couldn't find a post that gave detailed volume stats for a stock. I wanted to know if it was possible if you could take this custom volume statistics studies and improve the mode and functionality of it....
