Questions (2368)

Votes
Answers
Views
Question
0
votes
1
answer
74
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, I am looking for a script for TOS which continuously displays two labels for simple averages for the last 8 and 1 hr completed and current 8 hr and 1 hr which are not completed yet , and I can apply that study  on any TF But it shows me thos...
0
votes
1
answer
130
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, I would like a script for a line drawn on the lower study for the average volume on the current day 1 minute chart with a label showing the average volume on the corner. (I've search but could not find a post regarding this) Thanks
0
votes
1
answer
348
views
asked 5 years ago by
Category: Chart Studies
I have recently seen something with that title as I was going through John F Carter’s material, and figured someone had already done it for ToS, but I’ve found nothing similar on the internet. The idea is that you take multiple time frames, and when ...
0
votes
1
answer
151
views
asked 5 years ago by
Category: Stock Scanners
Hi Pete, I did go through all tour 31 pages and ddid not see this topic, forgive me if I missed it. I am looking to translate a condition for scanning stocks that are up $1 in premarket from TC 2000. The formula in TC2000 is very simple C-O >= .90...
0
votes
1
answer
126
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, these are the 3 codes that you have helped to convert from TC to TOS, i would like to learn how to fill the area within the indicator (shown in the pic) when the stock met each criteria. I tried to add cloud to fill the area but it does not ...
0
votes
1
answer
338
views
asked 5 years ago by
Category: Chart Studies
Hello Hahn, I was wondering if you can help me set up candle colors based on  the following conditions being met of the two oscillators. When the Awesome Oscillator and AccelerationDecelerationOsc histogram are green then candle is green. When the Aw...
0
votes
1
answer
251
views
asked 5 years ago by
Category: Chart Studies
I have a web page that provides daily trading levels for various markets.  I was wondering if it is possible to grab html data and create a method to easily copy the data into a tos script so I can then update those levels on my charts? Any thoughs/i...
0
votes
1
answer
348
views
asked 5 years ago by
Category: Stock Scanners
Hello Pete, I have a chart indicator that is called a magic fib...I tried making a scan from the editor and never comes back with results.  I was hoping you can help with the scan..I would like results for any cross above or below....   declare ...
0
votes
1
answer
164
views
asked 5 years ago by
Category: Stock Scanners
Hello Pete, I hope all is well. I need help editing some code that I use on the daily chart that identifies a stock as a former runner based on the below criteria. input length = 60; input numDev = 2.0; input allowNegativeValues = no; input percentSp...
0
votes
1
answer
192
views
asked 5 years ago by
Category: Watch Lists
hi pete. i wrote a code that, i was hoping would show on the watchlist the crossover of CCI and CCI average (cross above in green, cross below in red). now my code does that but i cant figure out how to only have it show as the candle closes on the i...