- Questions
- Chart Studies
Votes
Answers
Views
Question
0
1
304
asked 6 years ago by John Norris
Category:
Chart Studies
Having trouble getting this to work, I have had success with the open high of day but I need the actual high of day including the p/m action. This 50% pullback line should change as the high of day increases. My study is incorrect because it is sho...
0
1
521
asked 6 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
75
asked 6 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 6 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
136
asked 6 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
90
Be first to answer!
asked 6 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
453
asked 6 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
84
asked 6 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
477
asked 6 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
83
asked 6 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...