Closed lnpotter closed 6 months ago
I tried to find some other things that could have an impact on the "inaccuracy" of the profit, but I didn't find anything very relevant, if there is anything, please suggest it and I can try to implement something
bazaarPrices
map in each iteration, this was done only once and the price was retrieved or assigned the value when necessary.profit
andrngPrice
variables were declared at the start of the method and their scope was kept within it, in the interests of conciseness.realProfit
, theprofit
andrngPrice
variables have been added together first, to improve clarity in the calculations.realHourlyProfit
has been simplified to use a single formula.