Questions (2349)

Votes
Answers
Views
Question
0
votes
1
answer
88
views
asked 4 years ago by
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
votes
1
answer
91
views
asked 4 years ago by
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
votes
1
answer
296
views
asked 4 years ago by
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
votes
1
answer
185
views
asked 4 years ago by
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
votes
1
answer
150
views
asked 4 years ago by
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
votes
1
answer
89
views
asked 4 years ago by
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
votes
1
answer
194
views
asked 4 years ago by
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
votes
1
answer
127
views
asked 4 years ago by
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
votes
1
answer
26
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, Is there a way to scan stocks approaching within $0.25 to a half (ie $19.25) or a full ($19.75) whole number? I would also like a second scan of crossing a half (ie $19.50) or full ($20.00)? Thank you again!
0
votes
1
answer
93
views
asked 4 years ago by
Hi, I like to add aggregation period 1 hour to the 1st clause of the code below for a study alert in one sentence. I want the aggregation period of the 1st clause to be set at 1 hour, while the 2nd clause is set to the primary period (ie, 5min), whic...