Strategy Guide (193)

Votes
Answers
Views
Question
0
votes
1
answer
75
views
asked 7 years ago by
Category: Strategy Guide
How do I refresh a conditional order after its completion? As well as, since the order is a sequence, will it refresh itself after the first order is carried out, or after the entire sequence? Thanks!
0
votes
2
answers
168
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
2
answers
280
views
asked 7 years ago by
Category: Strategy Guide
How do I convert the prebuilt Strategies into scans for example the BollingerBandsLE, EhlersStochLE and the two Ichimoku Strategies that you shared? input length = 20; input num_devs_dn = 2.0; input bollinger_price = close; input lower_band_price = c...
0
votes
2
answers
20
views
asked 7 years ago by
Category: Strategy Guide
how do you study to buy & sell automatic on trade. I have problem with the code to generators to buy and sell on the indicator to do it automatic.
0
votes
2
answers
245
views
asked 7 years ago by
Category: Strategy Guide
Hi Pete, I was reviewing the ichimoku strategy, is there a way the change the exit from parabolic SAR to ATR trailing stop? I attached a link to the Ichimoku strategy for reference. https://www.hahn-tech.com/thinkorswim-strategy-ichimoku/ Thank you
0
votes
2
answers
166
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
523
views
asked 7 years ago by
Category: Strategy Guide
Tags:
How far back in time does TOS allow backtesting? I think I read it works for only the most recent year.
0
votes
1
answer
158
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...
0
votes
3
answers
3683
views
asked 7 years ago by
Category: Strategy Guide
I'm using that feature "FloatingPL" on the thinkorswim platform, Which is nothing more than a Floating Profit/Loss histogram, Generated from a custom strategy Which through the function "AddOrder" indicates the points of buying and selling # # TD Ame...
1
vote
1
answer
1154
views
asked 7 years ago by
Category: Strategy Guide
You know how you can write a custom script for conditional orders? How can you save the script order template (with the custom script) so you don't have to copy and paste the script every time you want to place that custom order? Thanks so much! :)