Questions (2351)

Votes
Answers
Views
Question
1
vote
1
answer
103
views
asked 7 years ago by
Category: Watch Lists
morning!! hope all is well. some of the weekly TTM histogram slots are missing and was wonder if that was normal.
0
votes
0
answers
103
views
Be first to answer!
asked 6 years ago by
Category: Stock Scanners
When I use the code you provided #plot scan = Highest(signalBreakAboveCloud, 3) > 0 and Highest(signalBullishConfirmation, 3) > 0; #plot scan = Highest(signalBreakBelowCloud, 3) > 0 and Highest(signalBearishConfirmation, 3) > 0; The only ...
0
votes
1
answer
103
views
asked 5 years ago by
Category: Stock Scanners
I would like to create a scan to find stocks where price has dropped -10% below the open price.  Thanks Pete!
0
votes
1
answer
103
views
asked 4 years ago by
Category: Stock Scanners
Hey Pete, I'm looking for a scan that allows me to filter stocks that have the past 15 consecutive daily candle open and closes below the value of the current upper keltner channel band.
0
votes
1
answer
103
views
asked 4 years ago by
Category: Chart Studies
Because I rely heavily on support and resistance, I am looking for last price plot that of course will move with the current price. After days or researching for this function I am thinking I need to add this code to the platform. Any help would be a...
0
votes
1
answer
103
views
asked 4 years ago by
Category: Stock Scanners
I have a newbie question. Is it possible to compare the current price (not a previous close but what it actually is at this exact time) to the open price for that particular bar? In otherwords, how much that candle has increased? I wrote this code bu...
0
votes
1
answer
103
views
asked 4 years ago by
Category: Stock Scanners
I have a custom indicator that counts the number of bars passed when the condition is true. I am using that study in the Scan across 2 time frames Condition 1 : BarCount > 0 on Daily Time Frame Condition 2 :  BarCount = 1 or BarCount =2 in Two Hou...
0
votes
1
answer
103
views
asked 3 years ago by
Category: Stock Scanners
Hi Pete, I am trying to scan PPS buy for 1 hr HA TF. I do have the code for PPS buy. def ppsBuy = PPS().BuySignal; def buy = !IsNaN(ppsBuy); plot scan = buy; What change do I need to do for scanning HA candles? Thank you Shaishav
0
votes
1
answer
103
views
asked 3 years ago by
Category: Chart Studies
HI Pete, Can you please provide a code which can display ATR trailing stop of 30 min on 1 min or 5 min TF? Thank you, Shaishav
0
votes
1
answer
103
views
asked 3 years ago by
Category: TS Solutions
Hi Pete. As part of my daily routine of scanning my holdings and strategies, I find TradeStation's 'Strategy Equity' indicator on my charts to be really useful. Additionally, I'm a big believer in calculating a Figure of Merit (FoM) for my strategies...