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 ....
WiseTrader Toolbox
#1 Selling Amibroker Plugin featuring:
Advanced Adaptive Indicators
Advanced Pattern Exploration
Neural Networks
And Much More ....
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
Leave Comment
Please login here to leave a comment.
Back
Very Good indicator. Lot of Treasure. Keep it
pure gold !!
too many lines.. which one is best crossover buy and short line??
……
You apply your mind . All cross over are gave good result
You apply your mind . All cross over are gave good result
expected reply….
Very Good indicator
How to use this?
It looks like complicated … then usual Ichimoku.
Why so many lines?
What for?
Is there someone that could explain how to use this .afl?
Thank you.