EN/ Hello everyone,
Using the skills of Nicolas I thought complete the indicator Ichimoku Kinko Hyo; because in the original ichimoku on the PRT Chinkou
not in the trading system.
The Chinkou being essential to the study of the value as it is placed above or below that of price.
I hope it will be useful in everyday life
FR/ Bonjour à tous,
Utilisant les compétences de Nicolas j’ai pensé complèter l’indicateur Ichimoku kinko hyo ; car dans l’ichimoku d’origine sur PRT le chinkou
ne figure pas dans le système de trading.
Le chinkou étant indispensable à l’étude de la valeur selon qu’il est placé qu dessus ou en dessous des cours.
J’espère qu’il vous sera utile au quotidien
// CHINKOU DID 20.09.2016
cc = customclose
SMA = average [period](close)
CHINKOU = average [period](close [decay])
DRAWTEXT("*",barindex[decay],SMA,Serif,Bold,20) coloured(0,255,0)
Return cc as " cc " ,SMA as " SMA " , chinkou as " chinkou "
// Variables :
// period = 1
// decay = 26
No files found.