- Questions
- Chart Studies
Votes
Answers
Views
Question
0
votes
1
answer
619
views
asked 7 years ago by [email protected]
Category:
Chart Studies
How do I change the color of a vertical line on an indicator? I would like to be able to have the AddVerticalLine that I have below for the OverBought condition be green instead of red. declare lower; def movingAvgLength = 1; input length1 = 1...
0
votes
1
answer
473
views
asked 7 years ago by Juan Banderas
Category:
Chart Studies
Hello Hahn, I wanted to know if you could create a chart label for the 5 minute chart. The label conditions should be By default, if the stock has done more than 1.5 million shares of volume already on the day, the value should always say "DO ...
0
votes
1
answer
1004
views
asked 7 years ago by short trade
Category:
Chart Studies
Hi Mr. Hahn, I would like to know if you have any script that would show volume for a specific time frame such as from from 4am till 929am as a label on the chart. I am trying to learn trading and this would be really helpful in my analysis. Thanks
0
votes
1
answer
96
views
asked 7 years ago by Jhovany Ruiz
Category:
Chart Studies
I am trying to find the difference in the value of the StochasticFull, and more specifically the K period. The settings I am using for StoFull K is 6. I am trying to paint an up arrow on the price bar when the difference of the previous K period to t...
0
votes
1
answer
455
views
asked 7 years ago by John Benson
Category:
Chart Studies
I had a quick question for you. Do you know of any way to get previous market maker moves or use the getATMoption function to get previous ATM option pricing? I think the answer is no, but I wanted to see if you had any ideas. Thanks
0
votes
1
answer
1310
views
asked 7 years ago by Juan Banderas
Category:
Chart Studies
Hello Hahn, I was looking through the post and couldn't find a post that gave detailed volume stats for a stock. I wanted to know if it was possible if you could take this custom volume statistics studies and improve the mode and functionality of it....
0
votes
1
answer
135
views
asked 7 years ago by David Jones
Category:
Chart Studies
Hi Steve In your Q&A https://www.hahn-tech.com/ans/dynamic-hilo-watchlist/ you ended the session with… “In order to show the number of times a previous high has been breached requires a very complicated solution that is not provided in the scope ...
0
votes
1
answer
85
views
asked 7 years ago by John Nepo
Category:
Chart Studies
Hello Pete, Could you please code a green arrow that shows below the price bar when the price closes on the top 30% (have the ability to change the number) of the bar (based on a time chart – 1min – Monthly) AND it is above the 50 simple moving avera...
0
votes
1
answer
386
views
asked 7 years ago by Juan Banderas
Category:
Chart Studies
Hello Hahn, Similar to this post “Find stocks which close specific percent below the high” The purpose of this post is an expansion of the request above. The question is, how do you create a chart study that labels candles which close specific percen...
0
votes
1
answer
840
views
asked 7 years ago by Mike Stigliano
Category:
Chart Studies
I'm looking to alter this code to start the plot at 9:30 and have it end at 9:45, only showing the last period. The first photo is what the code produces now, the second is what I'm trying to get it to look like. TIA! input timeFrame = AggregationPer...