Votes
Answers
Views
Question
0
votes
2
answers
201
views
Category:
Strategy Guide
Seems like using scans, screens, traditional indicators, etc. is not going to match the analysis power of artificial intelligence. Do you have an artificial intelligence program to augment the analysis of more market forces?
0
votes
3
answers
204
views
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
votes
1
answer
125
views
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
votes
2
answers
366
views
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
votes
1
answer
203
views
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
votes
0
answers
526
views
Be first to answer!
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
185
views
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
votes
1
answer
102
views
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
103
views
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
52
views
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);
