Hello guys,
im new to gekko and i installed Gekko to my RaspberryPi, everything works fine.
Im able to create my first trade and it looks good and he´s making some profits...
Now my question, im a total noob in Linux and i want to know how i can run multiple Gekkos at the time.
Has this something to do with this "PM2" thingi??
Did someone has a tuturial how to do it and how to set it up?
Hi everybody,
on papertrade and livetrade Gekko always buys asset using only the 95% of your total balance.
The reason why this is necessary it's clear --> https://github.com/askmike/gekko/issues/2434
The inconsistency I tried to solve regards the backtesting function, beacuse it assumes you always trade the 100% of your balance. So the backtesting "brain" works differently from the papertrade and live trade "brain". The side effect is in the image attached: in this particular case there is an overestimation of the results by the backtesting function. I didn't considered fees for the sake of simplicity.
Now we got a slight overestimation of the total profit, but we got just 3 roundtrips... what would happen if we would have thousands of them??
So i modified the plugins\paperTrade.js file and I put a 0.95 factor at line 83 and 84, in order to make the backtesting "brain" working as the livetrade/papertrade one.
My question is: do you think am I messing up/forgetting something else?
Am working on PHP scripts for finding the best Parameters of a strat and i've shared the scripts https://github.com/deadheadtn/gekkoBacktest
feel free to improve the code i'll approve the commit if it's good
i will be working on improving
Hey there gekko community,
I have a question regarding gekko-instances and the possiblity (if there is any) to resume them after my server (ubuntu) crashed/restarted.
Currently I'm using PM2 to get my gekko starting on reboot and that works quiet good, but the gekko-instances keep getting lost on every reboot.
Is there any possibility to save the status of gekko instances (for example for every minute that has been passed), so that when a server suddenly crashes and reboots the instance can be resumed immediately on restart?
I know that this is kinda specific, but I just wanna know if there is any possiblity to safe the instance with an interval set, so it and its information can be reused.
// Sell when RSI > 75 - want to change to allow for riding bull trends properly. - watch rsi each candle after 75 and sell when it starts dropping again.
if (rsi2.result > 75 && advised) {
this.sell('Take Profit - RSI past 75');
I want to trigger it when the RSI hits 75, to check every candle and see if the RSI is higher or lower than the last candle, if its higher, do nothing, if its lower, sell.
Any one help me work out how to do this? Im pretty new to code..
Hello!
I would like to know on which currency i need to have a some balance? On asset or on currency. I mean the part when you choose your currency and asset? Gecko sometimes returns this message(screenshot in attachment) What does it mean?