Votes
Answers
Views
Question
1
vote
2
answers
174
views
Hey Pete! TOS is killing me with this one. What I'm trying to do is find a stock where the close has passed the daily 50sma within 2 15 minute bars (intraday trading). def dma = DailySMA(FundamentalType.CLOSE,AggregationPeriod.DAY,50,0...
0
votes
1
answer
135
views
asked 5 years ago by [email protected]
Category:
Watch Lists
Hello Pete, I am doing options trading. I have a watchlist of about 200 stocks that I am regularly selling options on. I would like to add a custom field with Return On Capital in %. For example, I am selling -0.20 Delta Put Option and +0.20 Delta Ca...
0
votes
1
answer
164
views
asked 5 years ago by Gary Mitchell
Category:
Chart Studies
Hi Pete. You came to my rescue last week with a snippet of code I was having trouble with and got me back on track. I really didn't want to bother you again as I don't want to monopolize your time, but I have an error that I just can't seem to get ri...
1
vote
2
answers
192
views
asked 5 years ago by Cc W
Category:
Watch Lists
Hello again and hopefully just 1 more question. I was trying to get this to work but I'm assuming you can't have more than 2 conditions? when I Plot value = "..." is when i run into errors Here is the code: def LongTK = Ichimoku("tenkan period" = 18,...
0
votes
1
answer
153
views
asked 5 years ago by Andrew Liranzo
Category:
Alerts and Notifications
I use TOS. To be specific, I would like to know how to 'write' being alerted when the 9 EMA is within a certain dollar amount of the 200 EMA. For example, writing a condition alert for EUR/USD I'd like to know when the 9 EMA is within .001 from the 2...
1
vote
1
answer
74
views
asked 5 years ago by Cc W
Category:
Watch Lists
plot TK = Ichimoku("tenkan period" = 18, "kijun period" = 52)."Tenkan" is greater than Ichimoku("tenkan period" = 18, "kijun period" = 52)."Kijun"; here's what i have so far. just not sure of format if this is possible. Thanks
0
votes
1
answer
268
views
asked 5 years ago by Bob Boblaw
Category:
Stock Scanners
Hi Pete, I've looked at past post but did not find anything on this. I'm looking to scan for stocks whose today's close is within 10% of highest close of 1 year and today's close is within plus/minus 5% of highest close, starting with 5 weeks ago, to...
0
votes
1
answer
159
views
asked 5 years ago by minka
Category:
Stock Scanners
I am doing stock scan filter and would like to find stocks for which the current price is lower than the lowest price of a specific period, say from 20200420 till 20200510. How to do it? Thanks.
0
votes
1
answer
334
views
asked 5 years ago by Bill Tracy
Category:
Chart Studies
Can you please help me plot your TTM Histogram indicator in the upper chart as arrows? I would like to have the true false indications be called out as an arrow on the upper chart thus allowing me to save lower study space.
0
votes
1
answer
406
views
asked 5 years ago by Cc W
Category:
Chart Studies
Hello sir, I was playing around with your MTF macd study to see if i could convert to be used the elements of Ichimoku So If your looking at an hourly chart, the normal settings would place all the elements at the respective levels. Is it possible to...