Questions (2368)

Votes
Answers
Views
Question
0
votes
1
answer
358
views
asked 5 years ago by
Hello Everyone, I am looking for a data provider who can provide the live OHLC data or a brokerage platform in which I can extract the OHLC live data in excel for 1 hr, 15 min, 5 min TFs for any stock or a future. I am looking specifically for CL. Is...
1
vote
2
answers
1545
views
asked 5 years ago by
Category: Stock Scanners
There is some good news, we can debug scan code by using the plot statement to let the scan engine test a condition. We see that the condition is true if the results are the full set of symbols. Example: <pre> input offset = 0; def sum = 1; plo...
0
votes
1
answer
241
views
asked 5 years ago by
Category: Chart Studies
Hi Pete I would like an indicator with up arrow under the candle that has a minimum of 100% increase in volume compared to previous candle on a 1 minute timeframe. Thanks
0
votes
1
answer
103
views
asked 5 years ago by
Category: Chart Studies
I would like to use the "addlabel" function to display info on the chart. As I add more labels, they begin to cover up the chart. Is it possible to stack the labels vertically. See attached picture for better explanation.
0
votes
2
answers
268
views
asked 5 years ago by
Category: Stock Scanners
Hi Pete, To prevent so many results, I have a limiter set for the opening range breakout for Stock Hacker. However, this doesn't work when used in Option Hacker. Does TOS not set up to do this? Thanks!
0
votes
1
answer
298
views
asked 5 years ago by
Category: Chart Studies
Having trouble getting this to work, I have had success with the open high of day but I need the actual high of day including the p/m action.  This 50% pullback line should change as the high of day increases.  My study is incorrect because it is sho...
0
votes
1
answer
500
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, We're happy you're well and glad to see your recovering nicely. Question.... With this script I have, how & where would I add the daily aggregation period into the formula?  If I'm staring at a 5 minute chart, I want to know if there's a...
0
votes
1
answer
71
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, I'm interested in drawing a horizontal line at each of the week's highs, on the daily chart. I took a stab at this, but it I'm getting a line that follows the the weekly values, instead of many lines, each at a different week high.  What am ...
1
vote
1
answer
86
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, I'm trying to create a very simple study that marks the third consecutive higher high candle (or third lower low) with a up (or down) arrow, but only if the prior arrow was in the opposite direction.  In other words, it flips. My scripting a...
0
votes
1
answer
59
views
asked 5 years ago by
Category: Stock Scanners
Hi Pete, I saw your code about bid ask spread for a price difference and thought could it be possible to have a scan but for the difference between mark price and last (close)?  I have tried so far by typing up input limit = 0.02; def priceB = close(...