- Questions
- Chart Studies
Votes
Answers
Views
Question
0
1
1219
asked 7 years ago by jx2012
Category:
Chart Studies
Hi Pete, thanks for your instruction :-). I want to know how to extend POC (point of control) and Value upper/lower limits in Volume profile study into the rest of chart. Here are my concerns: 1. I want all extensions on volume profiles (maybe for 6 ...
0
2
1315
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
372
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
114
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
893
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
324
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
769
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
127
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
88
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
1971
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...