Chart Studies (873)

Votes
Answers
Views
Question
0
votes
1
answer
91
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, downloaded and installed this study Chart_MTF_MACDSTUDY.ts Looks great, one issue is that on my 15 min chart with 60 min and Daily (med, long MTF's)  every time I zoom in using the arrows on the upper chart right axis and then move around ma...
0
votes
1
answer
56
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, I am in need of a script which displays some labels right after Nymex opens at 9 am EST as per below if the conditions are met. 1 – If Nymex Open is >= previuos day pit close then label as Nymex Open>P.Day Pit Close 2- If Nymex Open is...
0
votes
1
answer
1085
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
109
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
55
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
45
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
196
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...