Questions (2349)

Votes
Answers
Views
Question
0
votes
0
answers
63
views
Be first to answer!
asked 5 years ago by
Category: Watch Lists
Pete I was hoping to get a red or green bar in a column when all time frames are in agreement.  If there are not just keep it black.. The yellows arrows are in agreement
0
votes
1
answer
63
views
asked 5 years ago by
Category: Chart Studies
Hello Pete, I want to use this code, to show the stats(title and count) when i highlight a candle. However, I do not want the code to actually lot anything on the chart   #Count Trades and price neautralisng declare zerobase; plot Trades = Funda...
0
votes
1
answer
63
views
asked 5 years ago by
Category: Stock Scanners
  Hello Pete , it it possible to create a scan condition with a time based trigger. For example, if a simple scanner searches for stocks with 10,000 volume+on the day . By 9:45 am market time , it applies a scan condition that only shows stocks with ...
0
votes
1
answer
63
views
asked 4 years ago by
Category: Chart Studies
Hi, the attached script with input "length" defines variable "n" as a function of length and other variables. In follow-on expressions in the script I want to use n's last, most recent value, not values from all its previous bars. I'm not sure how to...
0
votes
1
answer
63
views
asked 4 years ago by
Category: Stock Scanners
Hi!  I hope this is a simple question but is there a way to set up a scan based on the industry?  For example I just want stocks from "Broad Industrials" or XLI etc?
0
votes
1
answer
63
views
asked 4 years ago by
Category: Watch Lists
Apparantly I've used up my 19 Custom Quote slots....how do I create additional ones?  Whenever I try to rename one the old just gets rewritten over.  I want to keep old, but make new and more than the 19. Thank ya kindly!
0
votes
1
answer
63
views
asked 4 years ago by
Hello Pete; What should we use to get a current price of a stock, not the close or open of candle? For example, if a 1-minute candle opens a 1.1 and starts going up how can we retrieve the price if it meets specific present criteria? not after the ca...
1
vote
1
answer
63
views
asked 3 years ago by
Category: Chart Studies
Hi Pete .Question. I have a script here I wrote that has no errors before applying, and it won't plot the labels onto a chart. It keeps saying" Two different secondary periods cannot be used in a single variable" in the upper left hand corner. I don'...
0
votes
1
answer
63
views
asked 2 years ago by
Category: Chart Studies
Is there a code that exist for a single to be produced for the following 8ema, 21ema and 50sma intersecting. Please see picture as an example.
0
votes
2
answers
62
views
asked 7 years ago by
Category: Stock Scanners
I was going to scan to make sure that there is positive moneyflow into a stock. I try and go def price = close; def MoneyTotal= MoneyFlow(price); The compiler complains no default value for "low" and no default value for "volume". I tried MoneyFlow(p...