Chart Studies (873)

Votes
Answers
Views
Question
0
votes
1
answer
119
views
asked 4 years ago by
Category: Chart Studies
Hi Pete!  I'm not sure this would require more than a few minutes of your time (it seems easy, but not for me!), so I'd be happy to contribute here on the site if so...I'm just trying to create a script for a MACD/SMA200 combination.  So first the pr...
0
votes
1
answer
119
views
asked 4 years ago by
Category: Chart Studies
Hi, I am trying to create a study that plots second order pivots (definition and visualization of the study is given in the attached image). Attached is the code that I have written (could not add into description due to length of post) which does no...
0
votes
1
answer
119
views
asked 3 years ago by
Category: Chart Studies
♥ 1
I'm requesting an automated horizontal lines drawn on lower chart volume using VolumeRateofChange indicator.  One line is the total volume on a 1day 1min chart from VolROC highest.  The 2nd line is multiplied by 2 from the first line.  "Length" is ch...
0
votes
1
answer
118
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
118
views
asked 5 years ago by
Category: Chart Studies
I would like to have a label on top of my chart for outstanding shares of the stock. Can you do this if it is possible? Havent found anything on this website about this. Thanks.
0
votes
1
answer
118
views
asked 2 years ago by
Category: Chart Studies
Hi. I'd like to do something simple and am unable to find any relevant threads or posts. I would like to count the total number of times the Standard Deviation is crosses in TOS. I've tried a few things and I think I'm close, but something is missing...
0
votes
0
answers
117
views
Be first to answer!
asked 7 years ago by
Category: Chart Studies
Hi Pete. I would like to be able to take your MTF MACD to only look at 2 time frames (the Daily and Weekly), instead of having to look at 3 time frames. How would it be possible to make that change?
0
votes
1
answer
117
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, I'm setting up two TOS scans using the codes below (long and short), but it keeps giving errors. Please help to fix. Thank you! EMA BREAKOUT LONG high is less than high from 1 bars ago and low is greater than low from 1 bars ago and high fro...
0
votes
1
answer
117
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, Can you pls help me create a script similar to this script below to plot the lowest low from the last 5 candles. Thank you. Example plot ClosingPriceForHighestHigh = GetValue(close, GetMaxValueOffset(high, 12), 12); The example script plots ...
0
votes
1
answer
117
views
asked 4 years ago by
Category: Chart Studies
Hello.  I am trying to implement a two timeframe stochastic on a one minute chart on ToS by adapting some code I found online.  The 1 min stochastic is fine, but the 10 min is plotted like a step function.  I assume because its calculating and plotti...