Questions (2349)

Votes
Answers
Views
Question
0
votes
1
answer
576
views
asked 6 years ago by
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...
0
votes
1
answer
1197
views
asked 6 years ago by
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
3162
views
asked 6 years ago by
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
2482
views
asked 6 years ago by
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
94
views
asked 6 years ago by
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
201
views
asked 6 years ago by
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
669
views
asked 6 years ago by
Hi Pete, Is there a way to get the audio alert when the PPS buy sell signal generates?
0
votes
1
answer
204
views
asked 6 years ago by
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
56
views
asked 6 years ago by
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
2
answers
137
views
asked 6 years ago by
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...