- Questions
- Chart Studies
Votes
Answers
Views
Question
0
votes
0
answers
208
views
Be first to answer!
asked 7 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
votes
1
answer
122
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 If the price (close) is above the 9EMA on chart, THEN label should say "COVER SHORT" with a green background) If the price (c...
0
votes
1
answer
591
views
asked 7 years ago by Juan Banderas
Category:
Chart Studies
Hello Hahn, Is it possible to create a study that plots price level lines at the highs of each daily candle that does above-average volume (VolumeAvg50 default)? So in essence, the condition will be. If the stock (at close) has done daily volu...
0
votes
1
answer
194
views
asked 7 years ago by Eric Bach
Category:
Chart Studies
Hello - I was wondering if you were familiar with any order flow software that is compatible with TOS? Looking for basically a volume footprint chart but that highlights significant levels in order flow; in particular for the Futures market products....
0
votes
1
answer
788
views
asked 7 years ago by Sree Charan
Category:
Chart Studies
Hello Pete, Hope you are doing well. I recently started trading and stumbled upon your videos while I was searching for a way to merge MACD with Bollinger Bands on TOS. I tried to merge them in lower column (below volume) but MACD either extends way ...
0
votes
1
answer
532
views
asked 7 years ago by b fox
Category:
Chart Studies
Dear pete, This is my first attempt at writing script ( joke hijacking script) , because I don’t know what I am doing. I am an old fart, so I hope I am not embarrassing myself. This coding, is helping me, so the doctors tell me, it will help ...
0
votes
0
answers
2372
views
Be first to answer!
asked 7 years ago by GJB Webtech Inc
Category:
Chart Studies
Hi, Is there automatic trendlines study TOS Example as below https://www.youtube.com/watch?v=B8xLvaqsTko Thanks, HPS
1
vote
2
answers
1011
views
asked 7 years ago by Sammy P
Category:
Chart Studies
I am looking to add a label on the charts which shows 5/21 EMA crossover (would like to add multiple labels for different time frames to view the 5/21 EMA crossover (or any other EMA crossover)). Example, If I am viewing the 1 min chart I want to be ...
0
votes
1
answer
475
views
asked 7 years ago by Tom Wilson
Category:
Chart Studies
Hello, I've been writing code in TS EasyLanguage for nearly 25 years, but I'm relatively new to writing thinkScript. This is probably something pretty easy, but I can't figure it out due to my limited fluency in thinkScript. As far as I can tell, th...
0
votes
1
answer
1386
views
asked 7 years ago by Juan Banderas
Category:
Chart Studies
Hello Hahn, Is it possible to create a script that changes the colors of candlesticks based on volume and RSI? For example, when the current candle has more than 1.5 relative volume and an RSI>65 , it will be colored yellow on the chart.