Chart Studies (879)

Votes
Answers
Views
Question
0
votes
1
answer
274
views
asked 4 years ago by
Category: Chart Studies
hi everyone  can someone halp me edit this code please ? i like to get an Alert every time MACDline Crosses Signaline not just above Zeroline !  and can i make it Study Alert So when price is above 200Ema i get push notification only for Up...
0
votes
1
answer
142
views
asked 4 years ago by
Category: Chart Studies
Hi Pete!  I'm not sure this would require more than a few minutes of your time (it seems easy, but not for me!), so I'd be happy to contribute here on the site if so...I'm just trying to create a script for a MACD/SMA200 combination.  So first the pr...
0
votes
1
answer
98
views
asked 4 years ago by
Category: Chart Studies
Thanks for your time. Sorry about the confusion. I know its frustrating trying to help someone yet not knowing what they want. This is the same question as above just repost to add pictures through cloud link. Last quesiton can be deleted/removed. Th...
0
votes
1
answer
358
views
asked 4 years ago by
Category: Chart Studies
Is it possible to display values in the right expansion area? I'm attaching a screenshot of what I want.
0
votes
1
answer
1481
views
asked 4 years ago by
Category: Chart Studies
Problem: You can overlay two chart studies so they display on the same lower subgraph. However you cannot use the crossovers that appear on the chart to generate any signals or alerts.  This is a very common request so I decied to add this to th...
0
votes
1
answer
901
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, Is there a way to see the hourly candles start time as the middle of hour for TOS? For example hrly candle start time is 9:30 EST, 4 hr candle start time is 9:30 EST. Are traders in CST time zone have same start time on candles like EST time...
0
votes
1
answer
38
views
asked 4 years ago by
Category: Chart Studies
Hi Pete! Here is what i'm trying to do.  I'm simply trying to get the AccDist value from the date of the 52 weekly low.   I know how to get the AccDist from another post on here (so TYVM). def accDist = TotalSum(volume * CloseLocationValue()); I...
0
votes
1
answer
173
views
asked 4 years ago by
Category: Chart Studies
Thank you very much for your answer on inserting volume numbers above price bars. I used the word "volume" incorrectly - my apologies. How would total "options volume" be represented above a price bar? Thank you again. plot data = Volume; data.SetPai...
0
votes
1
answer
101
views
asked 4 years ago by
Category: Chart Studies
Hi, Pete, Hope all is well with you. I was thinking that maybe it would be a better idea to transform this into a superior study so that the arrows can be clearly marked on the graph. But I have a problem with the graph. The sails are flattened and t...
0
votes
1
answer
805
views
asked 4 years ago by
Category: Chart Studies
How can I get volume to display above a price candle on any chart? I will use this primarily for SPX but might use it on other charts. Attached is a screenshot that shows the intended result of volume numbers shown in blue above each candle. Thank yo...