On this page I will share some of the Rules I have been testing to 'drive' my cryptocurrency trading agent and the results I have been obtaining.
Please note that these are just meant to be tests, I have been running them on an account with a small amount of money. There are by no means meant to guarantee any financial results.
First set: (workflow FastAgent1)
BTC - EUR, check every hour. If the price goes up (down) over 750 EUR since the last check, then sell (buy) 65% of current assets.
This set does not perform well. I believe this may be because the workflow compares the current price against the price one hour ago, regardless of if an order was placed or not one hour ago.
Second set: (workflow FastAgent2)
BTC - EUR, check every hour. If the price goes up (down) over750 EUR compared to the price paid in the last sell (buy) order, then sell (buy) 65% of current assets.