Chart Studies (873)

Votes
Answers
Views
Question
0
votes
1
answer
70
views
asked 3 years ago by
Category: Chart Studies
Hi Pete, i would like to create a study to plot a horizonal ray extended to the right for the Open price at 10am and 11am with Inputs to change time/color/style width. Any help is appreciated. Thank you
1
vote
1
answer
70
views
asked 3 years ago by
Category: Chart Studies
Hello, Currently, I am trying to just have moving averages plot all in one tidy study. However, Im running into an issue where the none of the plots work if a stock does not have the proper days for that avg (IPOs not having 50 trading days). I've tr...
0
votes
1
answer
69
views
asked 6 years ago by
Category: Chart Studies
Hello Pete, Could you please code a green arrow that shows below the price bar when the price closes on the top 30% (have the ability to change the number) of the bar (based on a time chart – 1min – Monthly) AND it is above the 50 simple moving avera...
0
votes
1
answer
69
views
asked 5 years ago by
Category: Chart Studies
Hello can you help me with the script it shows change during market hours is that possible to have extended hours also show up input SYMB = “SPY”; def AD = close (symbol = SYMB, period = AggregationPeriod.day) – close(symbol = SYMB, period = Aggregat...
1
vote
1
answer
69
views
asked 4 years ago by
Category: Chart Studies
Hi all, I have a code that checks every bar and display up/down arrow when price crosses EMA. I only want it to show the last two instances instead of every candle on the chart because it is too messy to look at during market hours. What can I add to...
0
votes
1
answer
69
views
asked 3 years ago by
Category: Chart Studies
Hi Pete Using a 1 hour timeframe: 1-Draw a blue dot below Last hour bar of the day if CLOSE > Previous Day High 2-Draw a purple dot above Last Hour Bar of the day if CLOSE < Previous Day Low Any help is appreciated
0
votes
1
answer
69
views
asked 5 months ago by
Category: Chart Studies
♥ 1
Hello Mr.Pete First of all, thank you so much for incredible work that you do for us its greatly appreciated. I came across with this studies that shows the actual open and high within the Heikin-Ashi candles with colored dots, white dot for the "ope...
0
votes
1
answer
67
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 ...
0
votes
1
answer
66
views
asked 7 years ago by
Category: Chart Studies
Hahn, I have a lower study that plots a number value. How can I color code that value the same color as the candlestick for that day? So if there was a green candlestick on July 27th I need the plot color green. If there was a red candlestick on July...
0
votes
1
answer
66
views
asked 4 years ago by
Category: Chart Studies
Hi, Is it possible to make study for chart, that will make line on chart if candle low or high is same 1 mint and daily chart. Example of APPL attached Thanks, Harry
1 71 72 73