Votes
Answers
Views
Question
0
1
147
asked 5 years ago by Robert Smith
Category:
TS Solutions
Hello Pete I was looking for a Scan in TradeStation Easy Language, below is the logic, it looks for stock that are approaching high of the day. Any idea how to create this Scan. Last price +0.10 is Greater than high of day price. Thanks.
0
1
163
asked 5 years ago by Bernard Lisowski
Category:
Chart Studies
Scan the Elliott wave oscillator in the TOS histogram to select the highest peak of each wave over 70, also place an arrow on the chart. thank you pete
0
1
109
asked 5 years ago by Chayan Santos
Category:
Alerts and Notifications
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...
0
1
27
asked 5 years ago by Tuan Pham
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!
1
1
629
asked 5 years ago by Two Way Trader
Category:
Watch Lists
GM!! I need help getting the code for the Mark % change from the previous day close for PreMkt ... Every code I've used, I on;y get results after the open ... I also want to be able to change the background color. Thank you and Happy Tr...
0
1
170
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
203
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
104
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
167
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
204
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...