Chart Studies (873)

Votes
Answers
Views
Question
0
votes
1
answer
87
views
asked 5 years ago by
Category: Chart Studies
Mr. Pete, I'm glad you are recovering well. I'm trying to write a script that uses the full stochastic to mark cycle highs and lows. The definition of the high is %D crosses above 45 and then back below 55 and the low is marked by %D crossing below 4...
0
votes
1
answer
87
views
asked 5 years ago by
Category: Chart Studies
Hello Pete,   I had a question how do we round values 2 decimal places in the display labels. For example in the volume code below .     def Pre = if SecondsFromTime(100) > 0 and SecondsTillTime(0930) >= 0 then 1 else 0; def isRo...
0
votes
1
answer
87
views
asked 4 years ago by
Category: Chart Studies
Hi Pete , For Buy Signal I am looking for a code which should compare any candle’s open with the high of the previous to previous  candle ( not the high of the two previous candles since there are instances where the open is lower than the previous c...
0
votes
1
answer
87
views
asked 4 years ago by
Category: Chart Studies
Hi Pete! I'm trying to create a script where I want to plot the highs of the 5 highest volume candles with an added constraint that the prices should be incrementally higher. By that I mean, if I take the highest volume candle just to the left of tod...
0
votes
1
answer
87
views
asked 3 years ago by
Category: Chart Studies
I am interested in seeing how to code an indicator or an indicator.  For the sake of keeping it simple how about a sma of the dm of the dm+ overlayed on just the dm+.
1
vote
1
answer
87
views
asked 1 year ago by
Category: Chart Studies
Hi, is it possible to hide the study coded if the wrong timeframe is used by the user? Say I want the study to be displayed on a 3 or 5 min chart and hide if outside of those agg period?   Thank you!!
0
votes
1
answer
86
views
asked 3 years ago by
Category: Chart Studies
Hi there! I was trying to make a simple label to give me a general feel of where NQ futures are without having to go to that chart. I believe I am close on the code, but the colors/state do not seem to match. Any thoughts? Thanks!   input symbol...
0
votes
1
answer
86
views
asked 2 years ago by
Category: Chart Studies
Hello Pete, I'm looking to automate fibonacci fans starting from 2 year highs to 2 year lows with coefficients (.236/.382/.5/.618) Thanks
0
votes
1
answer
85
views
asked 4 years ago by
Category: Chart Studies
Hey Pete, its been a while, I hope you're continuing to improve, yea? My charts aren't super busy crazy yet and I continue to cycle out indicators narrowing down my decision making. I have these indicators I like right now but I cant figure out how t...
0
votes
1
answer
85
views
asked 3 years ago by
Category: Chart Studies
Hi, below is a basic code meant for the daily chart to calculate a 14 period ATR excluding the last/current bar if there are more than 14 bars on the daily chart and averages the ATR for the total number of candles on the daily chart if there are les...