Votes
Answers
Views
Question
0
votes
1
answer
168
views
asked 6 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
votes
1
answer
2072
views
asked 6 years ago by Alfredo Pinel
Category:
Alerts and Notifications
Hello - I would like to set up an alert when the following condition is True: If % change between closing price of most recent 1 minute bar and the second most recent 1 minute bar (i.e., t versus t-1) exceeds +0.25% OR -0.25% (i.e., a relatively big ...
0
votes
1
answer
337
views
asked 6 years ago by Eschela Fladie
Category:
Strategy Guide
I am trying to backtest a strategy of 9/20 ema crossing (buying or shorting on the crossover) and am having a little issue. My code will initiate the initial buy when I want it to but it won't sell out and rebuy when the criteria is met. Any thoughts...
0
votes
1
answer
159
views
asked 6 years ago by Christopher Derbas
Category:
Stock Scanners
Came across your website and am trying to find/create a scan for when the ADX crosses the DM-. Seems like there might be an easy way to modify the scan you created for when DM+ crosses DM-, but I don't know much about coding and couldn't figure it o...
0
votes
1
answer
188
views
asked 6 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
votes
1
answer
129
views
asked 6 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
votes
1
answer
362
views
asked 6 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
votes
1
answer
156
views
asked 6 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
votes
1
answer
351
views
asked 6 years ago by Ryan Couch
Category:
Strategy Guide
Pete, Is it possible to only use the Parabolic SAR to setup a conditional order? I keep receiving an error "No such function: ParabolicSAR at 1:1". Is this something ThinkorSwim specific to not allow the Parabolic SAR? If so, are there any work aroun...
0
votes
1
answer
83
views
asked 6 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...