- Questions
- Chart Studies
Votes
Answers
Views
Question
0
1
217
asked 7 years ago by Nathan Littlepage
Category:
Chart Studies
I'm currently using a Zig Zag Percent study. I'm curious if it's possible to adjust the price color to reflect the Zig Zag trend color? I've tried using the assignPriceColor function but haven't had much luck. Thanks in advance. Editor's note: The ti...
0
1
269
asked 7 years ago by Sierra Golf
Category:
Chart Studies
Tags:
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
0
2
6536
asked 7 years ago by Mud V. Nine
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
0
98
Be first to answer!
asked 7 years ago by [email protected]
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
1
2023
asked 7 years ago by [email protected]
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
9
200
asked 7 years ago by Rolando P
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
1
117
asked 7 years ago by Mike D'Antonio
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
1
206
asked 7 years ago by Optionsforcash Team Trading
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
1
108
asked 7 years ago by PapaG08
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
0
129
Be first to answer!
asked 7 years ago by [email protected]
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?