- Questions
- Chart Studies
Votes
Answers
Views
Question
0
votes
1
answer
113
views
asked 5 years ago by laurie jones
Category:
Chart Studies
Tags:
Hi Pete, I am trying to scan for relative strength making a new 250 day high. I tried adding the following to the existing relative stength scan: plot BuyDot = if SRatio == Highest(SRatio,250) then high else Double.NaN; This does not provide correct ...
0
votes
1
answer
94
views
asked 5 years ago by Shaishav Patel
Category:
Chart Studies
Hi Pete, Is there a feature or can you please make a code to go back to a certain date and time on live chart similar to onDemand? Does OnDemand have regular issues loading charts and mismatch in between current price display on active ladder a...
0
votes
1
answer
390
views
asked 5 years ago by Juan Banderas
Category:
Chart Studies
Hello Pete, I was working on some code from learning from some of your past posts. However, I am lost when it comes to plotting an arrow when the following condition below in bold is met. Can you use the solution below and show us how to plot an arro...
0
votes
1
answer
127
views
asked 5 years ago by Destra L
Category:
Chart Studies
hi pete. i love the new videos you are doing! they are awesome. in one of the market tech videos you showed your indicator that shows pullback percentage with colored lines. would you mind sharing the code for it? thanks for reading ru
0
votes
1
answer
528
views
asked 5 years ago by Diana Weisfeld Tharpe
Category:
Chart Studies
Hey Pete, I've seen a few labels being created but was wondering if you could create a label showing the range of a linear regression channel from upper LR to lower LR. here is the code for the linear regression channel I'm using. input price = close...
0
votes
1
answer
137
views
asked 5 years ago by Robert Totland
Category:
Chart Studies
Hi Pete, I tried searching for this but I didn't have any luck. I want to plot the high and low for a specific time period, 15:00 to 16:15 for example, but I also want the line to only plot during that time period if possible. I'll show you what I tr...
0
votes
1
answer
216
views
asked 5 years ago by S S
Category:
Chart Studies
Hello can you help me with the Script that draw line at 7 AM pre market open price. I did saw this def newDay = GetDay() <> GetDay()[1]; def start = newDay or SecondsTillTime(400) == 0; rec premarketOpen = if start then open else premarketOpen[...
0
votes
1
answer
153
views
asked 5 years ago by B E
Category:
Chart Studies
Good Evening Is there a way to have the MACD Histogram paint the candles the colors that are chosen in the Diff setting in the MACD Customizing Options? For example I change the Positive and Up to Blue and I want the candle to paint Blue, so on and s...
0
votes
1
answer
127
views
asked 5 years ago by Diana Weisfeld Tharpe
Category:
Chart Studies
Pete, In reference to my question " How to stop indicators from displaying in relation to a linear regression channels (LRC) direction". I've been giving this some thought and may have an idea but still don't know how to implement it. The attached PD...
1
vote
1
answer
232
views
asked 5 years ago by Kevin Robinson
Category:
Chart Studies
Firstly, a huge thanks to Pete!!!. Without having any background in writing code, I've been writing my own custom, studies, watchlists, strategies, etc for a couple of years now thanks to the information on this site :) I have a piece of code that...