DimensionSoftware / mcafee-bot

buy coins based on @officialmcafee tweets
63 stars 32 forks source link

bot.adjustment = Xº #16

Closed whiteyhat closed 6 years ago

whiteyhat commented 6 years ago

Hello,

Can you explain for noobs what this command does? I have been reading through the README.md but I have not understand it at all. When you mean the multiplies is 0.05 (by default), it means the order will multiply by 0.05?

Thanks!!

ghost commented 6 years ago

Yes. The order will multiply by 5% when placing orders.

beppu commented 6 years ago

It's added to the price similar to a sales tax.

If the price is 0.00001000 SATs, and your adjustment is 0.05 the end result would be:

0.00001000 + (0.00001000 * 0.05) = 0.00001050