- Questions
- Chart Studies
Votes
Answers
Views
Question
0
1
315
asked 5 years ago by Chan Dler
Category:
Chart Studies
Hi Pete, if it's not too much to ask, can you create two custom scans that i will plan to use as mobile alert on my watchlists? #1 if the current price breaks out at least above 0.05% from the recent UpFractal pivot high price #2 if ...
0
1
101
asked 5 years ago by Shaishav Patel
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
1
61
asked 5 years ago by Byronfern S
Category:
Chart Studies
Hi pete, i like to know if is posible to start the calculation of a study at 9:30 am, but have premarket still visble? thanks! heres the code: def newDay = GetDay() GetDay()[1]; rec runningSumOfHighs = if newDay then high else runningSumOfHighs[1] +...
0
1
416
asked 5 years ago by Alexander Ladyzhensky
Category:
Chart Studies
Hi Pete, I'm new to this. I watched your video on open and hidden divergence. I have a few questions:1. Do Macd and RSi divergence indicators complement each other or one of them is enough? 2. From watching your video I had an impression that a hidde...
0
1
200
asked 5 years ago by Momentum_ Hunter
Category:
Chart Studies
Tags:
Is there a way to easily add the aggregation period input to any indicator? I tried adding input period to the Rate of Change indicator, but it still only calculates based on the selected chart period. declare lower; input length = 14; input c...
0
2
187
asked 5 years ago by Pearce Mullins
Category:
Chart Studies
Tags:
Hi Pete, I made this indicator https://tos.mx/3H7wbFH and was wondering if it works as intended. I want it to show the % of uptrending blue candles to red candles and I want it to show the average number of bars that the trend will last for. Thank yo...
0
1
488
asked 5 years ago by Rick Hiett
Category:
Chart Studies
I want to be able to attach a chart bubble or arrow to a specific bar. For example, I want to attach a bubble to the highest high in the last 21 bars. I use recursion to find the highest high which gives me the bar count back. I try to drop that ...
0
1
43
asked 5 years ago by BigBoy
Category:
Chart Studies
Hi everyone, Great resource and thanks for your hard work, Pete! Straight to the point, is it possible on TOS to only show specific days of the week on a chart, such as Friday only?
0
1
130
asked 5 years ago by Shaishav Patel
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
1
200
asked 5 years ago by Shaishav Patel
Category:
Chart Studies
Hi Pete, Can you please write a code for two consecutive candles which creates a buy or sell alert sound signal with arrow on the second candle if the following conditions are met. 1 - First two candles fulfill higher high higher close and higher ope...