-
Hi, I set the correct gekko path in index.js but npm run run-all gives me this error. I did update the util file and tried several times..it's the same dir as multi-gekko as you can see from error ou…
ghost updated
8 months ago
-
Gekko BacktestTool is coming up with empty results set for the candles/strategies/pairs. I have tried various combinations.
@strategies = qw(
MACD
);
@pairs = qw(
poloniex:ALL
);
@warmup …
-
Hi,
I noticed that when i execute a panicsell, i get 2 notifications: 1 buy and 1 sell (where only the sell order is actually executed)
Example:
Gordon Gekko, [12.05.18 12:22]
Sold STRATBTC
I…
HomeY updated
6 years ago
-
Hi,
I've added the lines suggested in the wiki to my docker-compose.yaml file in gekko root directory:
```
version: '3'
services:
gekko:
build: ./
volumes:
- ./volumes/gekk…
-
Is there an existing function that implements the atan2 function in Gekko? Is it in the process of being implemented or is there an equivalent technique in implementing it using the existing functions…
-
Test case: [fbld_testcase.zip](https://github.com/user-attachments/files/16385227/fbld_testcase.zip)
Command:
```
retrowin32 mwcceppc.exe -nodefaults -proc gekko -align powerpc -enum int -fp hard…
-
Given this trivial program:
```python
from gekko import GEKKO
APOPT = 1
m = GEKKO(remote=False)
m.options.solver = APOPT
m.solver_options = ['minlp_as_nlp 0']
x = m.Var(lb=1, ub=10, integ…
-
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 helpe…
-
Hey again,
Quick question, are DEAP and ConvnetJS essentially doing the same thing?
Or is there a difference between Genetic Algorithm and Neural Networks?
The reason I ask is I stumbled upon t…
-
### Todo:
- [ ] add dashboard overview for all running processes (imports, live-gekkos, backtest)
- [x] add liveview of running imports into sidebar or top toolbar
- [x] try to build backtest graph…