Questions (2351)

Votes
Answers
Views
Question
0
votes
1
answer
103
views
asked 3 years ago by
Category: TS Solutions
Hi Pete. As part of my daily routine of scanning my holdings and strategies, I find TradeStation's 'Strategy Equity' indicator on my charts to be really useful. Additionally, I'm a big believer in calculating a Figure of Merit (FoM) for my strategies...
0
votes
1
answer
78
views
asked 3 years ago by
Category: Chart Studies
Hey Pete, I searched your forums and found this very straightforward code for determining the percent change from the previous day's close. plot percentChange = 100 * (open / close[1] - 1); I am wondering if it can be modified to calculate the close ...
0
votes
1
answer
75
views
asked 3 years ago by
Category: Watch Lists
Hi Pete, Thanks for maintaining this excellent resource! Just contributed to support. I want to create a custom WL for the below study I use. It plots the 10 day avg daily range and adds / deducts the range (divided by 2) to/from the daily open price...
0
votes
1
answer
117
views
asked 3 years ago by
Category: Chart Studies
First of all, thank you for all you have been doing. I am reaching to you on whether could be a scan using TOS on MACD Histogram bars , where MACD EMA 10 is equal HullEMA 10. meaning where MACD (EMA 10 and HULLEMA 10 are green or red at this same tim...
0
votes
1
answer
194
views
asked 3 years ago by
Category: Watch Lists
Hello Pete! First thank you very much for the help that you give! I wonder if you could please guide me,or if it is not much problem for you write code. I looking for watchlist column that will display highest price for period from Market Close to Pr...
2
votes
1
answer
144
views
asked 3 years ago by
Category: Stock Scanners
I'm almost embarassed to ask this question. If length = 2, does that mean 2 bars before the current bar implying that the current bar is bar 0? One example I saw seemed to indicate the current bar is bar 1 but I doubt it. Thanks
0
votes
1
answer
207
views
asked 3 years ago by
Category: Stock Scanners
Hey Pete, I need help with the final criteria for a scan I built: I want to scan for stocks that are within 3% of the previous day's ATR. I rummaged through a bunch of your other posts but couldn't seem to put one together. Thanks!
0
votes
1
answer
113
views
asked 3 years ago by
Category: Chart Studies
Hello Pete, I need help creating a VWAP script with the same function as normal default VWAP.   But, this modification will only display from 9:30am 10:30am and stay plotted on the chart all day only at those times. (The line will not continue) ...
0
votes
1
answer
338
views
asked 3 years ago by
Category: Strategy Guide
Hi Pete, Hope you're doing well. I have my entry order figured out, but im having a hard time figuring out how to create an auto trade script exit order with bracket order on TOS that will tell the system to exit/ close my position either to exit for...
0
votes
1
answer
94
views
asked 3 years ago by
Category: Chart Studies
Hi there ! I use trendline to show me the %chg between 2 points (see attachment). There's a little popup appearing when you 're about to draw trendline, with lot of useful infos. Unfortunately, it is temporary, because it disappears as soon as I pain...