This is a discussion on Tenkan Kijun Senkou Span Trading system within the Trading Systems forums, part of the Trading Forum category; Updated situation - sell stop order was executed and it is 23 pips in profit for now....
Hi,
Please take a look at the combined IchimokuSystem_v1 indicator with advanced sound/email alerts.
Code://---- indicator parameters extern int Tenkan = 9; // Tenkan period extern int Kijun = 26; // Kijun period extern int Senkou = 52; // Senkou period extern double IndicatorValue = 1; extern int ArrowsMode = 1; //0-off,1-on extern int ArrowSize = 11; extern string ArrowFontName = "Wingdings"; extern int ArrowBuyCode = 233; extern int ArrowSellCode = 234; extern color UpArrowColor = DeepSkyBlue; extern color DnArrowColor = Red; extern string alerts = "--- Alerts & Emails ---"; extern int AlertMode = 0; extern int SoundsNumber = 5; //Number of sounds after Signal extern int SoundsPause = 5; //Pause in sec between sounds extern string UpSound = "alert.wav"; extern string DnSound = "alert2.wav"; extern int EmailMode = 0; extern int EmailsNumber = 1;
Attachment 1696
Regards,
Igor
Thanks a lot Igorad,
As I understand, for now - we are having just one indicator instead of trading system. It will be more comfortable to trade for example.
And is it template file inside zip archive? Yes, I will try to trade using this indicator.
We need to think about exit for now ... exit may be the following
- take profit
- Sinkou Span B line (by white color on the chart)
- opposite crossing of Tenkan/Kijun
Hi,
Please check out the updated version of the IchimokuSystem indicator with the ability to plot color histogramm when Chinkou line is above/below both Tenkan and Kijun lines plus you will see arrows when Chinkou crosses both Tenkan and Kijun.
Code://---- indicator parameters extern int Tenkan = 9; // Tenkan period extern int Kijun = 26; // Kijun period extern int Senkou = 52; // Senkou period extern double IndicatorValue = 1; extern int ArrowsMode = 1; // ArrowsMode: 0-off,1-Price/SpanB,2-Chinkou/Tenkan&Kijun extern int ArrowSize = 11; extern string ArrowFontName = "Wingdings"; extern int ArrowBuyCode = 233; extern int ArrowSellCode = 234; extern color UpArrowColor = DeepSkyBlue; extern color DnArrowColor = Red; extern string alerts = "--- Alerts & Emails ---"; extern int AlertMode = 0; extern int SoundsNumber = 5; //Number of sounds after Signal extern int SoundsPause = 5; //Pause in sec between sounds extern string UpSound = "alert.wav"; extern string DnSound = "alert2.wav"; extern int EmailMode = 0; extern int EmailsNumber = 1;
Attachment 2559
Regards,
Igor
Hi wanaxau,
Please check out one more version of the IchimokuSystem.
Attachment 2565
Regards,
Igor
hi Igorad, that was perfect!
now our chart have all of ichimoku trading way.
thanks,
wanaxau.
Bookmarks