Strategy Guide (193)

Votes
Answers
Views
Question
0
votes
1
answer
140
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
140
views
asked 3 years ago by
Category: Strategy Guide
Hi Pete, I'm a day trader. I need help creating a script or conditional order on ToS to automatically close out any position I have open before market close. Sometimes I'm not available to manually close out those position and I don't want to hold my...
0
votes
1
answer
139
views
asked 7 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 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?  
1
vote
2
answers
139
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
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...
0
votes
1
answer
136
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
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
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
131
views
asked 3 years ago by
Category: Strategy Guide
I use the following strategy for my Buy order: When the underlying (LAST) goes above or below a certain price point (hard-coded at 31.9 for this example), the buy trigger is activated and it is supposed to buy the option strike (call or put) that I s...