cryptotrader icon indicating copy to clipboard operation
cryptotrader copied to clipboard

About rebuying option

Open wazowski78 opened this issue 6 years ago • 1 comments

First, I want to thank you for this great project!

My question is about the rebuying function. How does it work? When you say, waits for a drop, and then rebuy what quantity?

In the example command:

# Example usage: Buy 100 USD worth of BTC, sell when it gained 10% in value and re-buy when the BTC price drops by 5%
php bots/uptrendsurfer.php -p BTC-USD -bw 100 -g 10 -pv 5

When the prize drops over a 5%, then the bot rebuys, right? How much? 100USD again?

Thank you in advance.

wazowski78 avatar Feb 20 '18 15:02 wazowski78

Exactly! It re-buys the same you specified when starting the bot

geek-at avatar Feb 21 '18 16:02 geek-at