mirror of
https://github.com/softwaredevelop/mql5.git
synced 2026-07-27 20:47:44 +00:00
refactor(scripts): Calc_VScore
This commit is contained in:
@@ -829,20 +829,6 @@ double Calc_R2(const double &o[], const double &h[], const double &l[], const do
|
||||
return r2[idx];
|
||||
}
|
||||
|
||||
////+------------------------------------------------------------------+
|
||||
////| |
|
||||
////+------------------------------------------------------------------+
|
||||
//double Calc_VScore(string sym, const datetime &t[], const double &o[], const double &h[], const double &l[], const double &c[], const long &v[], int p, int idx)
|
||||
// {
|
||||
// CVScoreCalculator calc;
|
||||
// calc.Init(p, PERIOD_SESSION);
|
||||
// double buf[];
|
||||
// int total = ArraySize(c);
|
||||
// ArrayResize(buf, total);
|
||||
// calc.Calculate(total, 0, t, o, h, l, c, v, v, buf);
|
||||
// return buf[idx];
|
||||
// }
|
||||
|
||||
//+------------------------------------------------------------------+
|
||||
//| WRAPPER: Calculator V-Score (Updated with Reset Period param) |
|
||||
//+------------------------------------------------------------------+
|
||||
|
||||
Reference in New Issue
Block a user