[SHARE] Simple RSI BULL/BEAR strategy
#7
What you're looking for is basically a trailing stoploss. I have no idea how to implement that in Gekko but if i were to code it in pure js i would just set this trail (which would consist of the current price) everytime a long position is taken and then check it on every candle etc. The logic is quite basic.

Doesn't need to be that fancy, just needs this:
1. A new option in the TOML-file so that it can be configured
2. It need to be percentage based (since anything else would be awful); so need to calc percentage between current price and old price (trail)
3. If executed the rest of the stuff should obviously stop until next candle (at least)

Edit: Tried that other trail with USD-BTC-data at 1 year and 8 months @ 11 min but my Gekko is just crashing with that amount of data.
Edit 2: You really need to test with more data when you test. 1 month is hardly enough. :-)
  Reply


Messages In This Thread
RE: Share: Simple RSI BULL/BEAR strategy - by tommiehansen - 02-01-2018, 03:02 AM
Werkkrew Stoploss - by susitronix - 02-02-2018, 09:39 PM
Removed post - by susitronix - 02-03-2018, 06:49 PM
@Gryphon Confirmation - by mvangoor - 03-22-2019, 11:59 PM
for 3 months - by ankasem - 02-18-2018, 05:30 PM

Forum Jump:


Users browsing this thread: