Stock Portfolio Organizer

The ultimate porfolio management solution.

Shares, Margin, CFD's, Futures and Forex
EOD and Realtime
Dividends and Trust Distributions
And Much More ....
For Portfolio Manager Click Here

WiseTrader Toolbox

#1 Selling Amibroker Plugin featuring:

Advanced Adaptive Indicators
Advanced Pattern Exploration
Neural Networks
And Much More ....
Find Out More Here

Hệ Kijun theo bộ số Ichimoku for Amibroker (AFL)

Rating:
3 / 5 (Votes 5)
Tags:

Các đường cân bằng theo bộ số Ichimoku

Indicator / Formula

Copy & Paste Friendly
_SECTION_BEGIN("Kijun Sen");

TK = ( HHV( H, 9 ) + LLV( L, 9 ) )/2; 
KJ17 = ( HHV( H, 17 ) + LLV( L, 17) )/2; 
KJ26 = ( HHV( H, 26 ) + LLV( L, 26) )/2; 
KJ33 = ( HHV( H, 33 ) + LLV( L, 33) )/2; 
KJ42 = ( HHV( H, 42 ) + LLV( L, 42) )/2; 
KJ52 = ( HHV( H, 52 ) + LLV( L, 52) )/2; 
KJ65 = ( HHV( H, 65 ) + LLV( L, 65) )/2; 
KJ76 = ( HHV( H, 76 ) + LLV( L, 76) )/2; 
KJ129 = ( HHV( H, 129 ) + LLV( L, 129) )/2; 
KJ172 = ( HHV( H, 172 ) + LLV( L, 172) )/2; 
KJ200 = ( HHV( H, 200 ) + LLV( L, 200) )/2; 
KJ257 = ( HHV( H, 257 ) + LLV( L, 257) )/2; 

Plot(TK,"TK",colorBlue,styleThick);
Plot(KJ17,"KJ17",colorRed,styleThick); 
Plot(KJ26,"KJ26",colorViolet,styleThick); 
Plot(KJ33,"KJ33",colorPaleGreen,styleThick); 
Plot(KJ42,"KJ42",colorTan,styleLine); 
Plot(KJ52,"KJ52",colorCustom12,styleLine); 
Plot(KJ65,"KJ65",colorGold,styleThick); 
Plot(KJ76,"KJ76",colorPaleTurquoise,styleLine); 
Plot(KJ129,"KJ129",colorOrange,styleThick); 
Plot(KJ172,"KJ172",colorLightBlue,styleLine); 
Plot(KJ200,"KJ200",colorCustom11,styleLine); 
Plot(KJ257,"KJ257",colorBlack,styleThick); 


_SECTION_END();

11 comments

1. SADAI

Very Good indicator. Lot of Treasure. Keep it

2. nareshpriya

pure gold !!

3. rajnik

too many lines.. which one is best crossover buy and short line??

4. rajnik

……

5. SADAI

You apply your mind . All cross over are gave good result

6. SADAI

You apply your mind . All cross over are gave good result

7. rajnik

expected reply….

8. raviaru

Very Good indicator

9. morgen

How to use this?
It looks like complicated … then usual Ichimoku.

10. morgen

Why so many lines?
What for?

11. morgen

Is there someone that could explain how to use this .afl?
Thank you.

Leave Comment

Please login here to leave a comment.

Back