* task: remove extraneous defaults from Isolator/MonitorTask - ExecuteWithTimeLimit -- the only user of private MonitorTask -- already defines the defaults for memoryCap & sleepInterval * fix: typos
* RelativeMovingAverage Indicator #5958 * RelativeMovingAverage #5958 Creation of the RelativeMovingAverage (RMA) indicator, based on the following equation: https://www.hybrid-solutions.com/plugins/client-vtl-plugins/free/rma.html * Address self review * Fix unit test Co-authored-by: Martin-Molinero <martin@quantconnect.com>