If this is not the appropriate place for this suggestion, please re-direct.
I have two suggestions for future releases of EFS2:
1. Please consider allowing mixing EFS1 with EFS2 studies.
Some examples:
var XX = new MACDStudy(x, y, hlc3(inv(15)), true, true);
var YY = rsi(x, studyZZ, MACDStudy.HIST);
2. If possible, please consider allowing the declaration of EFS2 studies/data series outside main(), for obvious performance advantages.
Note: If this is possible, first suggestion can be reduced to providing in EFS2 exact replica of EFS1 studies [now we have to declare each component of complex studies, like ADX, Stoch, MACD, which introduces performance degradation].
Thank you.
I have two suggestions for future releases of EFS2:
1. Please consider allowing mixing EFS1 with EFS2 studies.
Some examples:
var XX = new MACDStudy(x, y, hlc3(inv(15)), true, true);
var YY = rsi(x, studyZZ, MACDStudy.HIST);
2. If possible, please consider allowing the declaration of EFS2 studies/data series outside main(), for obvious performance advantages.
Note: If this is possible, first suggestion can be reduced to providing in EFS2 exact replica of EFS1 studies [now we have to declare each component of complex studies, like ADX, Stoch, MACD, which introduces performance degradation].
Thank you.
Comment