Votes
Answers
Views
Question
0
votes
1
answer
338
views
asked 5 years ago by Andrew Long
Category:
Alerts and Notifications
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
137
views
asked 5 years ago by Craig Habermehl
Category:
Alerts and Notifications
Sent as PDF....It said too many words...
0
votes
1
answer
105
views
asked 5 years ago by Don Tharpe
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
169
views
asked 5 years ago by Pete Day
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
177
views
asked 5 years ago by [email protected]
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
534
views
asked 5 years ago by Norman Leal
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
82
views
asked 5 years ago by Shaishav Patel
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
76
views
asked 5 years ago by Ben Gollnick
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
0
votes
1
answer
242
views
asked 5 years ago by Shaishav Patel
Category:
Chart Studies
Hi Pete, I need help to fix the code to get the arrows and sound alert only after the completion of the candle only. plot buySignal = close > hlc3 [1]; buySignal.SetPaintingStrategy(PaintingStrategy.BOOLEAN_ARROW_UP); buySignal.SetDefaultColor(Col...
0
votes
1
answer
160
views
asked 5 years ago by Michael Ray
Category:
Chart Studies
Hello , I’m trying to create a chart label where I can eliminate the exchange part and just show the ticker symbol like it used to be a few years ago. I keep getting this error , but I don’t see how or where the logic is wrong here.. Am I close with ...