08-28-2018, 09:51 AM
(08-24-2018, 04:37 AM)wallisyoung Wrote:(08-12-2018, 12:10 PM)Ytigiev Wrote: Hello,You can try like below:
I have installed gekko on windows 10 pro on the azure.
I have an issue with run "paper trader"/"trader bot"
When I click on the button "Start" I see only "flashing" image, but the process was not started.
The page "Live Gekkos" shows run a new Market Watcher, but the list of strat runners is empty.
Please, help me fix the issue.
<-- GET /api/configPart/candleWriter
<-- GET /api/configPart/performanceAnalyzer
--> GET /api/configPart/performanceAnalyzer 200 1ms 152b
<-- GET /api/strategies
<-- GET /api/configPart/paperTrader
--> GET /api/configPart/paperTrader 200 1ms 148b
--> GET /api/configPart/candleWriter 200 10ms 49b
--> GET /api/strategies 200 11ms 2.33kb
<-- POST /api/startGekko
2018-08-12 16:02 Gekko 2018-08-12-16-02-watcher-066999037855272 started.
--> POST /api/startGekko 200 16ms 1.23kb
<-- GET /api/imports
--> GET /api/imports 200 2ms 183b
<-- GET /api/gekkos
--> GET /api/gekkos 200 1ms 1.76kb
<-- GET /api/apiKeys
--> GET /api/apiKeys 200 1ms 2b
<-- GET /api/exchanges
--> GET /api/exchanges 200 10ms 87.73kb
<-- GET /api/configPart/candleWriter
<-- GET /api/configPart/performanceAnalyzer
--> GET /api/configPart/candleWriter 200 3ms 49b
--> GET /api/configPart/performanceAnalyzer 200 3ms 152b
<-- GET /api/strategies
<-- GET /api/configPart/paperTrader
--> GET /api/configPart/paperTrader 200 2ms 148b
--> GET /api/strategies 200 10ms 2.33kb
1.start a watcher
2.start a paper trader with same exchange and assert pairs
3.refresh http://gekkoserver:3000/#/live-gekkos
I have solved the problem. I have installed gekko on the windows ubuntu 18.4 bash.
I didn't install the gekko properly on the windows. I think maybe some of the latest npm modules for windows are not compatible with gekko.