Gunthy

GUNBOT: The automatic profit generator => Beginners & Help => Topic started by: eppenga on February 04, 2018, 11:17:18 AM

Title: Which takes priority, double_up or buy_enabled
Post by: eppenga on February 04, 2018, 11:17:18 AM
Hi everybody!

I am trying to figure out which one takes priority in a setting like this:

DOUBLE_UP = true
BUY_ENABLED = false

Would it still execute a double up? Or not because buy enabled is false?

What I am trying to achieve is that the bot stops trading with a pair after it's profitable.

Thanks a lot! Kind regards, Ebo
Title: Re: Which takes priority, double_up or buy_enabled
Post by: sloaleks on February 05, 2018, 05:43:24 AM
to double up, the bot needs to be buy enabled. the other question, sorry I don't quite understand. if I think what you need is correct, I'd suggest to take a look at the RSI settings. RSI is added to all strategies and might be a way to do your thing.
Title: Re: Which takes priority, double_up or buy_enabled
Post by: altGear on February 07, 2018, 04:19:58 PM
Good Day :)

If BUY_ENABLED = false is set the bot will not buy (only sell), therefore double_up = true setting would not apply.

Cheers!
altGear
Title: Re: Which takes priority, double_up or buy_enabled
Post by: eppenga on February 07, 2018, 07:28:45 PM
Thank you altGear! I understand now :)

@sloaleks> Thanks! I will give this a try. So far it's doing quite good, even with Bitcoin going down. I'm happy :)