Questions (2351)

Votes
Answers
Views
Question
0
votes
1
answer
237
views
asked 4 years ago by
Category: Stock Scanners
I am semi-newish trader and I was wondering if you could help out with a scanner.  If you have already covered this or have something that I could modify to get what I am looking for that would be great.  Here is the setup that I am looking to try an...
0
votes
1
answer
117
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, Can you pls help me create a script similar to this script below to plot the lowest low from the last 5 candles. Thank you. Example plot ClosingPriceForHighestHigh = GetValue(close, GetMaxValueOffset(high, 12), 12); The example script plots ...
0
votes
2
answers
265
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete! I'm a beginner with scripts and I've been following what you guys are doing here for a while. It's amazing, really awesome ideas. I'm trying to create a very basic scanner for premarket which includes a study and alerts when the condition is...
0
votes
1
answer
122
views
asked 4 years ago by
Category: Strategy Guide
I have a customer order template saved that is has few conditions. Saves well and also can trigger order just fine the first time based on the conditions correctly. The next time when I use the saved custom order template, what I notice is that it re...
0
votes
1
answer
149
views
asked 4 years ago by
Category: Chart Studies
Hey guys!   I am having trouble developing a script. I want it to plot some basic price levels for the stock I am looking at. Let's say the stock is at 200. I would want it to plot a price level at two levels (by 10's) both up and down. However,...
0
votes
1
answer
158
views
asked 4 years ago by
Category: Strategy Guide
Conditional orders with study do not trigger in ONDEMAND mode. Is this normal? Also, in ONDEMAND mode we cannot go into  conditional wizard to enter studies. Is this normal?
0
votes
1
answer
94
views
asked 4 years ago by
Category: Strategy Guide
Hi, So, how to set the conditional order to not stop after the firs trigger? Can we set it such that it will keep triggering orders until we manually stop or set another condition for stop? Thanks! Andrew
0
votes
1
answer
96
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, I had a conversation with you on YouTube regarding RS making new high (the time mentioned in the script). But it is having an error. Would you mind to check it where's the error, please? A screenshot is attached herewith for ready reference....
0
votes
1
answer
141
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, Can you pls provide a script that a chart text bubble will appear on a candle in the chart if a condition is true? I am looking to start labelling some of my Studies using a text bubble, because when i try to place them in the lower chart, T...
0
votes
1
answer
69
views
asked 4 years ago by
Category: Watch Lists
Not a coder, but following your vids.  I am interested in building a custom TOS watchlist for futures only.  I would also like to create a custom study to allow me to see only trades:  Close is above (or below)  200 period SMA; Close price is above (...