Votes
Answers
Views
Question
0
1
126
asked 7 years ago by Allan Schwarb
Category:
Stock Scanners
In setting up in accord with your guide, I find that the values reported from hourly charts are not being correctly stated in the hourly column in the watchlist. The values are ok with respect to the other columns for weekly and daily charts. Any ide...
0
1
408
asked 7 years ago by Dave John
Category:
Chart Studies
Hello sir, i need a simple Ichimoku indicator. Main idea is whether the price is above or below the Ichimoku Cloud of various Timeframes. the Timeframes i need to be watched is M5, M15, M30, 1H. The indicator needs to be plot below the chart with lik...
0
2
138
asked 7 years ago by Jon Ahern
Category:
Stock Scanners
Thinkscript seems so flexible yet I can never seem to make much headway on an idea (thankfully Pete is here guiding the way a bit) . just the basic logic for a scan where price is crossing a level would be so useful, yet I can't figure out how to st...
0
4
440
asked 7 years ago by Carlos Juice Zapata Jr.
Category:
Alerts and Notifications
This is the code for bubblebuddy. I'm trying to get an alert for every time a bubble appears. Attached is what the indicator looks like. Thanks in advance. declare upper; input length = {default "2", "3"}; input ChartBubblesON = Yes; input LinesON = ...
0
2
799
asked 7 years ago by Daisy Liu
Category:
Strategy Guide
Hi Pete, Inspired by your think or swim strategy tutorial, I wrote a simple ATR strategy to backtest the data. (I understand I can’t do conditional orders based on ATR trailing stop.) But when I checked the buy and sell signals on the chart, I...
0
4
1797
asked 7 years ago by Adrianna De Santos Santillan
Category:
Stock Scanners
Hi Pete! I'm trying to run a Gap down scan on TOS with the same format that Barchart offers. I know that i can find the gap downs on TOS but i'm trying to find the size of the gap and can't seem to find it when i run it on TOS. Can you please help...
0
1
3208
asked 7 years ago by Pete Hahn
Category:
Frequently Asked Questions
A viewer asks: Hi Pete, I see you are doing some indicators now on TradeStation. How are you liking their platform compared to TOS (Think or Swim)?
0
7
2332
asked 7 years ago by Carlos Juice Zapata Jr.
Category:
Alerts and Notifications
I'm looking or would like to know how to create sound alerts for studies with arrows.
0
5
418
asked 7 years ago by Kim Tim
Category:
Stock Scanners
Hi Pete, See attached screen shot. Please show how to convert this MetaStock code to Thinkscript scanner using RSI(2). Thank you.
1
3
4273
asked 7 years ago by Daisy
Category:
Strategy Guide
Hi Pete, I watched your tutorial on how to do semi-auto orders on tos yesterday. I have a custom studies, which I want to place my conditional order based. But when I followed the step and put below script into New Studies, it just says "expected dou...