Username: Password:

Author Topic: Which takes priority, double_up or buy_enabled  (Read 5497 times)

Offline eppenga

  • Rookie
  • *
  • Posts: 3
    • View Profile
Which takes priority, double_up or buy_enabled
« 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

Offline sloaleks

  • Contributor
  • **
  • Posts: 610
    • View Profile
Re: Which takes priority, double_up or buy_enabled
« Reply #1 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.

altGear

  • Guest
Re: Which takes priority, double_up or buy_enabled
« Reply #2 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

Offline eppenga

  • Rookie
  • *
  • Posts: 3
    • View Profile
Re: Which takes priority, double_up or buy_enabled
« Reply #3 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 :)