Votes
Answers
Views
Question
0
votes
1
answer
355
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
89
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...
0
votes
1
answer
63
views
asked 6 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!
1
vote
1
answer
696
views
asked 6 years ago by Cully Guidry
Category:
Watch Lists
Tags:
Hello Pete. Welcome back my friend! Glad to see you are recovering so well. I wanted to run something by you. I have a custom study that I use in several custom watchlist columns. It puts the 1 in the column if the conditions of the study are met...
0
votes
1
answer
174
views
asked 6 years ago by Diego Alonso
Category:
Stock Scanners
I would like to use the scan from the ToS MACD and Stochastics example video for daily scans. However, since I am not a professional trader there might be days when I can't run the scan and therefore I would like to scan for the MACD/stoch trigger e...
1
vote
1
answer
79
views
asked 6 years ago by Ben Koru
Category:
Stock Scanners
Hi Pete, I am interested in to scan or be notified(Text or Email) on hand full of stocks when their 20 and 40 EMA crosses over each other. I don't need to see stocks in my scan result set once the first bar is passed. I am interested to see only when...
0
votes
1
answer
151
views
asked 6 years ago by Kwaji Saeed
Category:
Strategy Guide
hi, can you create a TOS strategy that closes all positions if a daily profit or loss limit is reached? i trade in clusters and close all positions once a target or loss is reached for the day.
0
votes
1
answer
537
views
asked 6 years ago by Corey
Category:
Watch Lists
Hi Pete. I've searched the forum and was not able to locate a post regarding a code to mimic the MACD color in the watchlist background. If the MACD is above 0 and increasing the color would be green, if above 0 and declining it would be dark green...
0
votes
1
answer
144
views
asked 6 years ago by Ciro DiLorenzo
Category:
Chart Studies
Hi I was wondering if there was a way to have a line drawn just for the prior close. For example this draw a line for each days close. I just want one for the current day and none showing for prior days. plot DailyClose = close(period="...
0
votes
1
answer
586
views
asked 6 years ago by Juan Banderas
Category:
Chart Studies
Hello Pete, I hope all is well. The purpose of this study is to modify the current code below that plots the daily ATR on the 1-minute chart and shows a color based on if the range is tight (yellow), normal (green) or wide (red). All I ...