Indicators: Karpenko

 

Karpenko:

The trend indicator drawn in the form of the colored cloud.

Fig.1. Karpenko Indicator

Author: Nikolay Kositsin

 
Hello, Nikolay Kositsin! I am very grateful to you for this translation of my Karpenko indicator from MQL4 to MQL5, even in the form of a cloud - it's just great! Since the truth is the main judge for you and me (I dare to think), I would like to mention one inaccuracy. My indicator is predictive, and its upper line is always above the price, and the lower line is always below - these lines indicate the targets, where the price will come in the near future, and in your edition, time segments appear on the chart, where the price is not in the cloud. Please eliminate this inaccuracy (at least, as I did with your code, making the cloud one-colour) Sincerely, Dmitry Karpenko.
 
Why is the author specified incorrectly, even when the author is present? Why is "MetaQuotes" specified and not d_karpenko?
 
Integer:
Why is the author specified incorrectly, even when the author is present? Why is "MetaQuotes" specified and not d_karpenko?
//+------------------------------------------------------------------+
//|Karpenko.mq4 |
//| Copyright 2014, MetaQuotes Software Corp. | |
//| http://www.mql5.com |
//+------------------------------------------------------------------+
#property copyright "Copyright 2014, MetaQuotes Software Corp."
#property link      "http://www.mql5.com"
 
GODZILLA:
So megalomaniacs can't keep you sane?
 
Integer:
So megalomania makes you inadequate?
What's inadequate? What are the questions - so are the answers? Inadequacy is breaking others over your knee and making them do things they don't have to do!
 
GODZILLA:
What's inadequate? What are the questions are the answers? Inadequacy is breaking others over your knee and forcing them to do things they don't have to do and don't have to do!

Why don't you have to? You do. It says it's that indicator, so it should be that indicator. Or the description should be appropriate, that it is not that indicator, but its free interpretation.

And what knee? You run out into the street and start screaming that you're being raped.

 
Integer:

Why don't you have to? I do. It says it is that indicator, so it should be that indicator. Or the description should be appropriate, that it is not that indicator, but its free interpretation.

And what knee? You run out into the street and start shouting that you're being raped.

Try explaining that to the owners of this resource! I guess they're fine with it! I'm sick of it!
 
A fairy tale. Once upon a time there was a Programmer - a good man! One day the Programmer saw a painted picture. And a bright thought struck him - I want the same painting, but in a two-coloured cloud! Said and done. The Programmer writes the code, works, but the two-coloured cloud does not work. He changes the original code (and praise him for it!). And now the picture shines with a two-colour cloud, but the picture itself is distorted (programming error - the RESULT that was in "want" did not turn out). The Programmer wanted the same picture in a two-colour cloud, but the Programmer got almost the same picture in a two-colour cloud. The Programmer thinks whether to correct it (a corrected error is not an error) or not. And decides - the picture is more similar, but in the two-colour cloud it will do just as well (a hack is an uncorrected error). Oops... metamorphosis... the Programmer has turned into a Craftsman... And god with it, with the picture, but since then he started to do everything in his life on "it'll do just fine". Many years have passed since then. The Craftsman lives quietly, calmly, without the happiness of illumination, but it will do. Once he was invited to a feast by his former friends - programmers, there were ten of them. And he asked them whether it was a programming error (when the result was not obtained). And he got fifteen "yes" in reply, because five of them repeated it twice.... That painted picture was long forgotten. At first the Craftsman was still filled with light programming thoughts, but with time it passed....
 
d_karpenko:
A fairy tale. Once upon a time there was a Programmer - a good man! One day the Programmer saw a painted picture. And a bright thought struck him - I want the same painting, but in a two-coloured cloud! Said and done. The Programmer writes the code, works, but the two-coloured cloud does not work. He changes the original code (and praise him for it!). And now the picture shines with a two-colour cloud, but the picture itself is distorted (programming error - the RESULT that was in "want" did not turn out). The Programmer wanted the same picture in a two-colour cloud, but the Programmer got almost the same picture in a two-colour cloud. The Programmer thinks whether to correct it (a corrected error is not an error) or not. And decides - the picture is more similar, but in the two-colour cloud it will do just as well (a hack is an uncorrected error). Oops... metamorphosis... the Programmer has turned into a Craftsman... And god with it, with the picture, but since then he started to do everything in his life on "it'll do just fine". Many years have passed since then. The Craftsman lives quietly, calmly, without the happiness of illumination, but it will do. Once he was invited to a feast by his former friends - programmers, there were ten of them. And he asked them whether it was a programming error (when the result was not obtained). And he got fifteen "yes" in reply, because five of them repeated it twice.... That painted picture was long forgotten. At first the Craftsman was still filled with light, programmer's thoughts, but in time it passed....

Sir, you are very seriously ill, and it is evident from the name of your indicator, you have a distorted idea of the values of existence. You can go on for as long as you like about this empty topic, which is worthless! I have nothing more to talk to you about!

And anyway, who are you? The author:

//+------------------------------------------------------------------+
//|Karpenko.mq4 |
//| Copyright 2014, MetaQuotes Software Corp. | |
//| http://www.mql5.com |
//+------------------------------------------------------------------+
#property copyright "Copyright 2014, MetaQuotes Software Corp."
#property link      "http://www.mql5.com"

What's it got to do with you?

 
Nikolay Kositsin:

Sir, you are very seriously ill, and this is evident from the name of your indicator, you have a distorted idea of the values of existence. You can go on for as long as you like about this empty topic, which is worthless! I have nothing more to talk to you about!

And anyway, who are you? The author:

What's that got to do with you?

It's not nice. You change your logic, and you tell the author who he is.

https://www.mql5.com/en/code/11224

Dislick

Karpenko
Karpenko
  • www.mql5.com
Берем три компонента: SMA (простая скользящая средняя), ATR (средний истинный диапазон), 1.618 (Фибо-множитель). Если цена пересекает скользящую среднюю снизу вверх, рисуем целевую линию так, - от средней откладываем вверх отрезок равный 1.618*ATR. Если цена достигла этой линии, рисуем (от средней) следующую цель = 1.618*(1.618*ATR). И так...