Questions (863)

Votes
Answers
Views
Question
0
votes
1
answer
306
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, I came across a custom study on the web which seems to give decent results (for some stocks I follow). I have attached the 4 studies in both .ts and txt format as I am not sure which format you prefer. I use them all in the Price section of ...
0
votes
1
answer
92
views
asked 4 years ago by
Say i do a MovingAvg10 and MovingAvg20 on a 1min chart. How do i calculate how many MA cross-up and MA cross-down in the whole trading session (0930 - 1600hr) ? Addlabel on the chart - Num of Cross-up and Num of Cross-down
0
votes
1
answer
207
views
asked 4 years ago by
I am trying to create an alert that alerts me when the price is crossing the bollingerband (9 length,exponential) on either the upper and/or lower band. This is for forex pairs. I would also liek to ou tthat code into a scan if possble. The code that...
0
votes
1
answer
89
views
asked 4 years ago by
♥ 1
Hi, I'm trying to create a study that indicates 4% above the low of day.  Or 4% below the high of day to a specific stock.  See screenshot attached for example low of day.  LOD is 176.27 as shown in chart.  4% above it is 183.32 (176.27+(176.27*0.04)...
0
votes
1
answer
184
views
asked 4 years ago by
Category: TS Solutions
Hello Pete. Is it possible to convert this script to an easyscript? Its a volatility stop study that plots red dots above price bars in case of a downtrend and green dots under price bars in case of an uptrend. Its great for placing your stops.  ...
0
votes
1
answer
85
views
asked 4 years ago by
Category: Stock Scanners
Good Morning Pete. Couple things I am researching. I searched previous Q&A's so hopefully I'm not rehashing something that has been covered previously. Researching if possible to create a scan for companies with an EPS growth of 10% (x percent) o...
0
votes
1
answer
95
views
asked 4 years ago by
Category: Watch Lists
Okay. Try again. I am fond of the LBR3/10 Oscillator. I am trying to have a color column change when the fast line crosses above the slow line. I have attached the original Oscillator script and the script I worked on with another to make it a Study....
0
votes
1
answer
188
views
asked 4 years ago by
Category: Watch Lists
Im trying to create a custom column on my watch list that will tell me how many candles in a row meet a certain criteria The counter would naturally start at 1 and keep going every 2 hr candle close it keeps meeting the criteria The criteria is:  DMI...
0
votes
1
answer
84
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, I have searched the site for any clues for the scan for the below logic, however I could not find it. Background Overview A consolidation is usually forming when both Aroon-Up and Aroon-Down move lower in parallel fashion and the distance be...
0
votes
1
answer
433
views
asked 4 years ago by
Category: Strategy Guide
Hi - I am working on a stategy that buys the3 first green Heikin Ashi candle after X red candles in a row.  Right now the definitions I have scripted are not correctly identifying the candle colors (current  -> want green and prior 1 -&g...