Votes
Answers
Views
Question
0
1
107
asked 5 years ago by Sheekit Low
Category:
Chart Studies
Hi, I am trying to plot a straight line parallel to the LinearRegChVar (orange line) where it will touch the highest price of a specific period. I'm not quite sure why its not plotting a straight line. Any help would be appreciated! Below is my scrip...
0
1
168
asked 5 years ago by Two Way Trader
Category:
Watch Lists
Hey all! I need help creating specific background color for different tiers of percentages for my Watchlist column: 50% + = violet 30% - 50% = cyan 0% - 30% = light green 0% = black Less than 0% = grey Here's the code I have so far ...Thank you!! def...
0
1
208
asked 5 years ago by Jérôme Labardin
Category:
Strategy Guide
I'm looking for better perfomance in my FLOATING PL on 90 days, I realized that I don't have any stop loss to exit the position with a small loss and I want to have an better accuracy in the FLOATINGPL . - Is there a way to say in the strategy: if in...
0
1
353
asked 5 years ago by Michael Ray
Category:
TS Solutions
Hello Pete, Hope your healthy and well. When you get a chance, could you make a video demonstrating how to Add Labels on Tradestation 10? I found a video of a someone who added chart labels onto their indicator. I didn't know that was possible on Tr...
0
1
105
asked 5 years ago by Fernand Prince
Category:
Stock Scanners
Hello Peter, This is my ideas for scan. I want to turn this to a watch list and later on a strategies with your help. I just want a scan that plot me stocks when their OBV and AccDist raise about 10% comparing to the previous 5min or day close. This ...
0
1
111
asked 5 years ago by Réal Brasseur
Category:
Watch Lists
Howdy, I'm having trouble with one part of a SLOWRSI indicator code that I want to fill in with colors based on where the indicator level is. I have done the same with a couple other indicators, but can't get the bold part of the code correct for th...
0
1
103
asked 5 years ago by Andrew Millson
Category:
Chart Studies
Hi, the attached script with input "length" defines variable "n" as a function of length and other variables. In follow-on expressions in the script I want to use n's last, most recent value, not values from all its previous bars. I'm not sure how to...
0
1
80
asked 5 years ago by Hemal Patel
Category:
Stock Scanners
Hi Pete would you be able to guide using SVEPivots. Goal is to scan for ( LAST / MARK / HIGH ) of today that is greater than today's R2, yesterday's R2 and day before yesterday's R1 from SVEPivots study. These levels are calculated using ...
0
1
84
asked 5 years ago by Bernard Lisowski
Category:
Watch Lists
Pete, thank you for getting me on the right track. I am a little slow mentally, seriously due to medical issues. I welcome your help, and or any constructive criticism. I have transfered your response from the scanner forum. .This is a watchlist. Li...
0
1
141
asked 5 years ago by Corey
Category:
Watch Lists
Hi Pete. I currently use two columns in my watch list. My first column is a Hull moving average column which you provided in a previous post: https://www.hahn-tech.com/ans/wl-for-hull-in-tos/. The second column provides the force index. I was wonde...