Chart Studies (870)

Votes
Answers
Views
Question
0
votes
1
answer
1335
views
asked 5 years ago by
Category: Chart Studies
Tags:
Hi Pete, Could you please help get the below code corrected. The objective is to get a label ("SSR") displayed when last price is less than (previous day *.9) coloured green, if possible. I've tried quite a few times to no avail. Thank you in advance...
0
votes
1
answer
65
views
asked 5 years ago by
Category: Chart Studies
I'm setting up a script that displays a buy when the heikin ashi candle is green if the previous is red. And then to sell at the first red candle. However, at the beginning of let's say a 1 year daily chart that starts with a green candle, I will get...
0
votes
1
answer
107
views
asked 5 years ago by
Category: Chart Studies
Hello Hahn, when looking to trade a stock a lot of traders look at a stocks previous history for the potential of the stock running up and making large moves to the upside. The question is how we can create a chart label that displays this historical...
0
votes
1
answer
72
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, I am trying to rewrite the stochastic using a programming language and I noticed that the TOS  stochastic indicator has a K Period and D Period of 10 each. They also have a Slowing period of 3.  I was looking  up the math behind the stochast...
1
vote
1
answer
71
views
asked 5 years ago by
Category: Chart Studies
Hi Peter, Quick question. I want PersonPivot points displayed in a label. If I use this statement, the label prints to 4 decimal places when I only want it to 2 decimal places. How do I change the output from say from 99.1234 to 99.12? Thanks in adva...
0
votes
1
answer
3791
views
asked 5 years ago by
Category: Chart Studies
How to set an alert in TOS when price bar closes over or under VWAP?  
0
votes
1
answer
3120
views
asked 6 years ago by
Category: Chart Studies
Hello, I'd appreciate if anyone could help me with a little code. I'm trying to have a couple of candlesticks identified on my charts. Basically I'd like to be able to see the following: Hammer and Shooting Star candles if; Volume is at least 30% hig...
0
votes
1
answer
1171
views
asked 6 years ago by
Category: Chart Studies
Tags:
I'm looking to create a 2 Day VWAP by altering the original VWAP code. I've included a picture of what I'm looking to create. The pink line being regular intraday VWAP and the gold dashed line being a continuation of the prior day's VWAP. Right now I...
0
votes
1
answer
572
views
asked 6 years ago by
Category: Chart Studies
How do I change the color of a vertical line on an indicator? I would like to be able to have the AddVerticalLine that I have below for the OverBought condition be green instead of red.   declare lower; def movingAvgLength = 1; input length1 = 1...
0
votes
1
answer
409
views
asked 6 years ago by
Category: Chart Studies
Hello Hahn, I wanted to know if you could create a chart label for the 5 minute chart. The label conditions should be   By default, if the stock has done more than 1.5 million shares of volume already on the day, the value should always say "DO ...