Indicators in our evalution (currently implemented in evaluation.py) are highly independent and testable.
Since it is difficult to tell whether they work well by checking their results on an alpha (due to the complexity), it's better to have unit tests for them.
Indicators in our evalution (currently implemented in
evaluation.py
) are highly independent and testable. Since it is difficult to tell whether they work well by checking their results on an alpha (due to the complexity), it's better to have unit tests for them.