i use 1.08 why I can not save the set parameters?
What do you mean? What steps do you take and what happens?
What would be the right setting for this requirement: monitor both equity and balance. If any of the 2 which at any time is smaller, that will be watche, if that component falls under 5 percent then close all orders, all open and pending orders, then allow trading again after daily reset
I guess you mean fall below 95% of initial values? There is no condition for balance. For equity, you just take a snapshot and set the Equity <= % of snapshot to 95. In Actions, you set Close and Delete. I didn't get if you want to disable autotrading or not, but if you do, then you also need to tick the Disable action.
You won't be able to restart everything with one instance of Account Protector. You can set up another instance with ticked 'Enable autotrading' option by Timer.
If you want the first instance to start monitoring everything again, you should also set the
DoNotDisableActions and
DoNotDisableConditions input parameters to
true for the first instance. Also, "Recapture snapshots" action needs to be ticked there for equity snapshot to refresh and for the AP to work with that new action when new trades start opening.
However, as I said, it won't be able to detect balance change as there is no condition for that. You can try using "Daily profit/loss <= %" condition (by setting it to -5) - in theory, it should work in your case too.