Strategy Guide (197)

Votes
Answers
Views
Question
0
votes
1
answer
660
views
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
5
answers
607
views
Category: Strategy Guide
Hi Hahn, HOPE ALL IS WELL! Just watched your "Introduction to Strategies" video & I must say all your commentary regarding "you might be thinking" was exactly what I was thinking. LOL.  Great teacher! I have a 4x  questions that I was hoping you ...
0
votes
1
answer
565
views
Category: Strategy Guide
Hi Pete, Begginer with Thinkcript here. I'm wondering if I am missing something. It seems like there should be a simple Thinkscript function that returns the number of trades executed by given strategy? I'm looking to build quick graphic feedback on ...
0
votes
1
answer
557
views
Category: Strategy Guide
Hello Pete I am trying to setup a conditional order, if I can, using the OBV. I can’t seem to get this working. I want to buy when the OBV crosses above an EMA. Seems simple but I can’t get there. I have the OBV loaded up on my TOS chart with a 100 d...
0
votes
1
answer
553
views
Category: Strategy Guide
Strategy to buy on open of Monday or first trading day of the week then sell at % gain dictated by user input Hello Pete, I recently watched your "Thinkorswim Strategy Guide" youtube video. I've been trying to search in vain for a way to create a str...
1
vote
2
answers
542
views
Category: Strategy Guide
Is there a way to manually (programatically) call addOrder to create orders. I have a script which creates an order based on few variables. Right now I can use it as part of a strategy but I need to run this script (and create orders) on live chart w...
0
votes
1
answer
539
views
Category: Strategy Guide
Hi - I am working on a stategy that buys the3 first green Heikin Ashi candle after X red candles in a row.  Right now the definitions I have scripted are not correctly identifying the candle colors (current  -> want green and prior 1 -&g...
2
votes
2
answers
529
views
Category: Strategy Guide
Thank you so much for the great site!  It has helped me so much as I work to pick up thinkScript. I have a strategy programmed that I'd like to use as an options buying strategy, but the strategy is actually based upon and applied to the movement of ...
0
votes
1
answer
527
views
Category: Strategy Guide
Hello Pete I had a question on Trailing stop order, I was able to use the condition function to execute the order and once a position was established, I was able to paste the trailing stop order in the paste order windows (that certainly helped a lot...
0
votes
1
answer
523
views
Category: Strategy Guide
Hi Pete, In your YouTube video about putting real-time data from ToS into Excel (linked below), you feature a document that calculates Market Internals.  I was wondering if you happen to have this document available for your users. https://www.youtub...