Chart Studies (873)

Votes
Answers
Views
Question
0
votes
2
answers
3573
views
asked 7 years ago by
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
3499
views
asked 5 years ago by
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
2
answers
3478
views
asked 5 years ago by
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
3
answers
3250
views
asked 7 years ago by
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...
0
votes
1
answer
3171
views
asked 6 years ago by
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
3159
views
asked 6 years ago by
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
3080
views
asked 4 years ago by
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
1
answer
3049
views
asked 5 years ago by
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
3032
views
asked 6 years ago by
Category: Chart Studies
I assume not, but I need confirmation since you can in the Conditional Wizard TS Editor These  coded lines seem to work in referencing studies- all using TOS proprietary studies.   def   Varb = SimpleMovngAvg(close,34)> 0;  # works fine def  ...
0
votes
1
answer
2934
views
asked 7 years ago by
Category: Chart Studies
Hi Mr. Hahn, thank you for all that you do. I have a request for  Smooth Moving Average(SMMA) (https://mahifx.com/mfxtrade/indicators/smoothed-moving-average-smma)  crossover scan. I would like to scan for stock with smma crossovers were it show only...