- Questions
- Chart Studies
Votes
Answers
Views
Question
0
2
1305
asked 7 years ago by Ryan Sizemore
Category:
Chart Studies
Tags:
I know I can use the VolumeAvg in the lower studies section to show me the candle volume I'm searching for. However, I'm trying to get this on the price part of the chart. I currently can tell 30 day average (can customize the time), Show today's vol...
0
2
364
asked 7 years ago by Joey Cognata
Category:
Chart Studies
Hey Pete, Someone on tradingview made a cool MTF script and the code is available to see. However, I\'m not sure how to convert from pine (tradingview) to thinkscript. Would you be able to help? Thanks
0
1
112
asked 7 years ago by Azhar
Category:
Chart Studies
Hello is it possible to remove the HI and Lo bubbles that appear on the chart? Thanks, P.S. thank you very much, this indicator is amazing
0
1
879
asked 7 years ago by Mike Stigliano
Category:
Chart Studies
Is there a way to display the VWAP study without accounting for the pre-market prints? I like to have both displayed on my charts. My old software used to have an option to turn it on/off. I tried messing with the code, adding start and end time inpu...
0
0
313
Be first to answer!
asked 7 years ago by G Ariel
Category:
Chart Studies
Is there a way to create a study for this? Apologies if already answered. Thank you advance.
0
1
759
asked 7 years ago by Joey Can
Category:
Chart Studies
I am working on a study in which I need the ADX(14) of an higher time frame. I was thinking of using the "aggregationperiod" function, but ADX seems to be a very automated function/study. I can't figure where I should specify the aggregationperiod wi...
0
1
121
asked 7 years ago by Loaf Umar
Category:
Chart Studies
hi hahn, you're a programming genius. thanks for all of the information.. i'm looking for a function/study that tells me when the SMA is no longer increasing or ( inversely decreasing ), i.e. SMA (20 period) is no longer ascending in price. simili...
0
1
87
asked 7 years ago by Mike D'Antonio
Category:
Chart Studies
Hello, let’s say I am going through a watch list of futures, /ES and /HG. I want the study to do something separate for each future. For example, if the ticker is /es I want a point plotted at (close * 1.1). If the ticker is /hg I want a point plott...
1
3
1939
asked 7 years ago by J Il
Category:
Chart Studies
Hi, My script finds a specific date and then I am able to know how many bars ago that happen. Then, using getvalue I can retrieve the close of that day which is used later. That works fine in daily charts. I know that in intraday charts I need to use...
0
2
495
asked 7 years ago by Arun NY
Category:
Chart Studies
I tried to display a bubble at the mid point of a plot. Tried in two ways. (1) One show at the mid point of the chart excluding expansion area on the right. (1) Second at Mid point of the chart including expansion area. First one does not work. But S...