Solo gli utenti che hanno acquistato o noleggiato il prodotto possono lasciare commenti
roabru  

I bought this indicator. I want to use it in an EA.

1)

Can you please give me an code example to access the sell/buy signals of the for each bar ?

 

Something like this:

double Trend=iCustom(NULL,0,"Trend Hunter"  .....

 

2) 

And is the signal of bar 0 changing signals or is it locked, or do I need to use bar 1 ? 

 

Thanks in advance.  

Andrey Tatarinov  
roabru:

I bought this indicator. I want to use it in an EA.

1)

Can you please give me an code example to access the sell/buy signals of the for each bar ?

 

Something like this:

double Trend=iCustom(NULL,0,"Trend Hunter"  .....

 

2) 

And is the signal of bar 0 changing signals or is it locked, or do I need to use bar 1 ? 

 

Thanks in advance.  

Hello!

You can use the code:

 double buy;

 double sell;

 buy=iCustom(Symbol(),0,"Market/Trend Hunter",2,1);

 sell=iCustom(Symbol(),0,"Market/Trend Hunter",3,1);

 if(buy!=EMPTY_VALUE) {open buy order}

 if(sell!=EMPTY_VALUE) {open sell order}

roabru  
Andrey Tatarinov:

Hello!

You can use the code:

 double buy;

 double sell;

 buy=iCustom(Symbol(),0,"Market/Trend Hunter",2,1);

 sell=iCustom(Symbol(),0,"Market/Trend Hunter",3,1);

 if(buy!=EMPTY_VALUE) {open buy order}

 if(sell!=EMPTY_VALUE) {open sell order}

Thanks, but it does not work as I expected..

 In OnTick()

    double buy;

    double sell;

    buy=iCustom(Symbol(),0,"Market/Trend Hunter",2,1);

    sell=iCustom(Symbol(),0,"Market/Trend Hunter",3,1);

    if(buy!=EMPTY_VALUE) {Print ( "Buy signal");}

    if(sell!=EMPTY_VALUE) {Print ( "Sell signal");}

    Print ( "Sell value " + sell );

    Print ( "Buy value " + buy ); 

 

gives no usable result. Please see attached photo.

File:
error.png  61 kb
Andrey Tatarinov  
roabru:

Thanks, but it does not work as I expected..

 In OnTick()

    double buy;

    double sell;

    buy=iCustom(Symbol(),0,"Market/Trend Hunter",2,1);

    sell=iCustom(Symbol(),0,"Market/Trend Hunter",3,1);

    if(buy!=EMPTY_VALUE) {Print ( "Buy signal");}

    if(sell!=EMPTY_VALUE) {Print ( "Sell signal");}

    Print ( "Sell value " + sell );

    Print ( "Buy value " + buy ); 

 

gives no usable result. Please see attached photo.

Please see screenshots
Andrey Tatarinov  

Уважаемые трейдеры! Индикатор Trend Hunter доступен также и для платформы MetaTrader 5.

Dear traders! Indicator Trend Hunter is also available for MetaTrader 5 platform.

Trend Hunter 

https://www.mql5.com/ru/market/product/16517 

eduardobarros55  

Hello Sir, recently i bought your indicator for MT5. But i have some issues with him:

 1) The indicator doesn't display in the daily time frame, can we fix that? I have sure that this indicator would produce great results in the daily time frame, and i work all day and just have chance to trade on the daily, so we need to fix this.

 2) can you send me the EA of the indicator? 

How can we fix this issue? My email is pedron_eduardo@hotmail.com, please make contact with me.  

Tobias Grosse  
Your screenshots show nice strong trends. How is the behavior in sideway phases?
Andrey Tatarinov  
Tobias Grosse:
Your screenshots show nice strong trends. How is the behavior in sideway phases?
Hello!

You can download the demo version and test it in the terminal. If you have questions please write.

Regards 

Tom Toke  

 Hi 

I have  seen some of commend regarding your indicator and am very impressed.  The problem is I cant dowload your free demo because my MT4 is on Mac and it does not support the MQL5 direct download so could you please send me a copy of your free demo and so i try it out.   tom_toke@live.com. 

 

tom 

Andrey Tatarinov  
Thomas67:

 Hi 

I have  seen some of commend regarding your indicator and am very impressed.  The problem is I cant dowload your free demo because my MT4 is on Mac and it does not support the MQL5 direct download so could you please send me a copy of your free demo and so i try it out.   tom_toke@live.com. 

 

tom 

Hello!

Okay, I'll send you a demo version.

Regards 

Tevita Finau  
do I still get the ea for free if I buy this indicator?
Andrey Tatarinov  
Tevita Finau:
do I still get the ea for free if I buy this indicator?
Hello!

Yes, you get a free EA.

Regards, 

Tevita Finau  
is this ea for the Trend Hunter indicator?
Tevita Finau  
is this ea created from Trend Hunter indicator?
Andrey Tatarinov  
Tevita Finau:
is this ea created from Trend Hunter indicator?

EA uses Trend Hunter indicator signals for opening and maintenance of orders

Tevita Finau  
I have bought your indicator please send me the ea. thanks
Andrey Tatarinov  
Tevita Finau:
I have bought your indicator please send me the ea. thanks

I sent you a private message.

Regards 

Solo gli utenti che hanno acquistato o noleggiato il prodotto possono lasciare commenti