Votes
Answers
Views
Question
0
votes
1
answer
81
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
475
views
asked 7 years ago by ken pruitt
Category:
Strategy Guide
Hello Pete I am trying to setup a conditional order, if I can, using the OBV. I can’t seem to get this working. I want to buy when the OBV crosses above an EMA. Seems simple but I can’t get there. I have the OBV loaded up on my TOS chart with a 100 d...
0
votes
1
answer
353
views
asked 7 years ago by Harinder Singh
Category:
Stock Scanners
Hi Pete, I was looking at for study which can change candle color to white and arrow pops up or down, when 9 EMA cross 20EMA, 50EMA, 100EMA, and 200EMA. Here is the screenshot attached. Thanks, Harry
0
votes
1
answer
369
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
825
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...
0
votes
1
answer
1949
views
asked 7 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
votes
0
answers
207
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
134
views
Hello Hahn, Can you please creation a scan condition that looks for stocks whose close price on the day is ateast 50% away from its high price on the day? Visually this would show a candle with a long wick. I tried to do this in condition wizard but ...
0
votes
1
answer
121
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
1534
views
asked 7 years ago by David Foster
Category:
Stock Scanners
When scanning for stocks to short, is there a way to filter out stocks that the broker won't let you borrow? In other works, search only for stocks that are 'ETB'..? Cheers, David