Range bars MQL5

 

I have an EA where I use software that produces range bar charts on offline charts.

I use the following indicators on these charts:

MACD, Bollinger Bands and RSI 

Converting this EA to MT5 seems a bit complicated.  There are no offline charts in MT5. The only range bar sw I have found are indicators.

As I understand it there are no iMAOnArray, iBandOnArray or iRSIOnArray availabe either.

The only way I see it then is to retrieve all data from the range bar buffer and code the 3 indicators from bottom up using the buffer data.

MAybe someone has done it already??  Or have another solution that I have not thought of? 

 

Seems that the answer is:

-  Back to MT4 

Reason: