Strategy Guide (193)

Votes
Answers
Views
Question
0
votes
1
answer
139
views
asked 6 years ago by
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
1
answer
139
views
asked 5 years ago by
Category: Strategy Guide
hi, can you create a TOS strategy that closes all positions if a daily profit or loss limit is reached? i trade in clusters and close all positions once a target or loss is reached for the day.
0
votes
1
answer
139
views
asked 4 years ago by
Category: Strategy Guide
I just watched your video,  Thinkorswim Strategy Guide on youtube (Aug. 8, 2015). I never saw the attached file. It mentioned that it was on the Google drive. Is there a way that I can get the file that goes with that video?  
0
votes
1
answer
139
views
asked 1 year ago by
Category: Strategy Guide
I have been able to create a ThinkScript Buy-Sell Study . It is used to create Conditional Orders.  Nice thing about this study is that it allows me to view how the Buy Sell routine would have performed on the Historical Chart. The upper Chart shows ...
0
votes
1
answer
137
views
asked 4 years ago by
Category: Strategy Guide
Hi -   Is it possible to code up a conditional order to sell 1/2 the position (1/2 of the Buy_To_Open tradeSize) when price crosses above an EMA then then sell the rest of the position when  another condition is true (MACD Cross)? I've watched y...
1
vote
2
answers
136
views
asked 2 years ago by
Category: Strategy Guide
THanks Pete for your reply, the code for Pop out the box works fine.   Is it possible to Auto trade with conditons( below study) for /ES? this would be on 5 min Timeframe MAXC4.1 / MINC4.1 < 1.01 and C > MAXH4.1 and H > L   enter t...
0
votes
1
answer
135
views
asked 4 years ago by
Category: Strategy Guide
I have tried to code PSAR_LE and PSAR_SE based on the ParabolicSARCrossover Study. However, when it plots on the chart, the entire chart data gets compressed. Can you provide the sample code for such a strategy. The ParabolicSARCrossover Code is as f...
0
votes
1
answer
135
views
asked 3 years ago by
Category: Strategy Guide
Hello Pete I had a question on Dailyopen() study, when I included that in a conditional order it shows where the entries are, but when I included that in an order, it doesn’t get executed. Attached is the chart showing order. Is there is any way to b...
0
votes
1
answer
133
views
asked 7 years ago by
Category: Strategy Guide
Good Morning! This is great! After watching your "Autotrade almost" video I decided to put together something and noticed it works - but once its triggered it executes not on the opening of the next bar. Instead it executes sometime on the current ba...
0
votes
1
answer
129
views
asked 4 years ago by
Category: Strategy Guide
Hi Pete, Awhile ago you gave the code for a relative strength moving average. https://www.hahn-tech.com/ans/reference-an-indicator-dataset/ I'm trying to use it as a strategy and I'm not getting any buy order. Did I forget someting ? Of course, enabl...