Questions (894)

Votes
Answers
Views
Question
0
votes
1
answer
1737
views
asked 6 years ago by
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
1706
views
asked 3 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...
0
votes
1
answer
1480
views
asked 4 years ago by
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
1408
views
asked 4 years ago by
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
1407
views
asked 7 years ago by
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.
0
votes
1
answer
1386
views
asked 7 years ago by
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
1310
views
asked 7 years ago by
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....
1
vote
1
answer
1308
views
asked 4 years ago by
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
1
answer
1268
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, Would you able to assist me with creating a script in the form of AddLabel that calculates the up/down volume ratio? Up-Down Volume Ratio covers previous 50 days of trading. It's calculated by dividing total volume on up days by total volume...
0
votes
2
answers
1237
views
asked 4 years ago by
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...