Strategy Guide (193)

Votes
Answers
Views
Question
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...
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
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
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
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
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
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
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
122
views
asked 5 years ago by
Category: Strategy Guide
OBV as an upper study in TOS. OBV is a lower study in TOS and its not easy to follow.  I think if it was an upper study like a moving average it would be easier to guage stock price movement.  Thank you.
0
votes
1
answer
401
views
asked 5 years ago by
Category: Strategy Guide
Hi there, I implemented a strategy in thinkorswim and backtested it using papermoney. Psrt of the strategy is using the HeikinAshiDiff study (which itself uses ComoundValue). I have read that thinkorswim does not allow the use of recursive or Compund...
1 7 8 9 10 11 20