Chart Studies (871)

Votes
Answers
Views
Question
0
votes
1
answer
82
views
asked 5 years ago by
Category: Chart Studies
Hi Pete,  I have this code that shows the change in direction of the candles is it possible to plot only the last 2 arrows? if not then plot  only in last ten candles? I don want to see then all over the chart. Thanks for your time plot uptrendbreak ...
0
votes
1
answer
640
views
asked 5 years ago by
Category: Chart Studies
Hi Pete; First of all, How are you feeling, I heard you were ill. I hope you are OK now. I am still new to this coding & testing environment. I am trying to test 2 new concepts I never used before, learning on the fly, little by little. I tried t...
0
votes
1
answer
81
views
asked 5 years ago by
Category: Chart Studies
Chart_MTF_MACDSTUDY.ts when I add this to a chart and then add another study this study goes blank. How do I avoid that?
0
votes
1
answer
78
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, Can you suggest a script to mark distribution days on the charts? Distribution days, as defined by Investor's Business Daily, are days where the price declines by more than 0.2% and the day's volume is higher than the previous day. The distr...
3
votes
2
answers
90
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, I was wondering how can tell the study to star the calculation over at  the very first candle of the day  the same way vwap can you help please, I was reading the answer here I can seem to find any. Thanks in advance def Data = if high then ...
0
votes
1
answer
137
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, I appreciate all the great work you do here.  I was wondering if there is a way to reference a previous low's RSI.  For instance within the last 30 bars a lowest low was achieved.  I would like to reference the RSI when that low occurred.  P...
0
votes
1
answer
166
views
asked 5 years ago by
Category: Chart Studies
Mr Hanhn,   I've looked at one of your previous posts and tried to follow what you were doing but it's not transcribing the same for what I'm doing it seems. Would appreciate help if you were able   What I'm working on is inside the ## I'm ...
0
votes
1
answer
116
views
asked 5 years ago by
Category: Chart Studies
Hello Pete and other, I have a spread % code here that using fine, but I would like to know if you can help me to place the output from the code inside a label. I don't know coding that's why I asking you for help. my code: Plot Spread =((ask-bid)/bi...
0
votes
1
answer
262
views
asked 5 years ago by
Category: Chart Studies
Pete, I've been searching but havent had a lot luck. Im trying to plot a line from 5 minutes after close (ie 1605) from the previous day. SO on Monday if market closes at 1600, i want the close of the first 5 minute bar (1605), make sense? any though...
0
votes
1
answer
143
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, Thanks again for all your hard work to help us TOS users. Per our conversation, I am wanting to build a simple "backside" indicator for shorting low float runners, basically when a stock falls -15% within 10 minutes. Here are the specs I am ...