Questions (2352)

Votes
Answers
Views
Question
1
vote
1
answer
32
views
asked 3 years ago by
Category: Chart Studies
I have this code so far: declare lower; input symbol1 = "/GC"; plot smb1 = close(symbol1); This plots the standard gold futures contract. I want to plot specific gold contracts with different expirations, namely 6 months and 12 months out until expir...
0
votes
1
answer
32
views
asked 2 years ago by
Category: Strategy Guide
hello Pete . I don't know how to make a strategy to buy 3 strikes otm calendar in case of a 3 moving average cross over. thanks for help.
0
votes
1
answer
32
views
asked 1 year ago by
Category: Chart Studies
Hello Pete: Had a question on these following conditions. When i place the condition by itself low crosses below 37.96 It shows at 6:54 it met the condition. But when I combined it with the following condition as one, some how it doesn’t works, can y...
0
votes
1
answer
32
views
asked 1 month ago by
Category: Stock Scanners
I need to add a filter to one of my scans that will simply tell me if the MACD value for the prior week is greater than the MACD value for the prior prior week.  In other words, based on the close of the prior week, was the weekly MACD for that week ...
0
votes
1
answer
30
views
asked 1 year ago by
Category: Chart Studies
Hi Pete, i will like to create a label for yield curve using information from FRED. TOS allows us to input data from FRED and see their charts. Hence i have created a yield curve label. It actually works. But the issue is when the chart is showing an...
0
votes
1
answer
29
views
asked 2 years ago by
Category: Chart Studies
Hi Pete, I have a script that paints a shaded region for 30-50% up from the Previous Close. I would like to limit this line to pre-market hours only. Is this something that can easily be done? Thank you! input percentThresholdTop = 50.0; input percen...
0
votes
1
answer
28
views
asked 4 years ago by
Category: Chart Studies
Quick question for you... I have annual pivots plotting on a chart, but if I go to a lower timeframe and time set, 30M 20 Days, the data is incorrect. Is it a limitation of TOS to calculate annual data that is not provided on the displayed chart's ch...
0
votes
1
answer
28
views
asked 3 years ago by
Category: Chart Studies
I watch some mutual funds and often TOS won't adjust price for dividends no matter i hit the button under settings/equities that tells it to do just that.  Take ARBIX.  On 12/11/20, it had div of .3172.  I can't get my chart to reflect that div.  ins...
0
votes
1
answer
28
views
asked 1 year ago by
Category: Chart Studies
Hello Pete, I have made a scanner in 4 hour aggregation based of heiken-aishi candles. To see if my scan works , I have defined an "alert" based of my study. The definition I used in heiken-aishi is as follows, " def haClose_4h = (open(period=aggrega...
0
votes
1
answer
28
views
asked 1 year ago by
Category: Watch Lists
Hi Pete! Hope you are healthy and having a decent year. I am perplexed that there are zero platforms that use any "odd" hourly scans. I am trying very hard to figure out a way to "see" a 7 Hr Timeframe and figured the easiest way was through a watchl...