Votes
Answers
Views
Question
0
votes
1
answer
183
views
asked 6 years ago by Pana Pana
Category:
Chart Studies
Hi Pete, I want to know if it's possible to create a "Chart Label" that will display the current/active net price of an option contract, let's say I have a Spread on, and I want to quickly see in the label, what the current Mark/Net Price of the spre...
0
votes
1
answer
136
views
asked 6 years ago by Craig Habermehl
Category:
Watch Lists
Pete I have a code for watch list cross red bar is bearish and green bar is bullish. Is it possible to make the most recent EMA cross pop to the top of my column like a timestamp. def price = close; def fast_length = 9; def slow_length = 50; def dis...
0
votes
1
answer
292
views
asked 6 years ago by Pana Pana
Category:
Alerts and Notifications
Hello, I want to set up an alert trigger for when the combine signals of these 3 indicators are in agreement for. I just cant seem to get the code just right to trigger the signals just right, please see blow: def rsi1 = if reference RSI(length = 14)...
0
votes
1
answer
219
views
asked 6 years ago by Craig Habermehl
Category:
Watch Lists
Pete I have a chart study that colors the candlesticks...Could I have this in the watch list as well..If the bar is red on chart the watch list will have a red bar. I would like this for all four colors... input nBB = 2.0; input Length ...
0
votes
1
answer
224
views
asked 6 years ago by Mike DAntonio
Category:
Chart Studies
Let's say I am looking at an intraday chart on Tuesday morning. How would I reference Friday's closing price?
0
votes
1
answer
1135
views
asked 6 years ago by Carlos Serna
Category:
Stock Scanners
Pete, I am looking for a scan to look for situations like the attached picture. On a 1 min chart, the price was below both 72 and 89 EMA and first time 1 min bar closes above the 72 EMA I would like to see scan alert to this situation.
0
votes
1
answer
131
views
asked 6 years ago by Robert Smith
Category:
Strategy Guide
Hello Pete Is there any way to check the Spread between Bid and Ask before entering a trade. e.g Below is an order to buy 10 option calls on google, but the bid is at $3 and ask is at $3.90, so the SPREAD IS 0.90. How can the spread be checked before...
0
votes
2
answers
432
views
asked 6 years ago by Minh Huynh
Category:
Strategy Guide
Hahn, I try to make a strategy that BUY when all conditions are met: the TTM Squeeze dot turns green on the Histogram and it increases, RSI is higher than the previous RSI(1 bar before), and when the Momentum is increasing and larger than 0 SELL to C...
0
votes
1
answer
312
views
asked 6 years ago by Rome Ali
Category:
Stock Scanners
RVOL or RELATIVE VOLUME. I am very interested in installing that indicator in my THINK OR SWIM account. I have contacted TOS, but no luck. I have contacted 2 other parties, but no luck. I entered a code I saw on this website, but no result. Anyway, p...
0
votes
0
answers
33
views
Be first to answer!
asked 6 years ago by חנן מרקו
Category:
Chart Studies
can you give me a direction to do that ? for example, if AAPL then plot EMA21, if AMZN then plot EMA34 otherwise no ploting EMA .