Questions (2351)

Votes
Answers
Views
Question
0
votes
1
answer
42
views
asked 7 years ago by
Category: Stock Scanners
Hi Pete, I want to modify a script's runtime. using a drawing or anything else would let me setup any symbol without having to edit the values on the script edit panel for each one. i.e. def foo = getdrawingvalue(type);
0
votes
1
answer
42
views
asked 4 years ago by
Category: Chart Studies
Hi I thought I had the count of new highs over a period resolved but my script does not give corrrect answers all the time, and I cannot figure out what could be wrong. I am attaching my code and the dates and high values for the AON for last several...
0
votes
1
answer
42
views
asked 4 years ago by
Category: Chart Studies
Hi Pete - Is there a way in TOS to restrict calculations to the close of a bar.  This can be done in TS; I want a confirmed (crossover) signal without the intra bar noise (and repainting).  Thanks for any suggestions!
0
votes
1
answer
42
views
asked 4 years ago by
Category: Chart Studies
Is it possible to set the studies on a chart to adjust to the time frame? For example, I have a daily chart with studies based on a daily aggregation. When I change the time frame to aggregate by minute, I'd like the studies to atutomatically aggrega...
0
votes
1
answer
42
views
asked 4 years ago by
Category: Watch Lists
♥ 1
looking for a custom col to plot the percent change of the difference between di plus and di minus from 5 days ago to today. so if the di plus was 20 and the di minus was 10 and 5 days later the di plus was 30 and the di minus was 15 the column would...
1
vote
1
answer
42
views
asked 2 years ago by
Category: Chart Studies
Hi, I would like to plot 2 lines - high & low - for only the afterhours sessions (from close of real trading hours to rollover). Is that possible to do without hardcoding start and end times (whether as inputs or as static values - /Cl close to r...
0
votes
1
answer
42
views
asked 1 year ago by
Category: Chart Studies
Hello sir, Im looking for a chart label that displays the price of EMA 100 on 5minute chart at market open Thank you sir.
0
votes
1
answer
42
views
asked 1 year ago by
Category: Chart Studies
https://www.hahn-tech.com/ans/chart-label-showing-status-of-higher-time-frame-rsi/ Hi Pete, Would you be able to create something similar to this link above but with PPS Buy/Sell trend status instead? I'm looking to add Multi timeframe label in the c...
0
votes
1
answer
42
views
asked 8 months ago by
Category: Strategy Guide
Hi Pete, On Fridays I open a position near end of day and close it manually at market open Monday morning (with a limit order at current price). To automate this I know I can setup an advanced order condition that will "Submit at" the day and time I ...
0
votes
1
answer
41
views
asked 4 years ago by
Category: Stock Scanners
Sorry about the earlier incorrect format. I am interested in a scan for the following: Today’s Close>Open and Today’s volume < Yesterday’s volume Thank you