- Questions
- Chart Studies
Votes
Answers
Views
Question
0
1
86
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
419
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
1258
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
126
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
76
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
355
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
803
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
1913
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
195
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 = ....
0
1
116
asked 6 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 If the price (close) is above the 9EMA on chart, THEN label should say "COVER SHORT" with a green background) If the price (c...