CryptoGnome / Bybit-Bot

Open Beta Version of Bybit Bot that I am currently working on to practice my developing skills.
55 stars 17 forks source link

Idea to increase profits but keeping the risk low: new config "initial_amount" #16

Open mkarulin opened 4 years ago

mkarulin commented 4 years ago

Because most transactions are closed quickly (less than 10 liquidation), it would make sense to have an initial buy-amount higher than the dca amount. Something like that: initial_amount = 1000 dca_amount = 100

Bot would buy 1000 contracts initially and every following liquidation will only buy 100 contracts. This should rise the risk only slightly because you would initially start at 10 liquidations.