Chart Studies (873)

Votes
Answers
Views
Question
0
votes
1
answer
106
views
asked 4 years ago by
Category: Chart Studies
Hello, I am just a self-taught scripter here and i am wondering if  you can help me finish my chart study script about a condition counter, I am kinda stuck on the last part where i have to use a reccursive command with condition counter? I tried to ...
0
votes
1
answer
106
views
asked 2 years ago by
Category: Chart Studies
Hi Pete, I am currently using this code in TOS which you have provided me but can you help me encode this in TradingView as chart script since I am not familiar in the codes in TradingView. I shared you the link of my previous inquiry. https://www.ha...
0
votes
1
answer
106
views
asked 1 year ago by
Category: Chart Studies
Hi.. I have a great simple study to plot the HLC from the previous day (for intraday chart on current day) that I found here but would like it to plot only on the current day? (input showonlytoday = yes).. I believe I need some NaN values but can't s...
0
votes
1
answer
105
views
asked 5 years ago by
Category: Chart Studies
I was wanting to find out how to set up a Hull moving average to the TOS Money Flow Oscillator.  I had tried to do it with the following Thinkscript: declare lower; input MFLength = 20; input MALength = 3; input over_bought = 80; input over_sold = 20...
0
votes
1
answer
104
views
asked 7 years ago by
Category: Chart Studies
Hello, I need a study that plots the closing price of the stock when the SlowK indicator crosses above the SlowD on the StochasticSlow indicator. Here is what I have so far: def KoverDcross = StochasticSlow()."SlowK" crosses above StochasticSlow()."S...
0
votes
1
answer
104
views
asked 6 years ago by
Category: Chart Studies
Hello Hahn, I wanted to know if you could create a chart label for the 5 minute chart. The label conditions should be   If the price (close) is above the 9EMA on chart, THEN label should say "COVER SHORT" with a green background) If the price (c...
0
votes
1
answer
104
views
asked 5 years ago by
Category: Chart Studies
Hello Hahn,   I wanted to now how to create a chart study that highlights the volume bars in the daily chart that are over 10 million shares of volume. If volume > 10 million then highlight bar yellow
0
votes
1
answer
104
views
asked 5 years ago by
Category: Chart Studies
Hi All, I have a really simple question (I hope).  I'm trying to create a EMA study that references the output of an Relative strength indicator, NOT one of the built in options for the EMA (price, close, etc). I know enough to be dangerous with prog...
0
votes
1
answer
104
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, I'm wondering if you can create Thinkscript to place a label on my intraday ES chart that shows a daily simple moving average of the $TICK? 8 days for example. Thank you!
0
votes
1
answer
104
views
asked 3 years ago by
Category: Chart Studies
Hey Pete, Im lost on coding this and need your help.   #First condition - stock must have spiked over 60% on the day Condition= the %change from yesterdays close to todays HOD must be greater than 60%   Next, if the stocks pulls back more t...