Votes
Answers
Views
Question
0
1
573
asked 5 years ago by valerol
Category:
Chart Studies
Hi! This would be a very interesting study! I saw that someone asked for it here but it wasn't very clear what he meant. So, the user should provide the float value for the stock, but later the script should calculate when a new float rotation of vol...
0
1
209
asked 5 years ago by Mike D'Antonio
Category:
Stock Scanners
Hey! I'm using the code below to scan for stocks that have had their closing price close higher than the previous day's closing price for 55 times or more. The scan references a year's worth of data. How can I make it scan for 2 or 3 years? de...
0
1
292
asked 5 years ago by valerol
Category:
Chart Studies
Hi Pete! I'm trying some of the premarket indicators posted here for volume labels and I noticed they don't work fine. They show less volume than the real volume at any given time during premarket: I used this indicator here and I had the problem I m...
0
1
134
asked 5 years ago by Louis Tremblay
Category:
Strategy Guide
Hi Pete, Never work on candles before, looking to add this as a condition and doesn’t know how to code it. It’s a strategy with 3 up candles out of 4, meaning the close would be higher than open. One candle doesn’t need to be higher than the o...
0
1
570
asked 5 years ago by Nate Lehman
Category:
Strategy Guide
Hi Pete, Thanks for all the great resources. I am new to thinkscript and have been working on a EMA cross strategy in TOS that I have pieced together from several different resources online. Below is the entire script: input tradeSize = 100; def si...
0
1
208
asked 5 years ago by Ian Dooda
Category:
Alerts and Notifications
Thank you for this very informative website. I'm experimenting with placing conditional orders based on MACD crosses intraday. It seems straightforward to do this with the Condition Wizard using the following condition for a bull cross: MACD()."Value...
0
1
249
asked 5 years ago by Ron
Category:
Chart Studies
Hi Pete, Was finally able to create account, thanks much for your help :) Following is the problem I am encountering and would much appreciate if you could please let me know if its something that can or cannot be done in thinkscript. 1) I am on "AMD...
0
1
197
asked 5 years ago by Ken W
Category:
Stock Scanners
Trying to set up scan to search for TTM trend up for say 5-10 bars. Keep getting error: trying to self-assign a non-initialized rec: color after like 2 or 3 criteria...any help
0
1
181
asked 5 years ago by BigBoy
Category:
Chart Studies
Hi Pete, I hope everything is great with you! Thanks for all the great work you do, everyone absolutely appreciates it a lot! My question is, how I could set up to display a symbol such as a circle with a color blue (at some position such as below) o...
0
1
361
asked 5 years ago by Ratilal Haria
Category:
Strategy Guide
Tags:
Hi Despite reading all the related material on Internet and ToS, I am having trouble understanding and executing orders on ToS. Basically I want to execute a long position. So I enter a Buy order for for 254.40 with OCO so that there is stop limit or...