Hi Mike
(PS: right now my Gekko made a third Trade but the Year display remain the same and Exposure 5month.
Has it got not enough data or did i messed it up when put 100usdt into the Currency-wallet while warmup Period?)
My Stratrunner made one roundtrip. Now its waiting.
I recodnized a strange Year problem in the roundtrip window. See Atachement
(the current Balance is incorrect because i sold coins while at Warmup stage)
Just tested the the Cmd method and tryed backtest since have two seperat laptop now.
Its nice i like it. Neat
Thinking of restarting my Stratrunner as Cmd and dont touch this comp again.
Or could it be nordVPN dropout?
Should i disable the VPN for LiveGekko?
Thanks
If i would like to adjust my Strategie for a Live Gekko:
Is it possible to stop a Strat runner without stopping the Market watcher and loose its data.
For afterwards starting the modified/new Strat runner without Warmup period?
I tryed install the Gekko-GeneticAlgorithm from GekkoWarez (on Github) or http://gekkowarez.com
Enyone tryed this yet? This sound good.
Could not get it to work even with the node v7.1 as recomended
The installation guide says open two comand shells:
In terminal 1: 1) go to gekko/web 2) node –max-old-space-size=8192 server.js Now the Gekko api server is running we can run the GA.
My OS: Win7-64
CMD: This is not recognized: "–max-old-space-size=8192" instead i tried : "node server.js" and a Gekko API Server was startet.
Then in the second CMD
In terminal 2:
1) go to gekko/gekkoga
2) node run -c config/your-new.js At the end of every epoch you will see the winner for that epoch, and you will see the overall winner across all the epochs running in that session. This will all appear in terminal 2.
node run -c config/your-new.js //this comand also dos not work.
goto gekko/gekkoga // i guess he meen: cd gekko/gekkoga??
Is this because the TaLib is not working on win7..? or not
my bad i gave up.
grz.philipp
Huge thanks to [url=https://mikevanrossum.nl/][/url]Mike van Rossum. Thats a impressive code/bot/share..!
I am into analog electronics, therefore...
...my first atempt to implement a dynamic StopLoss into the StochRSI strategie failed.
I tested the RsiStopLoss Version of "eduardoarn/gekko-estrategias".
It Works but the backtest dos not show a beneficial result rather than a weird one, compared with the RSI with same settings.
After BackTesting BTC/USDT i found the only most consistant result is StochRSI.
Only problem is at the downwards Trend it will hold some bags.
in the short Time Tests there is Bags in the end but the result is still Positive...most of the Time.hehe.lol (took me days...)
After 14 Days it become some what consistent.
IF the Bags in the downTrend would be rescued by a StopLoss or Trending advisor, then this Strategie could be almost twice beneficial.
The Goal of My (StochRSI) Stategie is to make the BTC-INTREST (((((CRASH RESISTANT)))))
Please look at the Attachments.
Please i ask you Coders, it would be super Nice if someone create this.StopLoss for StochRsi.
I only know little about C for programming PIC microcontroller/Arduino. My only language is SOLDER...hehe
I am new to Crypto Trade and lost 2/3 of my money because of drawn into that FOMO of the current Crash.
blood on the dance floor
Silly me. Thats why these BOT-Strategie-moves make the decisions for me even when i sleep!!! nice THANK YOU MIKE this is it!!!
Wish You Well.grz philipp
The 6th Backtest PNG here has lower Intrest.
It shows that sometimes Backtest must be properly testet over different Time Periods..?
As i learned from it...
Why is it so hard to get positive Results?
Is this because of the backTest Data includes only the CandleData???
Thank You philipp
PS: I did not testet my Strategie Live yet.
Im still searching for the solution.
I try to run the bot on the tradebot and it does not run and api is also not accessed and I get the following message GEKKO ERROR: GEKKO ENCOUNTERED AN ERROR AND CAN NOT CONTINUE.
Even though I was able to install Gekko easily and successfully on Ubuntu 16, I have had a really difficult time installing and enabling the Talib & Tulind indicators.
After the main instructions didn't work and much reading through forums later, I found I was able to install both when switching nvm from v8 to v6 first, but if I wanted to install SQLite3.1.14 I had to switch nvm to v8.
After all appeared to be installed, minus Tulind also throwing the famous 404 not found error but then listing it's installed structure, Gekko runs fine, but when you try to use either Talib or Tulind the console errors that neither are installed.