Experts: Renko 2.0 Offline - page 5

 
JR_EHV:

I found that sometimes the current (newest) bar has wrong values.

Low is 10 times lower than it should be.

The graph gets mallformed.

Could this be a bug in the indicator?

Saw this bug also, been debugging since some hours agos to figure out where it's from.

i saw a line where the price is either multiplied or added to the brick_size(to add the up/down wick) and felt(without proof yet) that the price wasn't rounded properly.

 

Hello, everyone,

Guilherme, your algorithm is very good. The only reason it's not excellent is because it has the problem reported by Marcelo. I believe this is a concern for everyone who wants to use your EA/Indicator.

Do you already have a solution to this problem?

Thank you,

 
Dear Guilherme,

Thanks for sharing your EA. I would like to ask you if you know any EA to trade directly (MT5) from Renko Chart using horizontal lines to set up my trades and Break Even option. Thanks in advance.

Best Regards,

Marc
 

I have the same problem with bar 0.


Any solutions?


I created a robot using it and it was very good in the backtest now when I go to run it online this issue of bar 0 is breaking me... =\


Anyway thanks for the logic I will wait for an update for this problem.

 

expression not boolean error - Symbol.mqh 192

bool IsCustom( void ) const
  {
    return(this.GetProperty(SYMBOL_CUSTOM));
  }
//Check custom symbol
bool RenkoCharts::CheckCustomSymbol()
  {
   if(custom_symbol == "" || custom_symbol == NULL)
      return(false);
   return(SymbolInfoInteger(custom_symbol,SYMBOL_CUSTOM));
  }

expression not boolean - RenkoCharts.mqh 492


can you help?
 

Please add new feature.

RAIL2RAIL Renko

 
Automated-Trading:

Renko 2.0 Offline:

Author: Guilherme Santos

Marcelo, would it be possible to allow the execution of orders directly on the Renko chart generated by this EA?
It's working properly here, but it's disabled for executing orders on the Renko chart.
It would be great if you implemented this!
 

Hi Guilherme,


this Renko generator EA is very good,


is there a possibility that it doesn't draw the Gap? i'm having a lot of fictitious results when testing an EA, because it keeps making trades on the bricks generated in the gap.

 
Carlos Ignacio Rincones Pons:

Hello, Guilherme,


this Renko generator EA is very good,


is there a possibility that it doesn't draw the Gap? i'm getting a lot of fictitious results when testing an EA, because it keeps making trades on the bricks generated in the gap.

It fills the gap with candles!!!

 

Good afternoon, congratulations guilherme for your work.

I would like to know if you or anyone can help me on how to release the buy and sell option on the Renko chart?


In the Demo or Real account it generates the error below, I have already used several tickets and it always generates the error.


on backtests it works fine


Has anyone experienced this and can advise me?