Questions (2352)

Votes
Answers
Views
Question
0
votes
1
answer
120
views
asked 5 years ago by
Category: Chart Studies
Hi, How would I compose a simple lower study that involves 2 symbols with 2 different studies? For example, I want a plot when current symbol, Symbol A,  close is higher than 1.5 of its KeltnerChannels and another symbol's, Symbol B, close is higher ...
0
votes
1
answer
120
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, is it possible to create a study that displays on the chart where you entered and/or exited an option position, like an arrow or some sort of timestamp so you can visually see where you entered an option position? Thanks!
0
votes
1
answer
120
views
asked 4 years ago by
Category: Chart Studies
I would like to have an LRC that I can modify the number of days back as well as the amount of standard deviation I am looking for.  I know there are several regression plots out there that I can do this...but the one thing I would like is the plot t...
0
votes
1
answer
120
views
asked 4 years ago by
Thank you!
1
vote
1
answer
120
views
asked 4 years ago by
Category: Chart Studies
Linear Regression line adjust according to price.  Can you create a script to stop the adjustment at a specific time?  I want it to stop at 7am est.  Thank you! Heres the script from tos: input price = close; plot MiddleLR = InertiaAll(price); def di...
0
votes
1
answer
120
views
asked 3 years ago by
Category: Watch Lists
Hey everyone!   I am using a custom watchlist column for options. The custom column timeframe is set to the 1-minute aggregation. I am trying to write a script that returns "1" in the following scenarios:   If the market has been open for 3...
0
votes
1
answer
120
views
asked 3 years ago by
Category: Stock Scanners
Hello Again, Im trying to refine the results of a Trend scan I made. Id like to add a condition where price is within 10 3min bars of the days high.  I have a condition that returns how many bars the 20 Ema has been trending up or down and Im hoping ...
0
votes
1
answer
120
views
asked 2 years ago by
Category: Watch Lists
Price to Text label field   Hello Pete,  I wanted to know if it was possible to have a code that displays a color text label RED (NEGATIVE) , GREEN (POSITIVE) instead of price? Ex. if data < 1.00 then "NEGATIVE" else "POSITIVE" I've been...
0
votes
1
answer
120
views
asked 2 years ago by
Category: Strategy Guide
the strat below exits after RSI2 crosses above 50.  instead, i'd like the strategy to exit after a user-specified number of days, 7, for example.  how would you do that?  thanks! input price = close; input length = 2; input rsiAverageType = AverageTy...
0
votes
1
answer
120
views
asked 2 years ago by
Category: Watch Lists
I have created a custom study from a scan setting which works fine.  I'd like to be able to use it as alive scan within a watchlist.   Unfortunately when I search for available studies under the gear icon/symbol within a watchlist my custom studies d...