Indicators: AutoTrendLinien

 

AutoTrendLinien:

Autotrendlinien generates a channel in the direction of an existing trend.

Author: Nikolay Kositsin

 
Automated-Trading:

AutoTrendLinien:

Author: Nikolay Kositsin

Compilation errors. What to fix?

'iBarShift' - ambiguous call to overloaded function autotrendlinien.mq5 161 15
could be one of 2 function(s) autotrendlinien.mq5 161 15
built-in: int iBarShift(const string,ENUM_TIMEFRAMES,datetime,bool) autotrendlinien.mq5 161 15
int iBarShift(string,ENUM_TIMEFRAMES,datetime) autotrendlinien.mq5 88 5
'iBarShift' - ambiguous call to overloaded function autotrendlinien.mq5 162 15
could be one of 2 function(s) autotrendlinien.mq5 162 15
built-in: int iBarShift(const string,ENUM_TIMEFRAMES,datetime,bool) autotrendlinien.mq5 162 15
int iBarShift(string,ENUM_TIMEFRAMES,datetime) autotrendlinien.mq5 88 5
'iBarShift' - ambiguous call to overloaded function autotrendlinien.mq5 163 15
could be one of 2 function(s) autotrendlinien.mq5 163 15
built-in: int iBarShift(const string,ENUM_TIMEFRAMES,datetime,bool) autotrendlinien.mq5 163 15
int iBarShift(string,ENUM_TIMEFRAMES,datetime) autotrendlinien.mq5 88 5
3 error(s), 0 warning(s) 4 1

 
pa-fx:

Compilation errors. What to fix?

'iBarShift' - ambiguous call to overloaded function autotrendlinien.mq5 161 15
could be one of 2 function(s) autotrendlinien.mq5 161 15
built-in: int iBarShift(const string,ENUM_TIMEFRAMES,datetime,bool) autotrendlinien.mq5 161 15
int iBarShift(string,ENUM_TIMEFRAMES,datetime) autotrendlinien.mq5 88 5
'iBarShift' - ambiguous call to overloaded function autotrendlinien.mq5 162 15
could be one of 2 function(s) autotrendlinien.mq5 162 15
built-in: int iBarShift(const string,ENUM_TIMEFRAMES,datetime,bool) autotrendlinien.mq5 162 15
int iBarShift(string,ENUM_TIMEFRAMES,datetime) autotrendlinien.mq5 88 5
'iBarShift' - ambiguous call to overloaded function autotrendlinien.mq5 163 15
could be one of 2 function(s) autotrendlinien.mq5 163 15
built-in: int iBarShift(const string,ENUM_TIMEFRAMES,datetime,bool) autotrendlinien.mq5 163 15
int iBarShift(string,ENUM_TIMEFRAMES,datetime) autotrendlinien.mq5 88 5
3 error(s), 0 warning(s) 4 1

Yes all fixed!

 

how to select the period parameter in hours ?

is there a version for MT4 ?

Thanks !

 

Hi


It seem that the indicator is not working anymore, can you please update it?


Thank you

 
freezingsnake:

Hi


It seem that the indicator is not working anymore, can you please update it?


Thank you


just rename replace iBarShift to iBarShift2 it will work,i am working to have the same calculation but for channels instead with multi lines..

 

Good afternoon, everyone!

Please, I can't download this indicator. It seems to be inactive.

I can download it on my computer, but I can't get it to work on MT5.

Thank you in advance.


Minas N. Marcantonatos

 
Nikolay Kositsin #:

Yes all fixed!

Compilation errors not fixed, still getting the same error messages.