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
 

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?

 
Rafamoraes:

Obrigado Guilherme. Fantástico!

Uma dúvida, consigo rodar um EA nele?

Dá uma olhada nesse video do Vilela rodando ele [REMOVED BY MODERATOR]

Ele cria um outro ativo, que quando vc vai escolher um ativo no backtest, por exemplo, aparece em Custom.

Consegui rodar um backtest, mas tem que usar OHLC no 1 minuto.

 
Geziel MC:

Dá uma olhada nesse video do Vilela rodando ele [REMOVED BY MODERATOR]

Ele cria um outro ativo, que quando vc vai escolher um ativo no backtest, por exemplo, aparece em Custom.

Consegui rodar um backtest, mas tem que usar OHLC no 1 minuto.

Please write in English on this forum.
 

Thank you very much, i am hoping that this indicator will be improved even further with the source code being public.

Congratulations for the work, very clever implementation!

I am spreading the word about it ... its very hard to find this through google.


Best regards from Brazil! :)