Votes
Answers
Views
Question
0
votes
1
answer
130
views
asked 4 years ago by Shaishav Patel
Category:
Stock Scanners
Hi Pete, How can I change the following code to scan for close is greater than highest high of minimum 3 to maximum 13 previous bars? plot scan = close > Highest(high[1], 13); Thanks, Shaishav
0
votes
1
answer
201
views
asked 4 years ago by Frank Fero
Category:
Watch Lists
Thank you Pete for the custom watch list video. I was able to create a watchlist that brings up my scan but I can't find a way to colour the two findings in different colours. //This part I can't figure out def clsAbove = SimpleMovingAvg("length" = 2...
0
votes
1
answer
277
views
asked 4 years ago by Syed Thasin
Category:
Stock Scanners
Good Day Pete, Hope you are safe. I was looking to make a scanner which can scan stocks that RSI value change = +40 within last 3 bars. I mean the RSI difference from 1st Bar to last Bar is +40. And the Bar parameter in 1 min. I appreciate your help....
0
votes
1
answer
179
views
asked 4 years ago by Dave DoggyDogg
Category:
Chart Studies
Hi Pete, Im wondering if you can help me plot (draw) a line for the highest price and lowest price after the last earnings. Thanks for the help.
0
votes
1
answer
1481
views
asked 4 years ago by Guru M
Category:
Chart Studies
I have the following code but for some reason even if one of the conditions is not true in the if clause, its still displaying "A" in the chart instead of "". For e.g. if Price_Var is 5.09, then none of the below conditions should be valid and it sho...
0
votes
1
answer
109
views
asked 4 years ago by Eric Hughes
Category:
Stock Scanners
Just like the title, but I cant find a way in condition wizard to pull it off.
0
votes
1
answer
189
views
asked 4 years ago by Kenny Lovell
Category:
Chart Studies
Settings would be Wilders ADXLength – 14 TriggerLevel – 20 UsePlotColoring – True AboveTrigColor – Yellow BelowTrigColor – Red EqualTrigColor – Cyan ColorCellBGOnAlert – true See pic shows line colors as it t...
0
votes
1
answer
607
views
asked 4 years ago by Richard Stocks
Category:
Stock Scanners
There is a study in TOS called Cumulative Overnight Volume. I noticed a post on this web site, and a response with some code, for putting this into a watchlist column. However, I am not finding a way to do a scan for the above average cumulative over...
0
votes
1
answer
138
views
asked 4 years ago by Jeremy Wright
Category:
Chart Studies
I use grey for my down candles. I use blue for my up candles. I color the current candle red, yellow or green based on the buying volume percentage. The only problem is that the chart displays the red, yellow or green colors on the previous candles w...
0
votes
1
answer
143
views
asked 4 years ago by Master Chief
Category:
Chart Studies
To create a zig zag study that would display a % value of retracement since last swing high or low. E.g Sierrachart zigzag using calculation mode #1