diff --git a/Include/MedianRenko.mqh b/Include/MedianRenko.mqh index 73fd8fe..e0d17e2 100644 --- a/Include/MedianRenko.mqh +++ b/Include/MedianRenko.mqh @@ -17,9 +17,10 @@ #define RENKO_HIGH 6 #define RENKO_LOW 7 #define RENKO_CLOSE 8 -#define RENKO_COLOR_CODE 9 +#define RENKO_BAR_COLOR 9 #define RENKO_BAR_OPEN_TIME 10 #define RENKO_TICK_VOLUME 11 +#define RENKO_REAL_VOLUME 12 #include @@ -246,6 +247,7 @@ bool MedianRenko::IsNewBar() // RENKO_BAR_COLOR value is stored in ratesInfoArray[].spread // + bool MedianRenko::GetMqlRates(MqlRates &ratesInfoArray[], int start, int count) { double o[],l[],h[],c[],barColor[],time[],tick_volume[],real_volume[];