I am looking forward to rules that make computer restarts less costly. Right now if I restart or when I restart I have to wait for the price to hit my last trade to restart my rules. It would be nice to actually have the bot start up and be able to have rules enabled not wait until the last set of variables line up again.
I need a little more time to publish update.
You mean restore enabled/disabled state of each rule after restarting?
As great as it would be to have the rules remember where they where as my logic stands it wouldn't entirely help me. Depending on downtime a rule coming back as enabled would help in some ways. I can't forget to enable them. It can also hurt in others for example if I want the last sell to trigger a buy rule and it does. Then I restart when it comes up and the rule is enabled again the price it will buy a percentage below would have likely moved some. If it moved up I have a loss. Of course if the market moved down I could have a larger gain.
What I meant by variables lining up is the basis for my buys or sells are a percentage above or below the last sell or buy respectively. If the price is above the last buy I can always enable a sell. If the price is below I can enable a sell as the pair for its trade already completed. If I have a sell and the buy price is above the last sell I shouldn't enable it. I do if the price is very close but I do so knowing I won't make as much of that specific trade. If the price is below the last sell I can always enable it but there is a risk the price doesn't fall enough to trigger the buy and a higher starting price would fix it.
To be honest I could always close out the trade manually to finish the pair then start one side or both and see what triggers first. I do sometimes do this to more rapidly get the bot back trading but some days it just won't pop high enough or drop low enough and I have to wait for a better price to try again.