Strategy Guide (193)

Votes
Answers
Views
Question
0
votes
1
answer
624
views
asked 5 years ago by
Category: Strategy Guide
Hi. Is there a way to customize the color scheme for the TOS script compiler/editor? The autocomplete function is almost unusuable because the color scheme is white text on a yellow background. I included a picture. I cannot figure out how to change ...
1
vote
4
answers
609
views
asked 7 years ago by
Category: Strategy Guide
Hi! I'm new to your videos and want to thank you for your great videos which explain how to optimize TOS features! But I would like the Strategies to be able to buy whenever there is a buy signal, even if there has not been a sell signal to close out...
0
votes
1
answer
607
views
asked 4 years ago by
Category: Strategy Guide
Hello all, I've been doing some backtesting on the "MovAvgStrat" that comes with the ToS platform, but I'd like to be able to displace the MA in addition to being able to set the length. I attempted to create my own script with copy and pasting the o...
0
votes
1
answer
606
views
asked 4 years ago by
Category: Strategy Guide
Hi Pete. First I just want to offer a sincere thank you for this great resource, for your generosity, and for all you do for the community. You are to be commended sir. Now on to my question. I'm in the process of learning how to code while at the sa...
0
votes
1
answer
578
views
asked 3 years ago by
Category: Strategy Guide
Hi, I am trying to add a custom strategy using the following thinkscript. Buy when the C Wave turns Cyan (expansion) above zero and sell when you get a blue (contraction) C Wave bar.  Can you tell me what code needs to be added so that it only execte...
0
votes
2
answers
557
views
asked 6 years ago by
Category: Strategy Guide
I HAVE BEEN TRYING TO FIGURE OUT HOW TO CREATE THIS STRATEGY ON TOS AND THIS IS WHAT I HAVE SO FAR.  THE RULES ARE 1ST THEN THE CODE: 5 EMA: blue line 10 EMA: red line RSI (10) applied to the median price (HL/2) Entry Rules BUY when the 5 EMA crosses...
0
votes
1
answer
550
views
asked 5 years ago by
Category: Strategy Guide
How do I convert a study to a strategy and strategy to a study?
0
votes
1
answer
523
views
asked 7 years ago by
Category: Strategy Guide
Tags:
How far back in time does TOS allow backtesting? I think I read it works for only the most recent year.
0
votes
1
answer
498
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...
1
vote
1
answer
493
views
asked 4 years ago by
Category: Strategy Guide
Great resource, keep up the great work! I'm trying to set up a simple study (and to backtest with FloatingPL) to buy whenever there's X (let's assume 3) bars of consecutive lows, on the 3rd consecutive low, I want to buy just before the end of the da...