Votes
Answers
Views
Question
0
votes
1
answer
391
views
asked 6 years ago by Shaishav Patel
Category:
Frequently Asked Questions
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
1628
views
asked 6 years ago by Bernard Bernard
Category:
Stock Scanners
Tags:
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
273
views
asked 6 years ago by iO Rambo
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
113
views
asked 6 years ago by Ken L
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
296
views
asked 6 years ago by Tuan Pham
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
304
views
asked 6 years ago by John Norris
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
524
views
asked 6 years ago by Michael Ray
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
75
views
asked 6 years ago by David Foster
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 6 years ago by David Foster
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
67
views
asked 6 years ago by Sebastian Krischer
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(...