passivbot icon indicating copy to clipboard operation
passivbot copied to clipboard

High risk strategy

Open aplodismenty opened this issue 4 years ago • 1 comments

How to make a more risky strategy? With a lot of leverage? And with a large grid of orders?

aplodismenty avatar Oct 28 '21 18:10 aplodismenty

simplest way is to increase pbr_limit of an existing config, leaving all other parameters unchanged

pbr_limit=0.5 is equivalent to 0.5x leverage pbr_limit=4.0 is equivalent to 4x leverage etc.

if using pbr_limits greater than 6.0, leverage set on exchange should be increased to avoid insufficient margin errors. at the moment it is hard coded to 7x in binance.py

enarjord avatar Oct 29 '21 07:10 enarjord