Questions (2351)

Votes
Answers
Views
Question
0
votes
1
answer
503
views
asked 4 years ago by
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
votes
1
answer
192
views
asked 4 years ago by
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
votes
1
answer
194
views
asked 4 years ago by
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
votes
1
answer
173
views
asked 4 years ago by
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
votes
1
answer
143
views
asked 4 years ago by
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
votes
1
answer
318
views
asked 4 years ago by
Category: Strategy Guide
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...
0
votes
1
answer
69
views
asked 4 years ago by
Category: Watch Lists
Not a coder, but following your vids.  I am interested in building a custom TOS watchlist for futures only.  I would also like to create a custom study to allow me to see only trades:  Close is above (or below)  200 period SMA; Close price is above (...
0
votes
1
answer
140
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, Can you pls provide a script that a chart text bubble will appear on a candle in the chart if a condition is true? I am looking to start labelling some of my Studies using a text bubble, because when i try to place them in the lower chart, T...
0
votes
1
answer
96
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, I had a conversation with you on YouTube regarding RS making new high (the time mentioned in the script). But it is having an error. Would you mind to check it where's the error, please? A screenshot is attached herewith for ready reference....
0
votes
1
answer
94
views
asked 4 years ago by
Category: Strategy Guide
Hi, So, how to set the conditional order to not stop after the firs trigger? Can we set it such that it will keep triggering orders until we manually stop or set another condition for stop? Thanks! Andrew