Gekko-Strategies icon indicating copy to clipboard operation
Gekko-Strategies copied to clipboard

Strategies to Gekko trading bot with backtests results and some useful tools.

Results 19 Gekko-Strategies issues
Sort by recently updated
recently updated
newest added

Hi, i´m not good at JavaScript so i want you to ask if the change on the binanceapi will have a effect on my Gekkotradingbot. They will Delist the WAPI...

Need to use `git clone --recursive https://github.com/xFFFFF/Gekko-Strategies` instead of `git clone https://github.com/xFFFFF/Gekko-Strategies` to get all external strategies during install.

Hello, Please, check the file install.sh. The script gives errors when it runs. Some directories/files are missing. Gekko-Strategies installator Install strategies to /home/ytigiev/gekko directory Copy indicator: ./scarface_v2/indicators/BB2.js Copy indicator: ./NN_ADX_RSI/indicators/BB2.js...

n8_v2_BB_RSI_SL.js 16. Line var helper = require('../helper.js') //STOP LOSS code incorrect For stoploss there is no file named ../helper.js If you write ./stopTrailing.js instead of helper.js, it returns an error...

dear developer, I cannot run this strategies, could you help me? `This is an archived Gekko, it is currently not running anymore. This is Gekko crashed with the following error:...

uncaughtException TypeError: this.stopLoss.destroy is not a function

Hi all I don't find information about pulling from repo. Then I want to share you an advice to do next. Don't forget to run a specific git pull command...

Hello, I have trouble executing backtest and livetest (thankfully leads to the same errors :) ): ``` uncaughtException` { TypeError: ema.result.toFixed is not a function at Base.method.log (/home/guite/Documents/gekko/strategies/EMA_OR_PRICE_DIV.js:40:38) at Base.bound...

I use Gekko in UI mode but when I'm backtesting some of them like CCI or NEO, there will be no Backtest result! But MACD or PPO or RSI works....