- Questions
- Chart Studies
Votes
Answers
Views
Question
0
votes
2
answers
4009
views
Category:
Chart Studies
Hi Pete, Is there a way to convert the TOS indicator - Accumulation/Distribution Buying Pressure into Tradingview? Here is the code; declare lower; def data = if close > close[1] then close - Min(close[1], low) else if close < close[1] then clo...
0
votes
2
answers
3931
views
Category:
Chart Studies
How can I make it so that there is a cloud between the 20 EMA and 50 EMA like the cloud in the Ichimoku cloud? As long as there is a cloud that works. It would be nice if the cloud could be green when the 20 EMA is above the 50 EMA and the cloud is r...
0
votes
1
answer
3850
views
Category:
Chart Studies
I'm looking for a way to display pivot points (R2, R1, P, S1, S2) simply on Thinkorswim mobile. The PivotPoint study that's available on Thinkorswim doesn't work on mobile. There is a PersonsPivots that works on mobile, but it's a mess (lines everywh...
0
votes
1
answer
3741
views
Category:
Chart Studies
Hello, I'd appreciate if anyone could help me with a little code. I'm trying to have a couple of candlesticks identified on my charts. Basically I'd like to be able to see the following: Hammer and Shooting Star candles if; Volume is at least 30% hig...
0
votes
1
answer
3591
views
Category:
Chart Studies
Pete, Hoping you can help with a chart study to identify volatility contraction patterns (VCPs) as defined by Mark Minervini. The volatility contraction pattern (VCP) is characterized by waves (contractions) where the high - low range gets propressiv...
0
votes
3
answers
3550
views
Category:
Chart Studies
Hey Pete, I was wondering if you or anyone here knew if the Multiple Time Frame Trend indicator created by John Carter is available for ThinkorSwim. I did a quick Google search, and it appears someone is charging $150 for it. But I was curious if any...
2
votes
7
answers
3393
views
Category:
Chart Studies
Hey traders. so I wanted to make this study where the bars are colored in GREEN above the 20sma, and colored in RED below the 20sma. So I contacted thinkorswim customer service and the guy told me that I could use this study LBR_PaintBars and so i co...
0
votes
1
answer
3375
views
Category:
Chart Studies
Hello Hahn, I would just like a study indicator that places a rectangular label on the top left side of the chart that shows the current bar’s ATR in just one square box. The box should change colors depending on the values Average True Range ...
0
votes
1
answer
3341
views
Category:
Chart Studies
I’m working on adding multiple labels (with or w/o plots) but I want the label itself to say Stacked and turn green if the moving averages are stacked or red if they are not stacked. I’m using 10EMA, 21EMA, 50SMA, 200 SMA. By stacked, I mean the pric...
0
votes
1
answer
3257
views
Category:
Chart Studies
Hello again. I have made a cool chart study that uses the Assign color Feature and am practicing setting up sound alerts as well as chart bubbles. Ive assigned color to wicking candles that cross SMA and VWAP. Thing is theres so many bubbles!...
