Hello,
as written in the title: When I test my automated strategy, sometimes all the entry rules (based on 5 EMAs and RSI) are fulfilled,
but the system won't open a position.
When testing a concerned 3-day time interval, I got this error message twice:
Quote:
13:11:52 Error in indicator: calculate() method of indicator [EMA] returned less values than expected. Requested from-to [0]-[395], input array size [396], returned first calculated index [80], number of calculated values [316], lookback [79], lookforward [0], expected number of elements is [317]
What does it mean exactly?
Thx in advance.