Votes
Answers
Views
Question
0
1
2659
asked 5 years ago by Jo M.
Category:
Chart Studies
Tags:
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
1
101
asked 5 years ago by MR. Ed
Category:
Chart Studies
Mr. Hahn: I have worked with a lot of your information and have created this Label. I use this with six different products on a 2 minute chart intraday trading /NQ futures. It was designed to replace another screen full of Charts. Instead of looking ...
0
2
152
asked 5 years ago by Jo M.
Category:
Chart Studies
Tags:
Hi, is there a way to have the ParabolicSAR 1 minute, 5 minute, 15 minute, and 30 minute all on one chart as one study? Also, is there a way to make this a label? Thank you.
0
1
84
asked 5 years ago by S S
Category:
Chart Studies
Hello can you help me with the script it shows change during market hours is that possible to have extended hours also show up input SYMB = “SPY”; def AD = close (symbol = SYMB, period = AggregationPeriod.day) – close(symbol = SYMB, period = Aggregat...
0
1
827
Pete Is it possible to do a scan based off of TTM squeeze colors in the histogram...I'm looking for stocks that have Red/Cyan in the morning... declare lower; def nBB = 2.0; def Length = 20.0; def nK_High = 1.0; def nK_Mid = 1.5; def nK_Low = ...
0
1
138
asked 5 years ago by Joshua Long
Category:
Stock Scanners
Hello everyone. What I'm trying to do is find where the value of the MACD difference was greater yesterday then today. Below is something I've used to find where the value is less than the average, I just want to find the same scenario where yester...
0
1
154
asked 5 years ago by Shaishav Patel
Category:
Chart Studies
Hi Pete, I have the following code which makes 2PM-230PM Candles yellow. My purpose is to see the candles between 2-230PM with specific color which is fulfilled when I am on 15 and 30 TF but not in lower than 15min TF. Another thing is I want to also...
0
1
143
asked 5 years ago by Shaishav Patel
Category:
Chart Studies
Hi Pete, I am looking for a label either pointing to a specific time line or on the top of chart. input targetTime = 1430; def targetBar = SecondsFromTime(targetTime) == 0; rec targetClose = if targetBar then close else targetClose[1]; plot data = ta...
0
1
35
asked 5 years ago by Shaishav Patel
Category:
Chart Studies
Hi Pete, I am looking for a script which can show me the gap between EU PDC and EU next day open. I can find out the NY pit close and pit open gap by turning off the extended hours. Something similar I am looking for EU session. I trade CL mainly and...
0
1
1354
asked 5 years ago by [email protected]
Category:
Stock Scanners
Hi Pete Hope all is well and the recovery is going well. I was wondering if you could help with creating a scan that filters out bullish and Bearish engulfing and pin bar patterns according to the strategy mentioned in this YouTube: https://www.youtu...