Chart Studies (871)

Votes
Answers
Views
Question
0
votes
1
answer
1077
views
asked 4 years ago by
Category: Chart Studies
I would like to draw arbitrary number of line segments on the chart using Thinkscript, but did not find any documentation or function to achieve that. For example, I would like to plot lines between pivot points as shown on the attached chart.
0
votes
1
answer
105
views
asked 4 years ago by
Category: Chart Studies
I was up all night trying to create a code which will display the distance amount between my entry price and the 9 ema line on both 5 min chart and 1 minute chart and could not find a way to do that. Any help will be much appreciated..thanks everyone...
0
votes
1
answer
54
views
asked 4 years ago by
Category: Chart Studies
One more question..is it possible to have the highest red candle’s high of the 5 minute chart as a chart label.not just the previous..thanks!!!!!!!!! youre the best!!!
0
votes
1
answer
74
views
asked 4 years ago by
Category: Chart Studies
Im trying to see if its possible to add a chart label for the highest price of the previous bearish red candle ONLY on the 5 minute chart until another bearish candle forms. Thanks in advance!!!!
0
votes
1
answer
43
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, can you please take a look at the code below that is made to track the current days high. It works fine on a computer but when I transfer it to mobile instead of tracking the current high of day, it moves to the bars high of day. Thanks. &nb...
0
votes
1
answer
70
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, Can you please help for a code which can display a label displaying pivot( (H+L+C)/3 ) for the period of 9 to 11:30 AM EST and 9:30 to 11:30 AM est. Thank you, shaishav
0
votes
1
answer
65
views
asked 4 years ago by
Category: Chart Studies
This is ToS script that paints Up/Down Arrows. I want to paint only the 5 most recent Bars. Tx # ARROWS input showArrows = yes; plot pUP = sState crosses above 0; pUP.SetPaintingStrategy(PaintingStrategy.BOOLEAN_ARROW_UP); pUP.SetDefaultColor(Color.G...
0
votes
1
answer
195
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, Is there a way to simplify my custom script below? If not, is there a way to ignore  the  rest of the statements if one of the first few statement is already true?   Basically, i am trying to write an indicator that i will eventually convert...
0
votes
1
answer
94
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, I hope you had a great Thanksgiving. I'm very happy to see that your final Go Fund Me update had a happy ending. Hopefully, you saw my donation. Now to my question. How to add a chart bubble showing the gain/loss in percentage from the previ...
0
votes
1
answer
131
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, is it possible to create a study that plot the gap down levels automatically, with an input for percent gap down and an input for volume for the day of the gap down, if possible to show only the last gap down, can you help me please? Thanks!