Ichimoku exit strategy


Category:
0
0

Hello!
And THANKS for this forum and for all your work on this. I really love it.
I\’ve been trading a bit with Ichimoku system and for what I have studied the exit signal after a cloud break out (or a continuation) should be if the price crosses the Tenkan line (or Kijun or the cloud according to the risk level). I have noticed that using the code you kindly wrote the system gets the entries perfectly but it is aa bit too sensitive and exits too soon. So, is there a way to either: (i) modify the parameters (I tried but did not achieve the desired result) of the parabolic SAR so the trend does not reverse so frequently (basically a bit smoother) or (ii) basing the exit on a different signal (like the price crossing the Tenkan line)?

MANY THANKS!
Riccardo

Marked as spam
Posted by (Questions: 7, Answers: 6)
Asked on November 25, 2016 9:45 am
1097 views
1
Private answer

Hi Riccardo! Thanks for posting this great question. Congratulations for being the first viewer to post a new question in our Thinkorswim Forum. I have a video to recommend that may provide a method to achieve what you are asking. The video covers Auto-Trades in Thinkorswim and the Ichimoku is discussed beginning at the 39:18 mark. In this example I show the use of a builtin study called AwesomeOscillator as the exit. You may want to view the video from the beginning so you understand how all the pieces fit together. And keep in mind that after watching this video you will have the knowledge to build your own exit, for example one based on the close back below Tenkan line.

https://www.hahn-tech.com/thinkorswim-autotrade-almost/

Another note:

As for the Parabolic SAR used as an exit. The default value for “Acceleration Factor” is 0.02.  I found that by reducing the value of “Acceleration Factor” to 0.005; it had the effect of extending the length of time positions were held.

Thanks again for posting this great question. I’m it is going to benefit many of our viewers. Let us know if you have any other questions.

Marked as spam
Posted by (Questions: 37, Answers: 4084)
Answered on November 25, 2016 11:15 am
0
Private answer

Hi Pete!
Thanks A LOT for your answer.

Let me tell you couple of things first. In my experience no matter what frequency you are trading, you typically get less false positive signals by doubling the Ichimoku parameters (from 9,26 to 18,52). (clearly, the usual disclaimer applies since I’m not a professional trader).

Also, (if I may) the best strategy I’ve tried so far is to set an exit as follows: sell 1/3 of the shares when the price crosses the Tenkan line, 1/3 when it crosses the Kijun, and the remaining 1/3 when crossing the cloud). My question is: is there a way to program this exit as a single conditional sell order or should I enter 3 separate conditional sell orders?

Also, is there a way to set the same entry (and exit) conditional orders for a set of stocks without doing it one by one?

Thanks a lot for your help with this!

Btw, I have also programmed some studies in ToS. Can I thank you and share them with you somehow (if you’re interested)?

R.

Marked as spam
Posted by (Questions: 7, Answers: 6)
Answered on November 26, 2016 3:11 pm
0

Sorry for the late reply. This one slipped through my fingers. The conditional orders can only be created for individual ticker symbols. At this time there is no way to apply one condition to a group of ticker symbols.

( at March 9, 2017 8:44 pm)
0
Private answer

Ok so the doubling of the input parameters has the same effect as using a higher time. Just so you know. In strategies, it is not possible at this time to have multiple, staged, or otherwise scaled entries and/or exits. Also, for conditional orders, at this time they can only be applied to individual symbols and not groups of symbols. If you would like to share some thinkscript code you can initiate an email using the contact form at the bottom of our "About" page. Thanks again and let us know if you have more questions.

Marked as spam
Posted by (Questions: 37, Answers: 4084)
Answered on November 26, 2016 4:49 pm