Topic: Portfolio Maker - Indicator and Data Set errors?
Hi guys,
So i created a portfolio using portfolio maker however please see below:
Hi Popov,
I too am having the saame error. My indicator line as yu have shown above looks like this:
Indicator::NormalizeComponentValue(const double &componentValue[],const datetime &strategyTime[],
int ltfShift,bool isCloseFilterShift,double &output[])
I then changed to
void Indicator::NormalizeComponentValue(const double &componentValue[],const datetime &strategyTime[],
int ltfShift,bool isCloseFilterShift,double &output[])
However now I am getting a different compilation error:
'MasterTickCounter' - undeclared identifier DataSet.mqh 176 9
Are you able to shed some light on this please?
This is my post from another thread in Portfolio Maker part of the forum, however I thought I might post here to see what the answer is and it could hlp other users who have the same error.