- Questions
- Strategy Guide
Votes
Answers
Views
Question
0
votes
2
answers
426
views
Category:
Strategy Guide
Hello Pete I'm new to TOS platform, Saw your web site, very nicely put together. I don't have much programming experience, i was able to write this one line code with help of the strategy builder, there seems to be something wrong with the code sin...
0
votes
2
answers
711
views
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...
1
vote
1
answer
120
views
Category:
Strategy Guide
Hi guys, thank you. As simple as it is, I'm not able to get this to execute properly. I just need a custom trailing stop to automatically sell once the low crosses (below) a moving average.
0
votes
2
answers
203
views
Category:
Strategy Guide
Thanks for excellent videos especially Autotrade Almost! Inside there was a way to configure an entry/exit if for example MACD crosses and EMA's cross within X bars But within the bars, it doesn't consider which order. It can enter at the MACD cross ...
0
votes
1
answer
89
views
Category:
Strategy Guide
This is complex in my head, but surely there is a simple solution. I am working on exit orders for back testing. Specifically I want to exit when one of two or more conditions presents itself first, exiting at a hard target OR when another particular...
0
votes
1
answer
1609
views
Category:
Strategy Guide
Hi Pete, hope you can guide me on this I am sure this is a simple one. I thought my label is correct but I get a error. Here is the code. input length = 10; def N = reference ATR(length = length); def trailStopPrice = close + (2*N); #def trailStopPri...
0
votes
1
answer
376
views
Category:
Strategy Guide
Hi Subscriber and I love your videos. I was looking for a way of using only a buy signal strategy, for example MACDStrat and only using long entries (MACDStratLE) and then looking at the profit at the end of the year. I can do the strategy but cannot...
0
votes
1
answer
167
views
Category:
Strategy Guide
Hi Pete, I'm trying to write a script for almost online buying but couldn't locate the buy signal to be on the right bar. It apears on the next bar. The right bar is the one with the dark_green point. Can you explain how do I create an online buying ...
0
votes
2
answers
901
views
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...
1
vote
3
answers
4713
views
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...
