First attempt to create a strategy - 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: First attempt to create a strategy (/thread-58209.html) |
First attempt to create a strategy - bachmax - 11-03-2020 Hello everyone, I hope i can put this here in this forum. I have no experience in JavaScript, but I have script knowledge in powershell. I'm just trying out a bit. In my current strategy I would like to buy and sell again as soon as I have a 1% profit. The whole thing should then be repeated. I realize that this is not a good strategy but to learn and how it works in Javascript it would be interesting. Here is my check function: strat.check = function(candle) { var ema = this.indicators.myema.result; var sma = this.indicators.mysma.result; var adx = this.indicators.myadx.result; if(ema > sma && adx >25) { this.advice('long'); buyat = candle.close; sellat = buyat / 0.99; if(candle.close >= sellat) { delete buyat; delete sellat; this.adivce('short'); } else { } } // your code! } module.exports = strat; Sadly its not working i dont even know if im on the right path here Any help much appriciated RE: First attempt to create a strategy - buysmartfitness - 12-16-2020 The holding up records bundle, proposed in March 2014, is the main endeavor to make a public technique to diminish sitting tight occasions for expert consideration in Poland. |