Questions (2368)

Votes
Answers
Views
Question
0
votes
1
answer
387
views
asked 7 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
2
answers
2491
views
asked 7 years ago by
Category: Stock Scanners
Opening Range Break Out code for the 5 minute chart. can any one help
0
votes
2
answers
4534
views
asked 7 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
1
answer
1386
views
asked 7 years ago by
Category: Stock Scanners
Do you have a TOS script built for the break above the cloud
0
votes
1
answer
84
views
asked 7 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...
1
vote
3
answers
1903
views
asked 7 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
84
views
asked 7 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...
0
votes
2
answers
173
views
asked 7 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
2
answers
481
views
asked 7 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...
1
vote
1
answer
5362
views
asked 7 years ago by
Category: Chart Studies
Hi Pete,   It’s hard for me to see the change of price & percentage on the TOS for any selected symbol (see attach Pic). I’ve been searching to see if I could find a similar think-script that I could learn from and try to create a label in t...