Chart Studies (873)

Votes
Answers
Views
Question
0
votes
1
answer
221
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, I’m trying to find a code to capture a single green candle that opens below VWAP and closes above VWAP. And for the VWAP to be uptrending 1-bar ago.   Thanks
0
votes
1
answer
220
views
asked 2 years ago by
Category: Chart Studies
Hello Mr. Hanh Is it possible to create a Heiken Ashi Moving Average indicator for TOS charts? I am currently using one with Tradingview (but the source code is hidden) and it is good on any time frame. Is it also possible to assign colors when cross...
0
votes
1
answer
219
views
asked 7 years ago by
Category: Chart Studies
Hi, I have watched the video here https://www.youtube.com/watch?v=YW8ruMckbEw I am wondering how "addOrder" function works? I tried the following code but it doesn't create any order : addOrder(OrderType.BUY_TO_OPEN, true,open[-1],1,Color.RED,Color.R...
0
votes
1
answer
219
views
asked 5 years ago by
Category: Chart Studies
Hello Pete, Creating a study that gives signals from crossing Persons Pivots levels has been plaguing me the past few days. Although it can create good signals, the pivot levels change from day to day creating false signals. I am looking to create si...
0
votes
1
answer
218
views
asked 4 years ago by
Category: Chart Studies
Hi, Can you please create a customizable script that i can add on a chart study if a condition is true from a different time frame. Lets say, On a 5min Chart, I want to display a text "10 min" with green background on top left hand side of a 5min cha...
0
votes
1
answer
218
views
asked 4 years ago by
Category: Chart Studies
Hi, I'm need to compare the close against three different Exponential Moving Averages (EMA) to alert me of a buying or selling opportunity. For example, I have the following: Close: 35.98 EMA20: 35.56 I find the difference between the close and the E...
0
votes
1
answer
216
views
asked 6 years ago by
Category: Chart Studies
I'm wanting to have a study at the bottom of a chart that shows ETFs and the top 10 holdings and if how those holdings look if they have a bullish or bearish EMA crossover. If it is bullish (5 is over 21) then a green dot, bearish (5 below 21) then a...
0
votes
1
answer
215
views
asked 3 years ago by
Category: Chart Studies
Hi. I found this code to plot float rotation on the volume sub graph and there are some problems I have with it but lack the knowledge to fix it. It would be awesome if you're able to help. Problem 1: As of now, when on a 1d:1m timeframe the vertical...
0
votes
1
answer
213
views
asked 6 years ago by
Category: Chart Studies
Hey Pete, I apologize for the inconvenience and lack of knowledge displayed earlier, but could you great a trendline study connecting the Stochastic Swing Highs and Lows with the settings of 10,3,3 please..thanks!!!
0
votes
1
answer
212
views
asked 3 years ago by
Category: Chart Studies
Hi, Pete: using a previous Q/A here, I figured out how to add a label to the PPO study you see below.  For the life of me, however, I can't figure out how to add text before the value number (_signal).  I've tried placing "PPO:" everywhere I can, usi...