Questions (2386)

Votes
Answers
Views
Question
0
votes
1
answer
301
views
asked 6 years ago by
Category: Chart Studies
Pete, Is there a way that you can code ATM Option Price for both Call and Put? Thank you for your help,
0
votes
1
answer
122
views
asked 6 years ago by
Category: Chart Studies
I was wanting to find out how to set up a Hull moving average to the TOS Money Flow Oscillator.  I had tried to do it with the following Thinkscript: declare lower; input MFLength = 20; input MALength = 3; input over_bought = 80; input over_sold = 20...
0
votes
1
answer
457
views
asked 6 years ago by
Category: Stock Scanners
Hi Pete. Please help me to set up a scan that looks to follow the overall trend of a stock.  I am trying to set up a scan that will search for stocks in which the 9 EMA  is already trading above the 20 EMA on the 1 hour time level and the 9 EMA is ju...
0
votes
1
answer
232
views
asked 6 years ago by
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
votes
1
answer
180
views
asked 6 years ago by
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
votes
1
answer
98
views
asked 6 years ago by
Category: Chart Studies
How to extend plots to the left front current day across the data shown.
0
votes
1
answer
299
views
asked 6 years ago by
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
votes
1
answer
321
views
asked 6 years ago by
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
votes
1
answer
411
views
asked 6 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
1694
views
asked 6 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...