- Questions
- Chart Studies
Votes
Answers
Views
Question
0
1
507
asked 5 years ago by Michael Ray
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
1
73
asked 5 years ago by David Foster
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
1
86
asked 5 years ago by David Foster
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
1
131
asked 5 years ago by Robert Wu
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
0
87
Be first to answer!
asked 5 years ago by iO Rambo
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
1
434
asked 5 years ago by Pana Pana
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
1
76
asked 5 years ago by James R Brawner Jr
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
1
464
asked 5 years ago by Jackson Gregory
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
1
81
asked 5 years ago by Mike D'Antonio
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
1
347
asked 5 years ago by Ryan Sizemore
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...