Votes
Answers
Views
Question
0
1
177
asked 5 years ago by Réal Brasseur
Category:
Watch Lists
Tags:
Here is a little bit of code which I want to simply display the Count as data in my watchlist so i know how many consequtive MoneyFlowIndex values were in my choosen range/value (or how many past a given range/value. I get a "Exactly one Plot Expect...
0
1
206
asked 5 years ago by Jonathan Poulis
Category:
Strategy Guide
Hey everyone I hope you are doing well and staying safe. I wanted to see if there was anyone to use an intraday chart timeframe when backtesting a strategy but have it look back longer that 360 days. I would like it to ultimately go back years. As a ...
0
1
108
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
354
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
106
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 ...