Chart Studies (879)

Votes
Answers
Views
Question
0
votes
1
answer
507
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, We're happy you're well and glad to see your recovering nicely. Question.... With this script I have, how & where would I add the daily aggregation period into the formula?  If I'm staring at a 5 minute chart, I want to know if there's a...
0
votes
1
answer
73
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, I'm interested in drawing a horizontal line at each of the week's highs, on the daily chart. I took a stab at this, but it I'm getting a line that follows the the weekly values, instead of many lines, each at a different week high.  What am ...
1
vote
1
answer
86
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, I'm trying to create a very simple study that marks the third consecutive higher high candle (or third lower low) with a up (or down) arrow, but only if the prior arrow was in the opposite direction.  In other words, it flips. My scripting a...
0
votes
1
answer
131
views
asked 5 years ago by
Category: Chart Studies
Hi, How would I compose a simple lower study that involves 2 symbols with 2 different studies? For example, I want a plot when current symbol, Symbol A,  close is higher than 1.5 of its KeltnerChannels and another symbol's, Symbol B, close is higher ...
0
votes
0
answers
87
views
Be first to answer!
asked 5 years ago by
Category: Chart Studies
Hi Pete hope you are doing well with your recovery. I am in need of a chart label displaying the % difference from previous close price to premarket open price. Thanks for your help.
0
votes
1
answer
434
views
asked 5 years ago by
Category: Chart Studies
Hello all, I did not know where to start in creating labels for this indicator. I would like to have 3 separate labels for each one, that reflects its current value and color (Red/Green). It will show something like this: "RSI" in RED or Green, based...
0
votes
1
answer
76
views
asked 5 years ago by
Category: Chart Studies
As I stated the Strategy works very well and the code has no errors but the red start button does not show for some reason? Here is  a picture of  my  Relative Strength Strategy Problem lacking  the Red Start bubble visible thanks again James
0
votes
1
answer
464
views
asked 5 years ago by
Category: Chart Studies
Hello, Is there a way to auto populate a price level at the "Naked" or "Unfilled" Volume POC. In reference to the picture I would like price levels to auto populate at the red bar if price has not retouched that price level since its inception. I hav...
0
votes
1
answer
81
views
asked 5 years ago by
Category: Chart Studies
Hello,   I am referencing values from the ProbabilityOfExpiringCone study. <pre> plot UpProbExp = reference ProbabilityOfExpiringCone(period = 5, prob_range = 80).UpProbExp; plot DownProbExp = reference ProbabilityOfExpiringCone(period = 5...
0
votes
1
answer
347
views
asked 5 years ago by
Category: Chart Studies
I have a code that shows specific time frames (default 1:30 and 2:00) and I'd like to add a 1:30 opening candle print line and a 2:00 opening candle print line. If the 1:30 can be red and the 2:00 can be yellow to match the cloud. Can this be added t...