Questions (2349)

Votes
Answers
Views
Question
0
votes
1
answer
260
views
asked 4 years ago by
Category: Strategy Guide
Hi, TOS, is it possible to code a conditional order based on multiple time frame. Like if daily ema cross and hourly ema cross in favor then go long on a ema cross on a 5min chart. Thanks in advance.
0
votes
1
answer
260
views
asked 3 years ago by
Category: Chart Studies
Pete, Do you have a method for drawing a 9ema from each of the following time frames onto a single chart? 1 minute chart 9ema 5 minute chart 9ema 15 minute chart 9ema 60 minute chart 9ema Ideally, I would like to have all of these 9ema's charted onto...
0
votes
1
answer
259
views
asked 4 years ago by
Category: Stock Scanners
I am lookin to scan say the first hour of the day or just the middle part. Is there any easy way to write this to modify start and end time. I see premarket scans but nothing on this.
0
votes
1
answer
258
views
asked 5 years ago by
Category: Strategy Guide
Pete Would you write the code that, using the AUTO BUY function in TOS Backtester, that buys (near the close) 7 days (calendar) and AUTO SELL 1 day before earnings. I have tried multiple times but been unsuccessful.  Thanks much
1
vote
1
answer
257
views
asked 8 years ago by
Category: Strategy Guide
And if not, is there an easy way to incorporate commission costs in the analysis?
0
votes
1
answer
257
views
asked 7 years ago by
Category: Chart Studies
Hi, I'm currently using the StochasticSlow study with the "simple" setting on my chart.  Is there a way to adjust this same study to show the smooth setting or create a "slow smooth stochastic" study? Thank you
0
votes
1
answer
257
views
asked 4 years ago by
Category: Watch Lists
Hello Pete.  I would like to assign a background color to my watchlist column which will let me know if the current VWAP is greater than or less than the 50 period exponential VWAP moving average.  If the VWAP is greater than the 50 period exponentia...
0
votes
1
answer
257
views
asked 3 years ago by
Category: Chart Studies
Hello again, trying to figure out if I can create separate year, month and day inputs for the 'GetYYYMMDD' function, to appear in the Edit Studies / Customization window.  Ideas to have 3 input fields.   Just for ease of use purposes.   Hoping you ca...
0
votes
1
answer
256
views
asked 5 years ago by
Hello, I want to set up an alert trigger for when the combine signals of these 3 indicators are in agreement for. I just cant seem to get the code just right to trigger the signals just right, please see blow: def rsi1 = if reference RSI(length = 14)...
0
votes
1
answer
256
views
asked 5 years ago by
I have tried several standard deviation channels in the MarketWatch -> StudyAlert. I keep getting the error "no such function" for TTM_LRC, StandardDevChannel, LinearRegChVar, etc and none of them work in MarketWatch -> StudyAlert. I even tried...