Votes
Answers
Views
Question
0
1
223
asked 6 years ago by Craig Habermehl
Category:
Watch Lists
Pete Is there a way to color a watch list column green if wave A is above 0...The color code red if Wave A is below 0... Thanks
0
1
167
asked 6 years ago by Bryan Marshall
Category:
Chart Studies
Hi there, wanted to see if someone would be able to create a study that will mark when gaps occur. If it gapped up, then it would be green, gap down would be red. and show the percentage of how much it gapped. Also would be nice to be able to adju...
0
1
94
asked 6 years ago by John Norris
Category:
Chart Studies
How to extend plots to the left front current day across the data shown.
0
1
285
asked 6 years ago by Doug
Category:
Strategy Guide
Pete Would you write the code that, using the AUTO BUY function in TOS Backtester, that buys (near the close) 7 days (calendar) and AUTO SELL 1 day before earnings. I have tried multiple times but been unsuccessful. Thanks much
0
1
304
asked 6 years ago by Parth Patel
Category:
Strategy Guide
Hi, I am trying to make a very a basic strategy but I am getting a Expected Double Error on my AddOrder(). I am new to this so my apologies if I made a novice mistake. <pre></pre> # dependent upon contract traded def tick_size = .25; # pl...
0
1
388
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
2
1610
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
1
262
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
1
112
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
2
289
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!