Chart Studies (873)

Votes
Answers
Views
Question
0
votes
0
answers
450
views
Be first to answer!
asked 7 years ago by
Category: Chart Studies
  This is my code for an arrow that plots for me. Is there any way I can add text under that arrow? Thanks! plot edArrow = if signal then low else Double.NaN; edArrow.SetDefaultColor(Color.PLUM); edArrow.SetPaintingStrategy(PaintingStrategy.ARRO...
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
95
views
asked 7 years ago by
Category: Chart Studies
How can I capture the market price at a specific time?   For example, I have a TOS study that will submit a market order when a certain condition is met.  How can I record the market price at that time so that I can use it in a trading stop?
0
votes
1
answer
198
views
asked 7 years ago by
Category: Chart Studies
I have found the EPS data posted on TOS charts if often incorrect.  Sometimes posting a positive number when in fact it was a negative. (ex. EDIT, 8/9 17, shows positive $0.65/sh eps when it is actually NEGATIVE $0.65/sh).   Do you have a reliable EP...
0
votes
1
answer
106
views
asked 7 years ago by
Category: Chart Studies
Hello, I need a study that plots the closing price of the stock when the SlowK indicator crosses above the SlowD on the StochasticSlow indicator. Here is what I have so far: def KoverDcross = StochasticSlow()."SlowK" crosses above StochasticSlow()."S...
0
votes
9
answers
175
views
asked 7 years ago by
Category: Chart Studies
Hello all, I'm having trouble modifying a StochastichFull indicator that was customize for the FullD to change color when certain conditions are met. I tried to modify the code to add an alert and to use it with a scan, when the colors change from re...
0
votes
1
answer
1949
views
asked 7 years ago by
Category: Chart Studies
Hi Pete. I'd like to be able to figure out how to create a way to automatically count waves. This could be either Elliot Waves, or better yet the way that Top Dog Trading counts them (Dr. Barry Burns). Top Dog Trading has an indicator that does this,...
0
votes
0
answers
88
views
Be first to answer!
asked 7 years ago by
Category: Chart Studies
Hi Pete. I am attempting to combine your DailyHiLow and Overnight Range indicators to make the Overnight Range Indicator work for equities, like we discussed in the comments section of the YouTube video on the Overnight Range Indicator. The following...
0
votes
2
answers
6290
views
asked 7 years ago by
Category: Chart Studies
Hi Pete, Just found your site, and wow, just wow....so very informative, thank you! My question seems simple enough, but having never written any type code, I wonder how I might be able to put user defined horizontal lines on my charts w/o using the ...
0
votes
1
answer
259
views
asked 7 years ago by
Category: Chart Studies
Hi, I'm currently using the StochasticSlow study with the "simple" setting on my chart.  Is there a way to adjust this same study to show the smooth setting or create a "slow smooth stochastic" study? Thank you