Gekko Forum
Trailing stops - Printable Version

+- Gekko Forum (https://forum.gekko.wizb.it)
+-- Forum: Gekko (https://forum.gekko.wizb.it/forum-13.html)
+--- Forum: Strategy Development (https://forum.gekko.wizb.it/forum-12.html)
+--- Thread: Trailing stops (/thread-56.html)



Trailing stops - positonic - 01-20-2018

Has anyone worked on any trading stop strategies? How would l go about developing that?


RE: Trailing stops - vlk25 - 03-05-2018

Any news ?


RE: Trailing stops - PatTrends - 03-08-2018

Check out this github, it's implemented in the helper.js file and the strategy_template.js.

https://github.com/cloggy45/Gekko-Bot-Resources


RE: Trailing stops - Gryphon - 03-08-2018

A strategy I posted here works in a similar method to a trailing stop for buying and selling.

I posted that very early in development and have improved it a lot since. It is a good strategy for longer candles (H1+) and volatile markets - catches the 2017 run and 2018 crash brilliantly, but it doesn't do so well in the current sideways markets - always buys high and sells low!


RE: Trailing stops - susitronix - 04-25-2018

(01-20-2018, 12:01 PM)positonic Wrote: Has anyone worked on any trading stop strategies? How would l go about developing that?

hi sorry what is a trading stop?
Does this mean a strategie that stops trading or do you mean stoploss??


RE: Trailing stops - ManuManu - 04-30-2018

It's probably Trailing Stop Loss
( a stop loss where the threshold goes up with the max value of the pair )