Strategy Guide (193)

Votes
Answers
Views
Question
0
votes
1
answer
1159
views
asked 5 years ago by
Category: Strategy Guide
Hello Pete Had a question on Trailing orders in Tos. Is there any way to trail the order based on the low of the previous candle? As you can see in the attached pictures the low of the candle with Crosshair is 1.87 and as the stock moves up then the ...
0
votes
1
answer
245
views
asked 5 years ago by
Category: Strategy Guide
Hi, I'm having grief building a conditional order to sell when RSI of daily aggregation > 55. That much is pretty easy; this code will do it: input RSIlength = 4; input exitScore = 55; input RSIavg = AverageType.WILDERS; def price = close; def Net...
0
votes
2
answers
121
views
asked 5 years ago by
Category: Strategy Guide
Hello There Pete, Im just getting into strategies and am trying to create one that simply buys when Rsi crosses 69 in the upward direction, and then executes the sell once it falls below same 69 level. Thought things were going alright till noticing ...
0
votes
2
answers
151
views
asked 6 years ago by
Category: Strategy Guide
On your thinkorswim auto trade almost in the comment section you stated that there was an option that you can check that will cause the conditional order to automatically regenerate after it has been trigger. Have you posted anything to cover that, i...
0
votes
1
answer
296
views
asked 6 years ago by
Category: Strategy Guide
Hi Pete, I was interested in developing a strategy that included when heikin ashi candles changed from red to green, and green to red.  I'm having trouble with that code, and I'm assuming the problem is something relating to the compounded value.  Is...
0
votes
1
answer
94
views
asked 6 years ago by
Category: Strategy Guide
Hello Pete, A custom study that I use for my trading system produces multiple long entry signals before producing a short entry signal and vice versa. Using these extra signals to add on to my position, is there a way to reprint these signals in a st...
0
votes
1
answer
320
views
asked 6 years ago by
Category: Strategy Guide
♥ 1
Hello, Im a huge admirer of the videos and the site, and i understand a lot more what you do and i appreciate it tremendously. Im attempting to create a strategy that buys and sells using Macd two lines, cci, RSI. I am trying to set macd as the first...
0
votes
1
answer
411
views
asked 6 years ago by
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
268
views
asked 6 years ago by
Category: Strategy Guide
Hi Pete, I converted the Squeeze Scanner provided by you into a strategy after watching both the Strategy guide videos. I downloaded and analysed the readymade strategies you provided, and they worked fine. However, the Squeeze scanner turns the char...
1
vote
1
answer
394
views
asked 6 years ago by
Category: Strategy Guide
Hello, after watching this video, I was very excited to start making my own strategies and studies. However before doing that, I wanted to replicate what was done in the video... this is what I got so far. However there is one modification I would li...