Questions (2376)

Votes
Answers
Views
Question
0
votes
1
answer
92
views
asked 5 years ago by
Category: Strategy Guide
Pete, I have a few questions and I apologize if this is the wrong feed.   First question I set up the bollinger/rsi buy and sell strat for auto trading in paper trade and nothing was traded even though indicators were going off?  Secondly on the Kelt...
0
votes
1
answer
155
views
asked 5 years ago by
Category: Strategy Guide
Hi Pete, Awhile ago you gave the code for a relative strength moving average. https://www.hahn-tech.com/ans/reference-an-indicator-dataset/ I'm trying to use it as a strategy and I'm not getting any buy order. Did I forget someting ? Of course, enabl...
0
votes
1
answer
107
views
asked 5 years ago by
Is there a way to append a timestamp to an email alert of when the alert triggered or to create a column with a timestamp of when an alert triggered?
0
votes
1
answer
933
views
asked 5 years ago by
Category: Chart Studies
Is it possible to pull charts created in Live Trading account into Simulated Trading fr practice and testing?
0
votes
1
answer
235
views
asked 5 years ago by
Category: Watch Lists
Hello Mr. Hahn, Something I've been searching for but haven't found yet - I'd like to add a column to my watchlists for Relative Volume. Ideally I'd like it to update on the fly, but at a minimum I need it to update on a 1-min basis. What I'm looking...
0
votes
1
answer
157
views
asked 5 years ago by
Category: Stock Scanners
So here is the code i have so far, and i need creating the rest of the criteria   def volumeDollars = Round(volume * hlc3, 0); def newDay = GetDay() <> GetDay()[1]; rec todaysVolumeDollars = if newDay then volumeDollars else todaysVolumeDo...
0
votes
2
answers
521
views
asked 5 years ago by
Category: Strategy Guide
Hi Pete After watching your video on Strategy and semi-auto videos, I wanted to use it to conditionally close a sell order purchased earlier,  if  by the end of the day, the ROC < 50 or  if there was a small profit . I have the following code. I d...
0
votes
1
answer
523
views
asked 5 years ago by
Category: Watch Lists
Hi There...just installed your TTM Watchlist scanner. When I added the entire NYSE stock list the scanner only scans the first 100-150 stocks in the list. It made it to ASPN (alphabetically organized the list) but ever stock after that isn't being sc...
0
votes
1
answer
193
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, Just wondering if there is a way to post the premarket high/low as a label and/or lines on the chart without having the premarket candles displayed on the chart?  In other words, the chart is showing the regular trading hours but either disp...
0
votes
1
answer
80
views
asked 5 years ago by
Category: Strategy Guide
Good Evening, I have spent countless hours looking for how to set time parameters for my strategy and I just cannot seem to locate what I need.  I want my strategy to only look at candles starting with the open of the trading day.  As of now my strat...