Questions (2351)

Votes
Answers
Views
Question
0
votes
2
answers
465
views
asked 6 years ago by
Category: Chart Studies
I tried to display a bubble at the mid point of a plot. Tried in two ways. (1) One show at the mid point of the chart excluding expansion area on the right. (1) Second at Mid point of the chart including expansion area. First one does not work. But S...
0
votes
2
answers
166
views
asked 6 years ago by
Category: Strategy Guide
Thanks for excellent videos especially Autotrade Almost! Inside there was a way to configure an entry/exit if for example MACD crosses and EMA's cross within X bars But within the bars, it doesn't consider which order. It can enter at the MACD cross ...
0
votes
1
answer
77
views
asked 6 years ago by
Category: Stock Scanners
Hello, I am trying to make a scan for something is that not equal to one of my criteria. I will use some demo code in this example.   def pop = (close[1] * 1.2)  < close and volume > 100000; I need to scan for something where there was the...
1
vote
3
answers
1841
views
asked 6 years ago by
Category: Chart Studies
Hi, My script finds a specific date and then I am able to know how many bars ago that happen. Then, using getvalue I can retrieve the close of that day which is used later. That works fine in daily charts. I know that in intraday charts I need to use...
0
votes
1
answer
76
views
asked 6 years ago by
Category: Chart Studies
Hello, let’s say I am going through a watch list of futures,  /ES and /HG. I want the study to do something separate for each future. For example, if the ticker is /es I want a point plotted at (close * 1.1). If the ticker is /hg I want a point plott...
0
votes
1
answer
1370
views
asked 6 years ago by
Category: Stock Scanners
Do you have a TOS script built for the break above the cloud
0
votes
2
answers
4478
views
asked 6 years ago by
Category: Stock Scanners
Hello, I currently have a pre-market gap scanner I feel that is inefficient; it's not pulling enough stock that are down about 2.0% or more in pre-market. At times it returns stocks that are gapping up - which I find weird. Is there a way I can refac...
0
votes
2
answers
2434
views
asked 6 years ago by
Category: Stock Scanners
Opening Range Break Out code for the 5 minute chart. can any one help
0
votes
1
answer
384
views
asked 6 years ago by
Trying to use the Strat_Ichimoku Strategy as an alert in TOS but when I put the code in it says "rec usage not allowed in this context". Is there a tweak to this code to allow it to be used as an alert? If would be very helpful.
0
votes
1
answer
116
views
asked 6 years ago by
Category: Chart Studies
hi hahn, you're a programming genius. thanks for all of the information..  i'm looking for a function/study  that tells me when the SMA is no longer increasing or ( inversely decreasing ), i.e.  SMA (20 period) is no longer ascending in price. simili...