Chart Studies (873)

Votes
Answers
Views
Question
0
votes
1
answer
69
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
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
68
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
68
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
68
views
asked 4 years ago by
Category: Chart Studies
im using a script to track volume from 0400-1600 premarket to end of day not including after hours but it doesnt seem to match with the current volume "def EOD = SecondsFromTime(0400) >= 0 and SecondsFromTime(1600) < 0;" Daily Volume script "de...
0
votes
1
answer
68
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 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
0
votes
1
answer
66
views
asked 4 years ago by
Category: Chart Studies
Hello,   I've been struggling on how to make a study like this... I want to plot the % of green days in the last 10 days as a lower study. I define green day when the close is greater than the open on the same daily chart.   Example: Let's ...
0
votes
1
answer
66
views
asked 4 years ago by
Category: Chart Studies
Hi. I want to import tickers from TOS into excel, and have excel store the daily data in chart form. Ideally, the charts would be auto updated when excel starts up. I've heard this is possible, but it's behond my skill level.  Thank you all.&nbs...