Strategy Guide (193)

Votes
Answers
Views
Question
0
votes
1
answer
181
views
asked 4 years ago by
Category: Strategy Guide
I have been trying to figure out how to create a strategy that triggers everytime bollinger bands breakout relative to that of a contraction period, where the bollinger bands contract then as significant moves are made they begin to expand. How would...
0
votes
1
answer
180
views
asked 5 years ago by
Category: Strategy Guide
Conditional orders with study do not trigger in ONDEMAND mode. Is this normal? Also, in ONDEMAND mode we cannot go into  conditional wizard to enter studies. Is this normal?
0
votes
1
answer
180
views
asked 4 years ago by
Category: Strategy Guide
I want to only trade during the hours of 10am to 1pm.  I have attempted to modify the code in a simple moving average strategy to try and get the report results to limit backtesting results to the hours of 10-1pm.  Is that possible?  I've tried a few...
0
votes
2
answers
177
views
asked 7 years ago by
Category: Strategy Guide
Seems like using scans, screens, traditional indicators, etc. is not going to match the analysis power of artificial intelligence.  Do you have an artificial intelligence program to augment the analysis of more market forces?
0
votes
1
answer
175
views
asked 3 years ago by
Category: Strategy Guide
I have two criteria that are part of the same strategy. They are similar but different enough that I have defined two separate 'def' in my strategy code. One entry is often "better" than the other ('A' is better than 'B'), but in the right circumstan...
0
votes
2
answers
173
views
asked 7 years ago by
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
170
views
asked 5 years ago by
Category: Strategy Guide
hello, i've made a strategy for premarket high break with a trailing exit and stop. It works well, but now i would like to add unusual volume to the entry criteria. So basically go long on @premarket high if todays volume is => than 5% average dai...
0
votes
2
answers
169
views
asked 7 years ago by
Category: Strategy Guide
So I am not sure if this can be done but I have Full time job and cant always get into trades from my alerts. I currently trade Forex, crude oil and nat gas off the ichimoku. I would love to be able to enter a trade at the alert(Chart alerts and scan...
0
votes
1
answer
166
views
asked 4 years ago by
Category: Strategy Guide
I was looking for help understanding the default Donchian Strategy Script in TOS:  Specifically what the atrFactor and atrStopFactor represent or are designed to do. input entryLength = 40; input exitLength = 15; input atrLength = 20; input atrFactor...
0
votes
1
answer
165
views
asked 7 years ago by
Category: Strategy Guide
Tags:
I have a question about the RSI study discussed in https://www.hahn-tech.com/thinkorswim-autotrade-almost/ You gave these formulas at time =25.26 plot exit = RSI().”RSI” crosses above 25 and low crosses below BollingerBands().”LowerBand” within 8 bar...
1 9 10 11 12 13 20