Votes
Answers
Views
Question
1
2
189
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
1
149
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
1
73
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
1
264
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
1
155
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
1
333
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
1
399
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...
0
1
98
asked 5 years ago by Tuan Pham
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...
0
1
961
asked 5 years ago by Ben Gollnick
Category:
Chart Studies
Hello, I am interested in seeing the true accuracy of the ZigZag HighLow study. I am aware it repaints but looking at the code I wasn't able to decipher where exactly it repaints. I have two questions: Is it possible to tweak the study so it will not...
1
1
234
asked 5 years ago by Max Grand
Category:
Chart Studies
Hi, do you know if there's a simple way to check the symbol of a traded instrument and tell that is a future in ToS? I was thinking to do a quick check on the symbol name and check if that contains the typical / ToS uses for futures but think script ...