Good question. Personally I only use FUNDS_RESERVE but I see RESERVE_PILE_UP still appears in config.js file. However it doesn’t appear in the GUI. I’m going to figure out why this happens and if it still works on v21+ and I will let you know.
I just talked with lead developer and he checked the code and told me RESERVE_PILE_UP is active. At this moment, the only way to use it is to activate it directly editing config.js but now dev team is warned about this and they will include it in GUI for next version.
So I am enabled and also checked pileup and its showing zero. Reserve_pile_up is true and the bot has been restarted since. I know there has been profit since also. here is the ouput. (Zero is on the beginning of the next line.. no end of line on the QTY “\n”)
Javier is trying to reproduce it and he will post soon his conclusions about how the values of these parameters (RESERVE_PILE_UP and FUNDS_RESERVE) are being written / updated in JSON files.
Sorry, my bad, I thought this info was stored in json files. I’m going to investigate this and I will let you know if I found it’s stored in a “place” where we can access to and get the info.
While converting from usd to btc I found this also.
I had to set BOUGHT_PRICE on each pair.. (no problem)
The BOUGHT_PRICE was honored with the bot.
But when the pair sold it counted the whole bag as a profit and added it to ~/json/pileupfunds.json
So if you were to have bought btc-eth in usd in a vlaue equal to .006 btc and it sells for .0065 btc then .0065 would be added to the ~/json/pileupfunds.json value.
I wonder if that is something they can look into fixing! And I hope that all makes sense!