Chart Studies (879)

Votes
Answers
Views
Question
0
votes
1
answer
501
views
asked 2 years ago by
Category: Chart Studies
Hello please can you help me with the this script actually i am looking that it plot line Premarket high And premarket low after 8:00 AM. I want script to ignore anything before 8:00 am  
1
vote
1
answer
95
views
asked 2 years ago by
Category: Chart Studies
Hi Peter. Is it possible to move VALUES_ABOVE and VALUES_BELOW further up or down from the graph?  Or move it sideways?  I've used it on a zig-zag wave showing volume on each wave, but sometimes the values are being overwritten by the graph. uVol.Set...
0
votes
1
answer
654
views
asked 2 years ago by
Category: Chart Studies
Tags:
I have a study that shows pullbacks off swing highs and lows.  It counts the pullbacks based on a formula and prints a count on the chart at the pullback.  The counter works correctly and the pullback number is correct.  The bubbles print in color to...
0
votes
1
answer
88
views
asked 2 years ago by
Category: Chart Studies
Hey Hahn, I have been using your high low alert indicator to find entry points in ETFs. Great Job and I find it very useful. To reduce the noise of multiple alerts, I wanted to know if we can add an additional layer of filter in this tool to only sen...
0
votes
1
answer
119
views
asked 2 years ago by
Category: Chart Studies
Hi Peter, I am trying but having difficulties setting up a 1m EMA line on a 5m chart.   Can you help me with this?   Thanks
0
votes
1
answer
95
views
Need some help in writing a study for incremental volume for each sector, please advise. Here is the code for XLK #Technology input XLK_PCT = 29.13; def XLK_Volume = (volume("XLK") - volume("XLK")[1]) / volume("XLK")[1] * XLK_PCT / 100; ADDLABEL(YES,...
0
votes
1
answer
176
views
asked 2 years ago by
Category: Chart Studies
Pete, Do you know if it's possible to change the "AddCloud" Color using the Edit Studies Dialog (as opposed to specifying the AddCloud Color in the code)? Example:  AddCloud(DataValue1, DataValue2, Color.VIOLET, Color.PINK); I tried to configure this...
0
votes
1
answer
252
views
asked 3 years ago by
Category: Chart Studies
using your post here: https://www.hahn-tech.com/ans/premarket-highlow-label/ Is there a way to add the value on the line and it just carries thru till during the regular hours. For example, if premarket high is 1.10. Is there a way on the line that i...
0
votes
1
answer
69
views
asked 3 years ago by
Category: Chart Studies
Hi Pete, I'm not getting any luck on creating a label for the current moving candle's open price to high price net price difference   Thank you.
0
votes
1
answer
167
views
asked 3 years ago by
Category: Chart Studies
I know you can do an unrealized profit/loss % label but what about a realized one?  i cobbled together a lame attempt using the input function but, of course, that won't work because changing the input for a different symbol changes it for all.  can ...
1 9 10 11 12 13 30