Votes
Answers
Views
Question
0
1
148
asked 5 years ago by [email protected]
Category:
Strategy Guide
I have tried to code PSAR_LE and PSAR_SE based on the ParabolicSARCrossover Study. However, when it plots on the chart, the entire chart data gets compressed. Can you provide the sample code for such a strategy. The ParabolicSARCrossover Code is as f...
0
1
352
asked 5 years ago by Andy Wurst
Category:
Chart Studies
Tags:
Is there a way to copy/move the objects of a drawing set to the Default? I ask because the mobile platform only displays the Default drawing set (unless I just don't know how to change it). Re-creating elements from one set to the default set is ted...
0
1
1124
asked 5 years ago by Brian Boche
Category:
Watch Lists
I have a scanner from a friend that scans for specific options that meet a few criteria and then of course sends them to a watch list. The list has the option specific ticker instead of the underlying stock symbol...for example UBER200207C33 Wha...
0
1
220
asked 5 years ago by Anak Manis
Category:
Alerts and Notifications
Saw your video on Condition Wizard, so I tried to play around, but I'm stuck. So I'm wondering if there is a way to add several studies in the condition wizard? For instance, I want to have a notification that tells me a closing price of a stock has ...
0
1
680
asked 5 years ago by Craig Thompson
Category:
Frequently Asked Questions
Mr. Hahn, Would it possible to write a new code that could be added to the TOS CCI indicator with alert. I would like it to alert with an arrow break-out signal when CCI crosses over or below the overbought line. It currently only alerts when crossin...
0
1
134
asked 5 years ago by Craig Habermehl
Category:
Alerts and Notifications
Pete Could you help with a cloud study...Looking for a lower cloud indicator...If it's above the cloud we get a green dot below the cloud red dot and in the cloud no dot...Also I would like to add Four time frames ex..D,2d,4d.wk...and if all are in a...
0
1
85
asked 5 years ago by Gregory Cottingham
Category:
Chart Studies
I am making a study to compare lows so far I have Def swinglow = if low < low[1] and low < low[2] and low < low[-1] and low < low[-2] then 1 else 0; plot sl = if swinglow then low else double.nan; I want to be able to measure differences ...
0
1
196
asked 5 years ago by Scott S
Category:
Watch Lists
So i have this great scan that you helped me with https://www.hahn-tech.com/ans/percent-change-since-open-scan-tos/ but TOS has no way to show the actual % change since open in the table. TOS only shows % change since yesterdays close, I want to sh...
0
1
125
asked 5 years ago by Tuan Pham
Category:
Stock Scanners
Hi Pete, Happy New Year & I hope the 20s are going well for you health-wise so far. Would you be able to help me write a scan looking for the highest pct & avg gain running up two weeks before and after earnings over the past two years? Thank...
0
1
124
asked 5 years ago by Lil_KloutYT
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!