Questions (2351)

Votes
Answers
Views
Question
0
votes
1
answer
56
views
asked 1 year ago by
Category: Chart Studies
Hi Pete, I have a simple label that I would like to only appear before 9:30am. After 9:30am, I would like this label to hide/disappear from view, as it is no longer needed. I will use a simple example with the following code;   input recentBars ...
0
votes
1
answer
56
views
asked 1 year ago by
Category: Chart Studies
Hello Pete, I was wondering if you can help me modify this code. I want to be able to display the 4Hour, Daily and Weekly SMI labels on my main chart. Ex: 4H: Buy or Sell. Day: Buy or Sell. Week: Buy or Sell. Thank you so much for your help! def smi ...
0
votes
1
answer
56
views
asked 9 months ago by
Category: Chart Studies
Hello Pete, I have a chart study that alerts me when the price crosses above or below a Moving Average.  Problem is is that triggers the alert at bar close/open and not in real time.  Using 1 hour bars, the alert is not very helpful with the delay.  ...
0
votes
0
answers
55
views
Be first to answer!
asked 7 years ago by
Category: Stock Scanners
Hello, could you tell me how to scan for Forex currency pair trends and dips, is it the same? Editors Note: The title and url of this post was modified to make it easier to find when doing a search on this topic.
0
votes
1
answer
55
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, I'm trying to find a code to capture a single green candle that opens below both SMA20 and Kijun AND closes above both of those lines in the same day. Thanks
0
votes
1
answer
55
views
asked 5 years ago by
Category: Chart Studies
Hello, I was wondering if it was possible to execute a strategy on a specific day of the week.  If I only want my strategy to backtest trades on say Tuesday vs all market hours, is this possible?  I have played around with thinkscript and so far I ha...
1
vote
1
answer
55
views
asked 5 years ago by
Category: Chart Studies
Pete, I only post here if I've depleted all my options, as I don't want to waste your time with simple questions. I have a script that plots a line at the close price from the previous day; plot DailyClose = close(period=”DAY”)[1]; I just need a slig...
0
votes
1
answer
55
views
asked 4 years ago by
Category: Chart Studies
One more question..is it possible to have the highest red candle’s high of the 5 minute chart as a chart label.not just the previous..thanks!!!!!!!!! youre the best!!!
0
votes
1
answer
55
views
asked 4 years ago by
Category: Stock Scanners
pete, modified one of your scans but did not get the results I was looking for. I modified the percentage loss and the yearly market days. What I was trying to accomplish was to recover any losses on nasdaq of 15% in the last 33 market days.
0
votes
1
answer
55
views
asked 4 years ago by
Category: Chart Studies
Hey all - I was wondering if anyone could help me with a bit of coding for the following: - Price level across whole WEEKLY chart 2% from current weekly open price. If it wasn't too much effort I'd like to have two more variables within the same code...