Chart Studies (873)

Votes
Answers
Views
Question
0
votes
1
answer
100
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, hope you continue to do well in your recovery. A few weeks ago you helped me put pivot highs and lows on my charts using Williams Fractals- thanks again for that. I'd like to do a couple of things with trailing stops using %'s. would there b...
1
vote
1
answer
100
views
asked 4 years ago by
Category: Chart Studies
Does anybody know how to get in a Custom Column the same colors (Red and Green) used by ToS in the pre-coded columns (e.g. Net Change, %Change, etc.) -  see attached screenshot, both the Red and Green are different. I also copy my code for one of the...
0
votes
1
answer
100
views
asked 1 year ago by
Category: Chart Studies
Tags:
Hello! Is there a way to change the color of the Hull MA to light-gray (or selectable) when the slope is between a certain range (i.e., not trending or “flat”), instead of always being red or green when the market is chopping? Can this slope range al...
0
votes
1
answer
99
views
asked 5 years ago by
Category: Chart Studies
Hi, When I plot the value closedLow I count about 16 entries manually. I want a script to count this My code is below and it seems to only count from YTD ie. all the bars from beginning of the year why is that? def closedLow = (high >= close[1] * ...
0
votes
1
answer
99
views
asked 2 years ago by
Category: Chart Studies
Hi pete, This is my code for wavetrend. I did not find  previous Discussion about this indicator on your website. could you please help me to create a alert for me. If the red dot plotted below the green line means it is an uptrend. if it is plot abo...
0
votes
1
answer
99
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
99
views
asked 2 years ago by
Category: Chart Studies
Hi Pete!  I am working with an indicator in TOS that plots a linear regression channel. (photo attached + code below). I am trying to edit this script so that instead of printing a cloud, TOS instead prints a center line, a line at the top deviation,...
0
votes
1
answer
98
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, I am trying to plot a line from the pre-market open price but I only want it to display on the current day. this code works but displays on previous days.  Can you help? #Pre-Market open def day = GetDay(); def PMfirstBar = day != day[1]; de...
0
votes
1
answer
98
views
asked 4 years ago by
Category: Chart Studies
I would like to add a vertical line once premarket volume has been rotated once on the lower study Thanks
0
votes
1
answer
98
views
asked 4 years ago by
Category: Chart Studies
Hello Mr Hahn, I have a question about DMI on TOS. I can only change length of DMI as a whole. I would like to have DI+ and DI- setting on 13 and ADX setting on 8. There is a separate ADX indicator which I can change to 8 but I would need to link the...