- Questions
- Chart Studies
Votes
Answers
Views
Question
0
votes
1
answer
213
views
asked 8 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
votes
1
answer
115
views
asked 8 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
votes
0
answers
131
views
Be first to answer!
asked 8 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?
0
votes
0
answers
481
views
Be first to answer!
asked 8 years ago by Mike D'Antonio
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
1
answer
79
views
asked 8 years ago by Mike D'Antonio
Category:
Chart Studies
Hahn, I have a lower study that plots a number value. How can I color code that value the same color as the candlestick for that day? So if there was a green candlestick on July 27th I need the plot color green. If there was a red candlestick on July...
0
votes
1
answer
74
views
asked 8 years ago by Stephen Piper
Category:
Chart Studies
Hi Pete, When you use a script multiple times in a quote does it run once or one for each occurrence e.g. def pcc = sp_ichimoku17072101()."price_confirmed_by_chikou"; def ccf = sp_ichimoku17072101()."chikou_crossed_first";
0
votes
1
answer
229
views
asked 8 years ago by Kim Tim
Category:
Chart Studies
Hi Pete, Please take a look at the code below and attached images. I notices that there're times the scanner is not working correctly (I set it to scan on 15 mins.). RSI is below the centerline (50), but it alerts as above 50. Any bug? Please advise....
0
votes
1
answer
685
views
asked 8 years ago by Kim Tim
Category:
Chart Studies
Hi Pete, Have you done any study regarding trendlines? Please advise.
0
votes
1
answer
781
views
asked 8 years ago by Stephen Piper
Category:
Chart Studies
Is there a way to get a script i.e. "script foo {}" to actually plot or change the values of a plot? Is there better documentation than the tos site?
0
votes
2
answers
2180
views
asked 8 years ago by Kim Tim
Category:
Chart Studies
Please see attached file. I can't figure out how to have the same RSI as the attached screenshot. Remove level 70 and 30 and just have it colors when crosses line 50. Please advise. Thank you. Editor's note: The title and URL of this post has been ch...