Votes
Answers
Views
Question
0
votes
2
answers
152
views
asked 7 years ago by Juan Banderas
Category:
Stock Scanners
Hello Hahn, I was working in condition wizard and wanted to know how can we filter out stocks that have a mark % change (or even percent change) between -3% to 3% from showing up on scan results. This scan is intended to run between 8am -9:30am and c...
0
votes
1
answer
88
views
asked 7 years ago by Censsa Frank
Category:
Alerts and Notifications
Hello I would like to add an label which shows me the current day. But instead of the date, it would count the calendar days (not business days). Day 1, Day 2, Day 3, Day 4, Day 5 and then start from new..Day 1... I only got some experience with thin...
0
votes
1
answer
217
views
asked 7 years ago by rnd59
Category:
Alerts and Notifications
I would like to create an alert to occur when the stock price is above the Atr trailing stop and the price is 6% or less above the Atr trainling stop. Thanks for your help.
0
votes
1
answer
713
views
asked 7 years ago by Shaishav Patel
Category:
Alerts and Notifications
Hi Pete, Is there a way to get the audio alert when the PPS buy sell signal generates?
0
votes
1
answer
234
views
asked 7 years ago by Cz Trading
Category:
Alerts and Notifications
Hi Pete ,here again now with the screenshoots and information to see if we can adjust this strategy from TC 2000 to TSO. How i said i used this indicator to know how long stay in a trade,also i used to go in a trade ,most used to swin trading. Im don...
0
votes
1
answer
105
views
asked 7 years ago by Branson Moen
Category:
Strategy Guide
Hello Pete, A custom study that I use for my trading system produces multiple long entry signals before producing a short entry signal and vice versa. Using these extra signals to add on to my position, is there a way to reprint these signals in a st...
0
votes
1
answer
2743
views
asked 7 years ago by [email protected]
Category:
Stock Scanners
Hi Pete, How do scan for a Heikin-Ashi Bullish candle with no lower wick? (Conversely, a Heikin-Ashi bearish candle with no upper wick)?
0
votes
1
answer
3536
views
asked 7 years ago by G DF
Category:
Chart Studies
Hello, I'd appreciate if anyone could help me with a little code. I'm trying to have a couple of candlesticks identified on my charts. Basically I'd like to be able to see the following: Hammer and Shooting Star candles if; Volume is at least 30% hig...
0
votes
1
answer
1377
views
asked 7 years ago by Mike Stigliano
Category:
Chart Studies
Tags:
I'm looking to create a 2 Day VWAP by altering the original VWAP code. I've included a picture of what I'm looking to create. The pink line being regular intraday VWAP and the gold dashed line being a continuation of the prior day's VWAP. Right now I...
0
votes
1
answer
619
views
asked 7 years ago by [email protected]
Category:
Chart Studies
How do I change the color of a vertical line on an indicator? I would like to be able to have the AddVerticalLine that I have below for the OverBought condition be green instead of red. declare lower; def movingAvgLength = 1; input length1 = 1...