Skip to content

Commit

Permalink
Fixed indicator offset definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
9nix6 committed Sep 5, 2017
1 parent 5fc7b92 commit 4c5e95b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Include/MedianRenko.mqh
Original file line number Diff line number Diff line change
Expand Up @@ -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 <MedianRenkoSettings.mqh>

Expand Down Expand Up @@ -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[];
Expand Down

0 comments on commit 4c5e95b

Please sign in to comment.