Questions (2352)

Votes
Answers
Views
Question
0
votes
1
answer
109
views
asked 5 years ago by
Category: Watch Lists
Pete Hi. I did not see any parabolic nor stochastic Custom Watch mods so I was hoping you can help by looking at this at tell me what I am doing wrong. def parabolicSAR = close [1] < parabolicSAR [0] ==close > ParabolicSAR; plot scan = paraboli...
0
votes
1
answer
148
views
asked 5 years ago by
Category: Chart Studies
So im trying to get alerted for when the stock's candlestick closed above or below an exponential moving average of mine. Is that even possible?
0
votes
1
answer
53
views
asked 5 years ago by
Category: Stock Scanners
First off....thank you for sharing TOS expertise. Second...I'm, pretty handy with TOS, but I'm stumped on this one. I would like to use a 'Scan' to compare multiple stocks against one another (think pairs...A-Z). So, lets say I want to see if stock A...
0
votes
1
answer
263
views
asked 5 years ago by
Category: Chart Studies
Dose any one know how to and/use TD Ameritrade API into excel? yes td ameritrade has an API and TD Ameritrade API its easy to use. Thank You
0
votes
1
answer
157
views
asked 5 years ago by
Hi Pete, I tried to setup a RSI daily study and managed to plot the study after reading one of your older post. However that didn't work for alert as there are recursive references. Is there any alternative of having the alert setup for RSI daily? My...
3
votes
1
answer
606
views
asked 5 years ago by
Category: Chart Studies
Hi Hahn, Im looking for a chart label that displays the high and low in Premarket hours between 0400-0929 (I've searched but could not find it) Thank you
0
votes
1
answer
284
views
asked 5 years ago by
Category: Chart Studies
Pete Could your help me with an audible alert for the SAR Crossover for the bearish/bullish.... #wizard input: crossingType #wizard text: Inputs: acceleration factor: #wizard input: accelerationFactor #wizard text: acceleration limit: #wizard input: ...
0
votes
1
answer
97
views
asked 5 years ago by
Category: Chart Studies
Hi Peter, really great content! Loving everything I've came across so far. One thing I cannot locate is an scanner column / chart study that indicates # of trades. I see many on volume, but nothing that can actually display "1000 trades" or a tick of...
0
votes
1
answer
97
views
asked 5 years ago by
Category: Chart Studies
Pete Could you help me with a grab candle alert.  I would like an alert when the candle closes above or below the grab candles..Could the alert happen after the candle closes..Long call when it crosses above EMA1 and short when it crosses below EMA3....
0
votes
1
answer
276
views
asked 5 years ago by
Category: Chart Studies
I've been trying to find a reliable way to track (and use) my current trade position (long or short, as I do forex trading) as a factor for a conditional trade for "almost" auto-trading ability of ThinkorSwim. What does not work: Recursive reference ...