- Questions
- Chart Studies
Votes
Answers
Views
Question
0
1
972
asked 6 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
1
89
asked 6 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
1
436
asked 6 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
1
1274
asked 6 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
1
131
asked 6 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
1
80
asked 6 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
1
365
asked 6 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
1
821
asked 6 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...
0
1
1941
asked 6 years ago by conf test001
Category:
Chart Studies
Hi! I am wondering if there is any possibility in TOS to plot Sector and Industry under a chart for a specific stock symbol. Same as what we see in Finviz, Group: Sector Group: Industry I want to see the strength of a sector or industry which ...
0
0
205
Be first to answer!
asked 6 years ago by sahad jahim
Category:
Chart Studies
Hi pete is it possible to change this Fib Fans script to always start at LOW and end at HIGH on this Fibonacci Fans? input price = close; input high = high; input low = low; input onExpansion = Yes; input Coefficient1 = .382; input Coefficient_2 = ....