Chart Studies (873)

Votes
Answers
Views
Question
0
votes
1
answer
2568
views
asked 5 years ago by
Category: Chart Studies
Hi, I was wondering if there is a way to see the expected move for the monthly option expiration on the chart like how this indicator does it for each week. http://tos.mx/wx7EQX Which I found here https://theotrade.com/member-home/member-theotrade-tu...
0
votes
1
answer
75
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, TOS - Study, Camarilla Points. Is there a way to hide the support resistance lines for all previous days on the chart except the current day? My intention is to see the chart little clear with few lines on it. Thank you, Sam
0
votes
1
answer
140
views
asked 5 years ago by
Category: Chart Studies
Hello Is there any way we can create alert when everytime ticker SPY or any move 50 cents up on down then alert ring. input SYMB = “SPY”; def AD = close (symbol = SYMB, period = AggregationPeriod.day) – close(symbol = SYMB, period = AggregationPeriod...
0
votes
0
answers
65
views
Be first to answer!
asked 5 years ago by
Category: Chart Studies
Hi Pete: I've trying to code the accdist indicator to tell me when it moves off of the high or low. Here is my code declare lower; input length = 5; def CLV = CloseLocationValue(); def spxvol = close("$TVOLSPC") - open("$TVOLSPC"); def rutvol = close...
0
votes
1
answer
108
views
asked 5 years ago by
Category: Chart Studies
Pete, In reference to my question " How to stop indicators from displaying in relation to a linear regression channels (LRC) direction". I've been giving this some thought and may have an idea but still don't know how to implement it. The attached PD...
0
votes
1
answer
121
views
asked 5 years ago by
Category: Chart Studies
Good Evening Is there a way to have the MACD Histogram paint the candles the colors that are chosen in the Diff setting in the MACD Customizing Options? For example I change the Positive and Up to Blue and I want the candle to paint Blue, so on and s...
0
votes
1
answer
169
views
asked 5 years ago by
Category: Chart Studies
Hello can you help me with the Script that draw line at 7 AM pre market open price. I did saw this def newDay = GetDay() <> GetDay()[1]; def start = newDay or SecondsTillTime(400) == 0; rec premarketOpen = if start then open else premarketOpen[...
0
votes
1
answer
129
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, I tried searching for this but I didn't have any luck. I want to plot the high and low for a specific time period, 15:00 to 16:15 for example, but I also want the line to only plot during that time period if possible. I'll show you what I tr...
0
votes
1
answer
487
views
asked 4 years ago by
Category: Chart Studies
Hey Pete, I've seen a few labels being created but was wondering if you could create a label showing the range of a linear regression channel from upper LR to lower LR. here is the code for the linear regression channel I'm using. input price = close...
0
votes
1
answer
114
views
asked 4 years ago by
Category: Chart Studies
hi pete. i love the new videos you are doing! they are awesome. in one of the market tech videos you showed your indicator that shows pullback percentage with colored lines. would you mind sharing the code for it? thanks for reading ru