Votes
Answers
Views
Question
0
0
128
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?
0
3
174
asked 7 years ago by Steven Greiner
Category:
Stock Scanners
I am once again struggling with the TOS script language. Am used to VB.net. Thus, this dilemma. In VB.net I would write the average of the 21 days of High/Low candles to a text file or simply show it on the program form. I do not see a way to do that...
0
1
105
asked 7 years ago by Mr. Lloyd
Category:
Stock Scanners
Hi Mr. Hahn, I've been up all night waiting for a Range bar to turn a color and not sure how to set an alert so I can get some sleep at night. Thank you for all you do.
0
2
294
asked 7 years ago by [email protected]
Category:
Strategy Guide
How do I convert the prebuilt Strategies into scans for example the BollingerBandsLE, EhlersStochLE and the two Ichimoku Strategies that you shared? input length = 20; input num_devs_dn = 2.0; input bollinger_price = close; input lower_band_price = c...
0
1
150
asked 7 years ago by Noel Jensen ???
Category:
Stock Scanners
I'm new here and apologize in advance if this is a stupid question. Here's the pseudocode for the scan I'm trying to create: ADX(14) is greater than 30 ADX(14) in this period is higher than ADX(14) in the last period Current bar high is higher than S...
0
0
467
Be first to answer!
asked 7 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
1
152
asked 7 years ago by Kim Tim
Category:
Stock Scanners
Hi Pete, Please help to set up scan for these conditions: Scan for Buy 1) Price crosses above SMA 50 (must be a fresh cross) 2) StochasticFull (k period=8; d period=3) - k period must be below 40 at least; k period increases 5 points from the lowest ...
0
1
71
asked 7 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
1
61
asked 7 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
1
44
asked 7 years ago by Stephen Piper
Category:
Stock Scanners
Hi Pete, I want to modify a script's runtime. using a drawing or anything else would let me setup any symbol without having to edit the values on the script edit panel for each one. i.e. def foo = getdrawingvalue(type);