Questions (2373)

Votes
Answers
Views
Question
0
votes
1
answer
469
views
asked 7 years ago by
Category: TS Solutions
I am looking how to cancel a limit order. Here's my code:   if Condition1 then Sell next bar at close limit;     How can I make it so that the limit order cancels after 3 minutes? I really need a solution to this answer, any help is gr...
0
votes
1
answer
765
views
asked 7 years ago by
Category: Chart Studies
I am working on a study in which I need the ADX(14) of an higher time frame. I was thinking of using the "aggregationperiod" function, but ADX seems to be a very automated function/study. I can't figure where I should specify the aggregationperiod wi...
1
vote
1
answer
101
views
asked 7 years ago by
Category: Strategy Guide
Hi guys, thank you. As simple as it is, I'm not able to get this to execute properly. I just need a custom trailing stop to automatically sell once the low crosses (below) a moving average.
0
votes
1
answer
509
views
asked 7 years ago by
I was looking at volume divergences. Sierra has something they call a "divergence detector" but it give too many signals. Is there a simple way to get a signal when volume has a divergence? Thanks..
0
votes
1
answer
125
views
asked 7 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...
0
votes
1
answer
388
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
2554
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
4586
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
1398
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
88
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...