Questions (2352)

Votes
Answers
Views
Question
0
votes
1
answer
339
views
asked 3 years ago by
Category: Chart Studies
Possible to get some help on my Position Size Script getting an error at def currentPrice.  There may be more issues I'm not aware of I'm very green at this!  Code: # Position Size Calculator based on max % account risk with variable position riskPer...
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
74
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
336
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...