Chart Studies (873)

Votes
Answers
Views
Question
0
votes
1
answer
128
views
asked 6 years ago by
Category: Chart Studies
Hi Pete, What a crazy week! I hope you are doing well. Thank you for all of the educational resources and content that you provide your audience, its unbelievable! I am trying to make a chart study that will show the percentage move of the last four ...
0
votes
1
answer
128
views
asked 5 years ago by
Category: Chart Studies
Hey Pete,  Below are the conditions I'm looking for. I have it set up ( I think) on a scan and want to see if I can put it into a study and add another condition.  If the volume is up 10% (or whatever % we choose) and if MktFacilitationIdx ...
0
votes
1
answer
128
views
asked 3 years ago by
Category: Chart Studies
Hello Pete, I am playing with Tick charts Volume acumulation within a minute. I got the actual cumulative volume and last minute cumulative volume coded already however I am struggling when getting Vol[2], Vol[3], etc How can I do it?. I also would l...
0
votes
1
answer
128
views
asked 2 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 ...
0
votes
1
answer
128
views
asked 2 years ago by
Category: Chart Studies
I'm new to building TOS scripts and struggling to build a study which charts the daily and average price range for a stock.  I don't know how to write the script for calculating the average trading range.   Hope you can help Pete, much appreciated. #...
0
votes
1
answer
127
views
asked 5 years ago by
Category: Chart Studies
Hello, I have been trying to merge/combine these 3 indicators in to one indicator. I can successfully plot the STO and RMI, but when adding the DPO it does not plot correctly, it plots in the lower half of the indicator which is not accurate, I belie...
0
votes
1
answer
127
views
asked 5 years ago by
Category: Chart Studies
Hi I was wondering if there was a way to have a line drawn just for the prior close.   For example this draw a line for each days close. I just want one for the current day and none showing for prior days.   plot DailyClose = close(period="...
0
votes
1
answer
127
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, I am trying to make the code getting idea from your recent solution. I am trying to get the signal and arrow on 30 min candle for a possible reversal. My conditions are 1- Needs a signal on the same candle when that particular candle's open ...
0
votes
1
answer
127
views
asked 4 years ago by
Category: Chart Studies
Hi Peter, this code combination merely plots the the upper symbols 21 day HMA on the lower plot. What am I doing wrong?   declare lower; plot data = close("VIX"); plot maOne = MovingAverage(AverageType.HULL, data, 21);   input price = close...
0
votes
2
answers
126
views
asked 7 years ago by
Category: Chart Studies
Pete was wondering you would convert your multi time frame macd code into a format for a flag in TOS.  I can make a flag for a daily chart but the problem for me comes with trying to code intra day (for ex. 30 min flag posted on a daily chart).  It w...