Questions (2372)

Votes
Answers
Views
Question
0
votes
1
answer
106
views
asked 4 years ago by
Category: Stock Scanners
Hello, I want to run my scan in the last 10min of the close market. Aslo a scan in le first 10min of the open market. I will use unusual volume predefine scan from TOS.
0
votes
1
answer
173
views
asked 4 years ago by
Category: Strategy Guide
I was looking for help understanding the default Donchian Strategy Script in TOS:  Specifically what the atrFactor and atrStopFactor represent or are designed to do. input entryLength = 40; input exitLength = 15; input atrLength = 20; input atrFactor...
0
votes
1
answer
70
views
asked 4 years ago by
Category: Chart Studies
I do hope my title is sufficient Hi again, I have another question pertaining to my signal line, which is based on various EMA’s  here’s a condition that could trigger the signal line to be “Green” def LongP = close > exp34; Signal line color valu...
0
votes
1
answer
424
views
asked 4 years ago by
Previous post: "https://www.hahn-tech.com/ans/custom-sound-for-the-alerts/" I followed your steps just fine, but I don't see how I acually upload the sound file into the custom sounds.  Any help would be much appreciated .  thanks for what you do.   ...
0
votes
1
answer
88
views
asked 4 years ago by
Category: Chart Studies
Hi I would like to request a chart study that would plot 1 down arrow on top of the first 1Hour bar when CurrentClose < CurrentOpen and show in the last 30 days. I have attached an example below. Thank you    
0
votes
1
answer
59
views
asked 4 years ago by
Category: Chart Studies
Hey everyone! I made a post recently titled Display time between bars .  While it works great, there is a major error. The time between bars is only plotted if there is an actual trade at the current time. Let's say we are on a 1 minute chart and the...
0
votes
2
answers
96
views
asked 4 years ago by
Hi, I know there's a shooting star study available in the wizard, but I need one that will alert me based on one candle only, without considering the previous candle like the standard shooting star study does. I'm able to hit some of the shooting sta...
0
votes
1
answer
266
views
asked 4 years ago by
Category: Chart Studies
Hello I want to study on my intraday chart which automatically plots 2 horizontal lines for the premarket high and low of that stock and keeps those lines even after the market is open. How can I do this?
0
votes
1
answer
117
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, Hope everything is well. I have a simple requirement, which I hope you could guide within your time allowance. I searched the forum but could not find any results. I am looking to plot only the first crossover in a day (regular trading hours...
1
vote
1
answer
152
views
asked 4 years ago by
Category: Chart Studies
Linear Regression line adjust according to price.  Can you create a script to stop the adjustment at a specific time?  I want it to stop at 7am est.  Thank you! Heres the script from tos: input price = close; plot MiddleLR = InertiaAll(price); def di...