Setting up a Selling Threshold
#2
https://github.com/RJPGriffin/gekko/blob...ingStop.js

And you can edit exist strat and add https://gekko.wizb.it/docs/strategies/cr...k-function
such as
this.advice({
direction: 'long', // or short
trigger: { // ignored when direction is not "long"
type: 'trailingStop',
trailPercentage: 5
// or:
// trailValue: 100
}
});
  Reply


Messages In This Thread
Setting up a Selling Threshold - by spoons24 - 05-20-2019, 10:35 PM
RE: Setting up a Selling Threshold - by krang - 05-24-2019, 12:38 PM

Forum Jump:


Users browsing this thread: