Questions (2349)

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
228
views
asked 5 years ago by
Category: Strategy Guide
Good morning.. I enjoyed viewing your video on thinkorswim strategies.  In particular I found your video regarding Strat_PivotRev_SlowDRevSTRATEGY.ts.  I am unable to reach it on the supplies google drive address or via a share link.  Your assistance...
0
votes
1
answer
161
views
asked 5 years ago by
Category: Chart Studies
Tags:
Hi guys, Anyone able to help for this.. Am trying to create a script that will plot the yearly Fibonacci levels on your chart no matter what timeframe you are on.. input price = close; input high = high; input low = low; input onExpansion = Yes; inpu...
0
votes
1
answer
194
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, I am trying to create a study to add horizontal lines across previos day high low only across US session. I want to specify the start time, end time as 0800 and 1600 hours.  I tried to modify your earlier code, but it does not work. ########...
0
votes
1
answer
496
views
asked 5 years ago by
Category: Stock Scanners
Hi Pete, In a previous post (https://www.hahn-tech.com/ans/scanning-for-heikin-ashi-bullish-candle-with-no-lower-wick/) you show for a bullish heikin ashi candle with no lower wick. I was wondering if you could expand on this and show: 1) How to scan...
0
votes
1
answer
1196
views
asked 5 years ago by
Category: Chart Studies
Hi Hahn i need auto fibonacci retracement from premarket high to premarket low level with the option to change/add additional retracement levels.  Hopefully the request isnt too sophisticated as the previous fibonacci request. Thank you
1
vote
1
answer
406
views
asked 5 years ago by
Category: Stock Scanners
Hi Pete, I am trying to setup a scan in ToS for when the 4 EMA crosses the 9 EMA (above or below) using Renko candles set to 500 ticks.  I can make the EMA crossovers easily enough with candles but am unsure how to adapt the Condition Wizard to Renko...
0
votes
1
answer
208
views
asked 5 years ago by
Category: Stock Scanners
I've found a new strategy called the Stiffness Indicator. I'm trying to turn this into a scan but getting rejected at line7:1.Here's  the code and you help. input price = close; input length = 60; input averageLength = 100; def avg = Average(price, a...
0
votes
1
answer
186
views
asked 5 years ago by
Category: Strategy Guide
Hello, Not sure if I am even asking this in the right forum, but if anyone could help with this it would be greatly appreciated. I am trying to setup a contingent order as follows: A buy market order at open that will trigger a 50% sell stoplimit tha...
0
votes
1
answer
158
views
asked 5 years ago by
Category: Chart Studies
Hello Pete, how do we create a chart indicator study that highlights the highest volume candle on the 1 minute chart? The condition is highlighting the candle with the greatest volume on the 1 minute chart purple. The minimum volume on that candle mu...