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
}
});
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
}
});