Experts: Renko 2.0 Offline - page 2

 

Boa noite Guilherme,

Ótimo código, obrigado por compartilhar.

Sucesso!

 
Luis Henrique Cavallari:

Boa noite Guilherme,

Ótimo código, obrigado por compartilhar.

Sucesso!

If I wrote in Greek, you wouldn't understand a thing, right?

This is an English forum.

 
Hello Guilherme Santos, first congratulations for the code, excellent.

Now I'm trying to make some changes to "renko2offline.mq5" and added the following method below:
void OnTick () {
    double open = RenkoOffline.GetValue (1, 0);
   
    printf ("Open =" + open);
}

This should return the opening value of the current candle, correct? But this does not happen ... returns a value different from what is displayed in the chart.

Resultado

Thank you

 
Sameshima:
Hello Guilherme Santos, first congratulations for the code, excellent.

Now I'm trying to make some changes to "renko2offline.mq5" and added the following method below:

This should return the opening value of the current candle, correct? But this does not happen ... returns a value different from what is displayed in the chart.


Thank you

Hello Sameshima,

Don't pass the second parameter. The array is not set as series, thus, passing zero will bring the oldest bar instead of the current one.

Thank you and Good luck
 
Luis Henrique Cavallari:

Boa noite Guilherme,

Ótimo código, obrigado por compartilhar.

Sucesso!

Thank you Luis
 

Great stuff. Gives you a different perspective on the market!

 
Strongly lags...does not display bid and ask lines, does not display open trades, advisors do not work.... nothing works! I rewrote this owl, making an indicator out of it - to be able to hang your own owls on the chart - still the Expert Advisors do not work!
 
But still, thanks for trying....
 

Just added some important features and bug fixes last week. Just forgot to update the comments:

2018-05-02:

  • Fixed Renko volumes, bugs, and performance.

Now renko2offline performs great online and on backtest!

 

Obrigado Guilherme. Fantástico!

Uma dúvida, consigo rodar um EA nele?

This website uses cookies. Learn more about our Cookies Policy.