EA31337 / EA31337-classes

📦📈 EA31337 framework (MQL library for writing trading Expert Advisors, indicators and scripts)
https://ea31337.github.io/EA31337-classes
GNU General Public License v3.0
186 stars 98 forks source link

Infinite loop in Indi_ColorCandlesDaily #657

Open kenorb opened 2 years ago

kenorb commented 2 years ago

Somewhere in Calculate():

      TimeToStruct(time[i].Get(), tstruct); // here

and:

  T GetValue(int _mode = 0, int _index = 0) {
    T _out;
    GetEntryValue(_mode, _index).Get(_out);
    return _out;