Questions (861)

Votes
Answers
Views
Question
0
votes
1
answer
113
views
asked 4 years ago by
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
126
views
asked 4 years ago by
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
163
views
asked 4 years ago by
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
138
views
asked 4 years ago by
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
60
views
asked 4 years ago by
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
211
views
asked 4 years ago by
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
152
views
asked 4 years ago by
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
295
views
asked 4 years ago by
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
332
views
asked 4 years ago by
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...
0
votes
1
answer
85
views
asked 4 years ago by
Category: Strategy Guide
Hi Pete, Is it possible to write a VWAP strategy on the chart when a 5-minute bar closes above/below it? It would also be nice to show the return % in a lower study on an exit when a bar closes below the previous bar on a bullish cross and vice versa...