- Questions
- Chart Studies
Votes
Answers
Views
Question
0
1
120
asked 2 years ago by Hemal Patel
Category:
Chart Studies
Hi Pete Can you please assist on how can i pot an arrow or color this block where the arrow is pointed. Condition would be after 2 red block a white block followed by another 2 red blocks? I tried to in rabbit hole where close[-1] > close[-2] b...
0
1
409
asked 2 years ago by TomSki
Category:
Chart Studies
I am wondering if a label can be created that counts the number of bars in the lower study, TTM Squeeze, based on the histogram colors. Say that the last 2 bars are Cyan color (positive and up per the histogram), the label would read 2 with the bac...
0
1
150
asked 2 years ago by Andrew Lucas
Category:
Chart Studies
Hi.. I have a great simple study to plot the HLC from the previous day (for intraday chart on current day) that I found here but would like it to plot only on the current day? (input showonlytoday = yes).. I believe I need some NaN values but can't s...
0
1
339
asked 2 years ago by faisal s. ahmed
Category:
Chart Studies
Hello Mr Hahn, Can you please help convert the trading view " Accumulation-Distribution Line into 200 EMA" for thinkorswim as shown below: " // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/...
0
1
101
asked 2 years ago by Leo Ortega
Category:
Chart Studies
Hello, I am trying to add a simple label to my chart showing the ATR coming into today. In other words the ATR from one bar ago. This is what I have so far but it's not accepting the code. input length = 14; input averageType = AverageType.WILDERS; p...
0
1
116
asked 2 years ago by Ben Fallah
Category:
Chart Studies
In ToS, I have chart studies that have 5,20,50,200 days Moving averages (EMA) with alerts and I have scanner alert that I get notification for 5days crossing over 20days as example! Is there a way I can get the actual number where these crossovers or...
0
1
172
asked 2 years ago by Alex Loo
Category:
Chart Studies
Hi Currently, TOS has the above indicator, but i will like to change the settings from using number of advances and declines to volume of advances and declines. Is it possible? The full code for the indicator on TOS is declare lower; input exchange =...
0
1
77
asked 2 years ago by Ariel Chao
Category:
Chart Studies
Hello Pete, I was wondering if you can help me modify this code. I want to be able to display the 4Hour, Daily and Weekly SMI labels on my main chart. Ex: 4H: Buy or Sell. Day: Buy or Sell. Week: Buy or Sell. Thank you so much for your help! def smi ...
0
1
62
asked 2 years ago by Alex Loo
Category:
Chart Studies
Hi Pete, i will like to create a label for yield curve using information from FRED. TOS allows us to input data from FRED and see their charts. Hence i have created a yield curve label. It actually works. But the issue is when the chart is showing an...
0
1
48
asked 2 years ago by faisal s. ahmed
Category:
Chart Studies
Hello Pete, I have made a scanner in 4 hour aggregation based of heiken-aishi candles. To see if my scan works , I have defined an "alert" based of my study. The definition I used in heiken-aishi is as follows, " def haClose_4h = (open(period=aggrega...