Chart Studies (873)

Votes
Answers
Views
Question
0
votes
1
answer
137
views
asked 7 years ago by
Category: Chart Studies
Hello, here is my code: plot edArrow = if energy > 450 and volume > 200000 then energy else Double.NaN; This is on my indicator (which is not a lower study). The problem is that the arrow plots on my volume bar and I want to plot it under my ca...
0
votes
1
answer
137
views
asked 3 years ago by
Category: Chart Studies
I apologize if this has been previously asked and answered. I need a study that plots a specific ema or sma on the chart and the chart label is red when the stock price closes below the sma and green when it closes above the sma. Needs to work with c...
0
votes
1
answer
135
views
asked 4 years ago by
Category: Chart Studies
Hi Pete! Hope everything is going well for you and your family. I was wondering if you could help me create a chart bubble (on the top left corner of a chart in thinkorswim) to display the 100 hull moving average price. I want to have the HMA price f...
0
votes
1
answer
135
views
asked 3 years ago by
Category: Chart Studies
Hello Hahn! I am planning to have an automatic fibonacci time series plot which can be same as the pivot point formula but for the time axis (x axis). Hopefully it will look like the rollover fridays plot.
0
votes
1
answer
134
views
asked 4 years ago by
Category: Chart Studies
Let's say I am looking at 1min chart. I can plot, let's say, SVE pivots of daily aggregation. I also want to plot the pivots with aggregationperiod.month. However, the monthly won't show up except for the 1st and 2nd day of month (As in the bar is in...
0
votes
1
answer
134
views
asked 3 years ago by
Category: Chart Studies
I am currently using this script https://www.hahn-tech.com/ans/highest-volume-bar-of-the-day/ I was wondering if there was a way to plot a horizontal line on the highest volume bar as well  
0
votes
1
answer
133
views
asked 7 years ago by
Category: Chart Studies
Hi, I saw your post on creating a MTF MACD. Good stuff! This works great if the MACD is implemented for each time frame. Could you tell if it is possible to add a Licensed Studies in TOS and use secondary aggregation of any of those studies in our cu...
0
votes
1
answer
132
views
asked 7 years ago by
Category: Chart Studies
Hey Pete! How would I make a SMA line to be all "Arrow_up"s when its above a different SMA, and all "Arrow_down"s once it crosses below? Oh and change the color of the arrows from green to red. Thanks so much!
0
votes
1
answer
132
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, is it possible to create a study that plot the gap down levels automatically, with an input for percent gap down and an input for volume for the day of the gap down, if possible to show only the last gap down, can you help me please? Thanks!
0
votes
1
answer
131
views
asked 7 years ago by
Category: Chart Studies
Pete, Is there a way to color background on chart of MACD Histogram?  If so, can a 1000 tick color background be put on a 2 min chart?  I'm thinking not but wanting to ask anyway.