Thinkorswim Strategy Ichimoku



See exactly how the Ichimoku indicator performs across bear and bull markets. This Thinkorswim custom strategy plots the profit and loss graph for several Ichimoku based setups. Cloud breakouts, or cloud breakdowns, trend continuation, with and without confirming signals. It's all covered in one package. Track long and short strategies on the same chart. Exits are handled via an adjustable Parabolic SAR. This custom strategy code is provided free of charge. Just look for and click the link embedded within the video to download. Easy to follow instructions are included showing you how to import this custom strategy directly into your Thinkorswim platform. Before viewing this video, make sure you have good understanding of Thinkorswim strategies. View this video to get up to speed before proceeding: TOS Strategy Guide http://www.hahn-tech.com/thinkorswim-strategy-guide/ If you are not familiar with the Ichimoku indicator, be sure to check out this video to get up to speed: TOS Scan Ichimoku http://www.hahn-tech.com/thinkorswim-scan-ichimoku/ DISCLAIMER: I AM NOT A CERTIFIED FINANCIAL ADVISOR AND NOTHING IN THIS VIDEO OR TEXT IS AN ADVERTISEMENT OR RECOMMENDATION TO BUY OR SELL ANY FINANCIAL INSTRUMENT. NOR IS THIS VIDEO OR TEXT INTENDED TO INSTRUCT YOU ON HOW TO MAKE BUY OR SELL DECISIONS USING ANY OF THESE INDICATORS. *Thinkorswim is a chart analysis platform offered by TD Ameritrade: www.tdameritrade.com TD Ameritrade provides financial services including the trading of Stocks, Futures, Options and Forex. Please be sure to share this page with your friends and colleagues. Leaving comments below is the best way to help make the content of this site even better.

Comments

  1. Hi Hahn! I'm not sure if you still check the comments on this video but I have a question. Is there anyway to setup email and text alerts that get sent out as soon as a "LONG" signal comes up on any stock? Currently, there's no way for me to know at there is a long signal on a stock unless I'm looking at the chart of the stock with the signal. Thanks!
  2. I know I'm late to the party with looking at these videos, but it looks like trading section of the program doesn't work with Forex. I may be wrong though. Let me know. Also, the videos are great!!! Thanks.
  3. Hey Hahn, I have another Ichimoku Indicator idea. I tried to take a shot at this but failed. I thought you might have the skills for this. Since the TOS Inchi indicator code is unlocked. May thought was why not have two time system for MTF analysis. For Example, The Daily Cloud and Kijun are strong SR zones but if want to trade in a 4hr, 1hr, 15min, etc time frame, I'd like to see on the fly where this is in relation to the daily without switching back and forth or having multiple windows open. Is there a way to see both time frames at once? I tried to copy the code from the DailyHighLow indicator inputs into a custom Ichi code but this didn't work. This indicator has the ability to set an aggregation period out side of the chart time frame.
    Love to hear your thoughts.

    input aggregationPeriod = AggregationPeriod.DAY;
    input length = 1;
    input displace = -1;
    input showOnlyLastPeriod = no;

    plot DailyHigh;
    plot DailyLow;
    if showOnlyLastPeriod and !IsNaN(close(period = aggregationPeriod)[-1]) {
    DailyHigh = Double.NaN;
    DailyLow = Double.NaN;
    } else {
    DailyHigh = Highest(high(period = aggregationPeriod)[-displace], length);
    DailyLow = Lowest(low(period = aggregationPeriod)[-displace], length);
    }
  4. Thanks for creating this...You rock as always, will share!
  5. discard my last question all is good. BTW your freaking awesome. I have learn a lot from your videos.
  6. This strategy work on intra-day chart?
  7. hmm looks like the problem only persists in Safari on Mac, opened video in Chrome and the link magically appeared lol
  8. there is no link on the white box...


Additional Information:

Visibility: 7635

Duration: 26m 51s

Rating: 56