Strategy equity curve filter#
About#
The filter which allows the trade signals to pass through only if equity is greater than simple moving average of balance.
Fields#
Name | Type | Required | Description |
---|---|---|---|
period | number | Yes | moving average period, must be greater or equal to 1 |
timeframe | string | Yes | moving average timeframe, a positive integer followed by time unit, e.g. 2h. Allowed units are s, m, h, d and w. |
Example#
{
"period": 10,
"timeframe": "1h"
}