Chart Studies (873)

Votes
Answers
Views
Question
0
votes
1
answer
465
views
asked 4 years ago by
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
votes
1
answer
36
views
asked 4 years ago by
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
votes
1
answer
126
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
180
views
asked 4 years ago by
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...
0
votes
1
answer
50
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, Is it possible to create a code for the textbox drawing tool so the text box keeps progressing forward as the new candles form? I am trying to input the text in the text box from which I can easily recognize the existing studies settings in ...
0
votes
1
answer
40
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, Can you write a code for the subject mentioned above? I am looking for to see only specific time 4 hr candle on the 4 hr chart ? Like there is an input for the 4 hr start time and I can see particular that 4 hr candles on the chart and other...
0
votes
1
answer
1122
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, I really find these Q&A very helpful building my custom studies and indicator, specially the condition wizard tutorials. and I want to say thank you. But there is one thing that I could not find as a feature in condition wizard or in the...
0
votes
1
answer
76
views
asked 4 years ago by
Category: Chart Studies
Hi guys, quick question. TOS has done an amazing job with active trader and times and sales but curious if there’s a way in TOS to visually see a market depth chart that shows the bid/ask (like a bid/ask wall). Something comparable to this image. App...
0
votes
1
answer
88
views
asked 4 years ago by
Category: Chart Studies
Hi Hahn! Thank you very much for your helpful videos. I would like to know if you could generate an indicator similer like the picture 
0
votes
1
answer
43
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, I am having an issue with "Value never assigned". Please see attached for a screenshot of the error <pre>input mode = {default Value, Avg, Signal}; input mode_ma = {default Simple, Exponential, Weighted, Wilders, Hull, EHMA, ...