How I assemble my advisor by trial and error - page 14

 
Aleksandr Klapatyuk:

I've replaced the files-

Missed a small detail

Missed a detail

 

Something's not right.

But it's true - there's a shift.

I'm chemically correcting the indicator.

VHP TREND

It's moving upside down for some reason.

 
Aleksandr Klapatyuk:

something's wrong.

***

It's moving upside down for some reason.

What if you flip the monitor 180 degrees?

 
Vladimir Karputov:

What if you flip the monitor 180 degrees?

It's still upside down.

that's me from your - chemically speaking indicator.

//+------------------------------------------------------------------+
//|BB TREND.mq5 |
//| Copyright © 2019, Vladimir Karputov |
//|http://wmua.ru/slesar/ ||
//+------------------------------------------------------------------+

Блог слесаря-ремонтника и механика по наладке оборудования | Советы для ремонтников
Блог слесаря-ремонтника и механика по наладке оборудования | Советы для ремонтников
  • wmua.ru
С первого раза даже не поверил, что в таком небольшом чемоданчике можно разместить столько электроинструмента! В общем, как говорится, лучше один раз увидеть: С Праздником 8 Марта! С Праздником Весны! Милые дамы, женщины, мамы и бабушки. Поздравляю Вас с праздником весны, праздником жизни. Спасибо Вам за то, что Вы у нас есть. Спасибо Вам за...
 
Aleksandr Klapatyuk:

Something's not right.

But it's true - there's a shift.

I'm chemically correcting the indicator.

It's moving upside down for some reason.

Nah - I can't do it and I don't think I can. You need an expert here.

But there is a start - try it, maybe someone will succeed.

Files:
 
Aleksandr Klapatyuk:

Nah - I can't do it and I don't think I can. You need an expert here.

But there is a start - try it, maybe someone will succeed.

Itturns out this way - it also works on trend lines

Here in the tester even showed results on 30 minutes

Tester1.03 00000000000000000

Tester1.03 000000000000000002

the file-advisor for the tester with this indicator 00000000000000000

 
Aleksandr Klapatyuk:

itturns out this way - it also works on trend lines

In the tester it even showed results on 30 minutes

in the file - Expert Advisor for the tester with this indicator 00000000000000000

i am a fool and have not played with the settings of the indicator.

and the lines change!?

if you add digits here -

input uchar InpShift=0; // Shift left point (for trend line's)

InpShift

If you set such settings in the indicator -

//--- input parameters
input int InpHPPeriodFast=21; // HP Fast Period (4...32)
input int InpHPPeriodSlow=144; // HP Slow Period (48...256)
input uchar InpShift=143; // Shift left point (for trend line's)
input color InpColor=clrDarkOrchid; // Trend Line color

you get swinging

-- now testing in the tester

InpShift143

almost the same - 500 more

 

Turns out I did it!

Got it

Files:
 

Named Indicator - Swing VHPChannel.mq5

Swing VHPChannel

Files:
 

Updating an Indicator:

When you delete an Indicator - all Trend Lines are deleted

Reason: