- Questions
- Strategy Guide
Votes
Answers
Views
Question
0
1
92
asked 7 years ago by Collin Kawahara
Category:
Strategy Guide
Tags:
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
2
178
asked 7 years ago by Optionsforcash Team Trading
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
2
295
asked 7 years ago by [email protected]
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
2
37
asked 7 years ago by Vivek Danielson
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
2
260
asked 7 years ago by Will Yazigi
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
2
170
asked 7 years ago by Eric Bach
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
1
581
asked 8 years ago by PapaG08
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
1
169
asked 8 years ago by PapaG08
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
3
3874
asked 8 years ago by QWERTY POIU
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
1
1190
asked 8 years ago by Mike D'Antonio
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! :)