Gunthy
		GUNBOT: The automatic profit generator => Beginners & Help => Topic started 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
			 
			
			- 
				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.
			
 
			
			- 
				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
			 
			
			- 
				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 :)