Questions (2391)

Votes
Answers
Views
Question
0
votes
1
answer
421
views
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
330
views
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
391
views
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
207
views
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
244
views
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...
0
votes
1
answer
1650
views
Category: Chart Studies
Hello Can you help me with the chart study for thinkorswim that alert and addlabel both when ema9 crossover vwap. looking for script that show BUY when Ema9 crossover Vwap and show Sell when Ema9 cross below vwap. Did try to use this script   in...
0
votes
1
answer
181
views
Category: Stock Scanners
Hi Pete, i found this earning scan, it scans out those stocks that have earning announcement within 10days I would like to ask how to amend the code such that it ONLY scan out stocks that have 30-38 days to their earning announcement. Anything that i...
0
votes
1
answer
419
views
Category: Chart Studies
Hello Pete, How do I display a chart label in TOS for symbol $PCALL as of current period along with value of 10 day SMA. Also make the label color green is the value is below 0.8 and color gray if the value is between 0.8 to 1 and color red if value ...
0
votes
1
answer
447
views
Category: Chart Studies
Hello Pete, How do I display a chart label in TOS for symbol $TRIN closing value of previous day. Also make the label color green is the value is over 2 and color gray if the value is between 0.5 to 2 and color red if value is below 0.5. Thank you
0
votes
0
answers
156
views
Be first to answer!
Category: Stock Scanners
Hello Pete, I hope all is improving. I was tinkering around with scans and was able to come up with a stock split scan. If anyone can build on this, have at it. I think I have a decent start so far. Input length = 10; def split = GetEventOffset(event...