- Questions
- Chart Studies
Votes
Answers
Views
Question
0
1
87
asked 5 years ago by Not Available
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
1
83
asked 5 years ago by J Holt
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
2
96
asked 5 years ago by Byronfern S
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
1
162
asked 5 years ago by Pete Day
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
1
180
asked 5 years ago by Sean
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
1
124
asked 5 years ago by Maykel Barcala
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
1
331
asked 5 years ago by jeffhalonen
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
1
149
asked 5 years ago by Davide Bianchini
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 ...
0
1
79
asked 5 years ago by Juan Banderas
Category:
Chart Studies
Hi Pete, I wanted to know how to create a study that detects and plots when a stock creates a new high over a previous high pivot and the move is greater than 1 dollar. For example, a charts previous high pivot was $2.50 dollar , Then makes a large...
0
1
59
asked 5 years ago by Ciro DiLorenzo
Category:
Chart Studies
Hi, I have a strategy that I would like to have trade live. How would I go about this? Thanks!