Questions (2368)

Votes
Answers
Views
Question
0
votes
1
answer
94
views
asked 5 years ago by
Category: Strategy Guide
A prior post asked about generating alerts indicating time and price for a specific, individual underlying based on trade signals generated by a strategy. I have a strategy from which I would like to create real orders. Could this be done by converti...
0
votes
1
answer
163
views
asked 5 years ago by
Category: Chart Studies
Hello Mr Hahn. To your knowledge, is it possible to plot a linear regression channel between to specific dates on a chart ? I know the TTM_LRC allows to specify a start date & start time from where the line will start.  The «problem» is that if p...
0
votes
1
answer
302
views
asked 5 years ago by
I came across another user trying to add an alert via the Condition Wizard on Renko charts, and the repsonse was that it's not possible. I've also noticed through my own efforts that it also can't be done on tick charts. The condition wizard only all...
0
votes
1
answer
130
views
asked 5 years ago by
Sent as PDF....It said too many words...
0
votes
1
answer
87
views
asked 5 years ago by
Category: Chart Studies
Hey Pete, its been a while, I hope you're continuing to improve, yea? My charts aren't super busy crazy yet and I continue to cycle out indicators narrowing down my decision making. I have these indicators I like right now but I cant figure out how t...
0
votes
1
answer
152
views
asked 5 years ago by
Category: TS Solutions
Hey Pete, I've been trying to get a stochasticslow indicator for daily time frame to work on my 15min chart.  Ive been playing with using data2 in the code to display the daily chart data that I have open within my 15min chart.  I've been succsessful...
0
votes
1
answer
162
views
asked 5 years ago by
Category: Chart Studies
Hi Pete. I was wondering if there is a way to see the expected move for the monthly option expiration on the chart like how this indicator does it for each week. http://tos.mx/wx7EQX This indicator can be found at https://theotrade.com/member-home/me...
0
votes
1
answer
487
views
asked 5 years ago by
Category: Stock Scanners
Hello Pete I use this formula in TC2000 to scan stocks that are oversold using Williams %R (((MAXH10.1-C1) / (MAXH10.1-MINL10.1)) * -100 <= (-80)) or (((MAXH10.2-C2) / (MAXH10.2-MINL10.2)) * -100 <= (-80)) or (((MAXH10.3-C3) / (MAXH10.3-MINL10....
0
votes
1
answer
68
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, This code idea is taken from your previous solutions. I am not getting the correct values if I select the start time 1800- when future opens. input StartTime = 1800; input EndTime = 859; input StartDate= 20190116; input EndDate = 20190117; i...
0
votes
1
answer
69
views
asked 5 years ago by
Category: Strategy Guide
Im having some issues backtesting a basic ADX-Stochastic strategy. When running it for some reason some of the orders are going through at price of $1. Any help is appreciated. Thanks