| Trading Indicators Post your custom trading indicators. If you download, remember to click INSTALL. |
![]() | | Tweet | |
IchiMoku KinKo Hyo Details »» | |||||||||||||||||||||||||||
Download Now
Show Your Support
| |||||||||||||||||||||||||||
| Comments |
| | #18 | ||
![]() | Re: IchiMoku KinKo Hyo As I prefer to have the liberty of switching from Bar to Candle and back without any weird appearance of my charts, I find this solution incomplete and hence, did not apply it to the posted eld. You can still use the code posted, that will still be the solution of having the Spans as Lines rather than having the cloud shaded. | ||
| |
|
| | #19 | ||
![]() | Re: IchiMoku KinKo Hyo I can not answer any questions about the Ichimoku indicator, but here is a site that has some good info, Main Page - IchiWiki - The Definitive Reference to the Ichimoku Kinko Hyo Charting System Successful trading! | ||
| |
|
| | #20 | ||
![]() | Re: IchiMoku KinKo Hyo | ||
| |
|
| | #21 | ||
![]() | Could this Ichomoku indicator be fixed? Thanks in advance. Fredd | ||
| |
|
| | #22 | ||
![]() | Re: IchiMoku KinKo Hyo Input:Tenkan(9),Kijun(26) ,Chikou(26),SenkouA(26),S enkouB(52); Var:TS(0),KS(0),CS(0),SA( 0),SB(0); Value1 = Highest(H,Tenkan); Value2 = Lowest(L,Tenkan); TS = ( Value1 + Value2 ) /2; Value3 = Highest ( H, Kijun); Value4 = Lowest (L, Kijun); KS = ( Value3 + Value4 ) / 2; SA = ( TS + KS ) / 2; Value5 = Highest( H , SenkouB); Value6 = Lowest ( L , SenkouB); SB = (Value5 + Value6) / 2; Plot1(TS,"TS"); Plot2(KS,"KS"); Plot3[Chikou](C,"CS"); Plot4[-SenkouA](SA,"SA"); Plot5[-SenkouB/2](SB,"SB"); Plot6[-SenkouA](SA,"SAC"); Plot7[-SenkouB/2](SB,"SBC"); if SA > SB then begin SetPlotColor[-SenkouA]( 6, darkgreen ) ; SetPlotColor[-SenkouB/2]( 7, darkgreen ) ; end else begin SetPlotColor[-SenkouA]( 6, darkmagenta ) ; SetPlotColor[-SenkouB/2]( 7, darkmagenta ) ; end ; | ||
| |
|
| | #23 | ||
![]() | Re: IchiMoku KinKo Hyo Thanks for sharing this code with us. Your indicator is constructed differently, and probably this code can solve the problem of the other ichimoku indicator. Using your code I couldn't get the cloud be painted, but this is probably due to a specific line formatting. By default all lines are set as normal lines, but I think the cloud must be set differently. Could you tell me how the SAB and the SBC lines are formatted as in your own picture showing the indicator? Thanks again Moyyim. I have included your indicator in ELD format for our TS and MC friends. Fredd | ||
| |
|
| The Following User Says Thank You to Fredd For This Useful Post: | ||
Stat (02-19-2011) | ||
| | #24 | ||
![]() | Re: IchiMoku KinKo Hyo The format I have is: Style SAC - Bar High - dashed line - lowest weight SBC - Bar Low - dashed line - lowest weight Scaling Same axis as underlying data Format Window Space to right 30 bars Incidentally, I just switched a chart from bar > candle and the cloud isnt right, so doesn't look as if this indi will solve your problem of being able to switch between chart types?....sorry. Cheers | ||
| |
|
| The Following User Says Thank You to Moyyim For This Useful Post: | ||
Fredd (06-22-2009) | ||
| | #25 | ||
![]() | Re: IchiMoku KinKo Hyo Thank you in advance. Fredd | ||
| |
|
![]() |
| Thread Tools | |
| Help Others By Rating This Thread | |
| |
| ∧ Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Ichimoku Kinko Hyo | Soultrader | Technical Analysis | 7 | 05-15-2012 09:20 AM |
| New Video: Ichimoku Kinko Hyo Chart | LS_Chad | Linnsoft | 5 | 05-01-2009 04:08 AM |
| Ichimoku Charts | whisper01Barry | Trading Indicators | 1 | 01-31-2008 04:18 PM |
| Ichimoku Kinko Hyo Strategies | Soultrader | Day Trading and Scalping | 2 | 09-04-2007 08:13 AM |