Chart Studies (873)

Votes
Answers
Views
Question
0
votes
1
answer
45
views
asked 4 years ago by
Category: Chart Studies
Hi. I really appreciate your forum.  I'm have a conditional label that shows a MACD trend for the index a stock is in. For instance, if GetSymbol() is AAPL then call a MACD script that accepts NDX as the close(symbol). Is there a way to retrieve...
0
votes
1
answer
57
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, Is it possible to setpaintingstrategy the previous plot?  I want to be able to put a blue point on top of an RSI if an RSI peak has formed. Thanks   plot RSIpeak= if (rsi < rsi [1] and rsi [1] > rsi [2])  then rsi [1] else double....
1
vote
3
answers
558
views
asked 4 years ago by
Category: Chart Studies
Everytime I want to work on a study, opening the code editor is a hassle. Is there a better way to edit thinkscript than clicking Studies -> Edit Studies -> Right click Study name -> Edit? Thanks.
0
votes
1
answer
133
views
asked 4 years ago by
Category: Chart Studies
Let's say I am looking at 1min chart. I can plot, let's say, SVE pivots of daily aggregation. I also want to plot the pivots with aggregationperiod.month. However, the monthly won't show up except for the 1st and 2nd day of month (As in the bar is in...
0
votes
1
answer
119
views
asked 4 years ago by
Category: Chart Studies
I would like to have an LRC that I can modify the number of days back as well as the amount of standard deviation I am looking for.  I know there are several regression plots out there that I can do this...but the one thing I would like is the plot t...
0
votes
1
answer
112
views
asked 4 years ago by
Category: Chart Studies
Hello.  I am trying to implement a two timeframe stochastic on a one minute chart on ToS by adapting some code I found online.  The 1 min stochastic is fine, but the 10 min is plotted like a step function.  I assume because its calculating and plotti...
0
votes
1
answer
46
views
asked 4 years ago by
Category: Chart Studies
If you look at the price levels on the right hand side of the screen it will include a bubble with that level. In order to not see that bubble, you have to go to the sprocket for that indicator that I have above and deselect show bubble. My goal is t...
1
vote
1
answer
622
views
asked 4 years ago by
Category: Chart Studies
Has anybody come across the ThinkScript code plotting the Short / Intermediate / Long Term Swing points based on Larry Williams definition *see here: https://books.google.com/books?id=x...t intermediate long term swing points&f=false)? Not a big ...
0
votes
1
answer
217
views
asked 4 years ago by
Category: Chart Studies
Hi, Can you please create a customizable script that i can add on a chart study if a condition is true from a different time frame. Lets say, On a 5min Chart, I want to display a text "10 min" with green background on top left hand side of a 5min cha...
0
votes
1
answer
102
views
asked 4 years ago by
Category: Chart Studies
Hi Pete,  I am looking for a study which plots the lines as per following. Example - Input# 1 - Input time open price, Input # 2 - Multiplier for line  If I have the input time 930 AM and 930 AM open price is 2900 and I select multiplier as...